Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4992 - branches/new-structure-with-base2/ps-mdm-base2/ant

Subject: perfsonar development work

List archive

perfsonar: r4992 - branches/new-structure-with-base2/ps-mdm-base2/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4992 - branches/new-structure-with-base2/ps-mdm-base2/ant
  • Date: Thu, 26 Feb 2009 09:02:12 -0500

Author: mac
Date: 2009-02-26 09:02:10 -0500 (Thu, 26 Feb 2009)
New Revision: 4992

Modified:
branches/new-structure-with-base2/ps-mdm-base2/ant/build.xml
Log:
info added



Modified: branches/new-structure-with-base2/ps-mdm-base2/ant/build.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-base2/ant/build.xml
2009-02-26 13:42:47 UTC (rev 4991)
+++ branches/new-structure-with-base2/ps-mdm-base2/ant/build.xml
2009-02-26 14:02:10 UTC (rev 4992)
@@ -13,10 +13,17 @@

-->

-<project name="ps-mdm-base2" basedir="..">
+<project name="ps-mdm-base2" basedir=".." default="info">

+ <target name="info">
+ <echo>Possible options:</echo>
+ <echo>ant lib</echo>
+ <echo>ant create.base2</echo>
+ </target>


+
+
<!-- ======================= download.lib =================== -->





  • perfsonar: r4992 - branches/new-structure-with-base2/ps-mdm-base2/ant, svnlog, 02/26/2009

Archive powered by MHonArc 2.6.16.

Top of Page