Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2699 - branches/new-structure/trunk/perfsonar_base/ant

Subject: perfsonar development work

List archive

perfsonar: r2699 - branches/new-structure/trunk/perfsonar_base/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2699 - branches/new-structure/trunk/perfsonar_base/ant
  • Date: Wed, 22 Aug 2007 06:16:25 -0400

Author: roman
Date: 2007-08-22 06:16:25 -0400 (Wed, 22 Aug 2007)
New Revision: 2699

Modified:
branches/new-structure/trunk/perfsonar_base/ant/build.xml
Log:

downloading the libaries is now separated from compilation



Modified: branches/new-structure/trunk/perfsonar_base/ant/build.xml
===================================================================
--- branches/new-structure/trunk/perfsonar_base/ant/build.xml 2007-08-22
09:56:46 UTC (rev 2698)
+++ branches/new-structure/trunk/perfsonar_base/ant/build.xml 2007-08-22
10:16:25 UTC (rev 2699)
@@ -23,7 +23,6 @@


<target name="compile"
- depends="lib-dependencies"
xmlns:psbase="psbase:/base.perfsonar.org">
<psbase:compile srcdir="${src}"
dstdir="${build}"
@@ -76,7 +75,7 @@
</target>


- <target name="lib-dependencies"
+ <target name="lib"
depends="init-lib-dependencies"
xmlns:artifact="urn:maven-artifact-ant"
xmlns:psbase="psbase:/base.perfsonar.org">



  • perfsonar: r2699 - branches/new-structure/trunk/perfsonar_base/ant, svnlog, 08/22/2007

Archive powered by MHonArc 2.6.16.

Top of Page