Skip to Content.
Sympa Menu

perfsonar-dev - r1625 - trunk/perfsonar/ant

Subject: perfsonar development work

List archive

r1625 - trunk/perfsonar/ant


Chronological Thread 
  • From:
  • To:
  • Subject: r1625 - trunk/perfsonar/ant
  • Date: Fri, 8 Sep 2006 08:19:33 -0400

Author: roman
Date: 2006-09-08 08:19:33 -0400 (Fri, 08 Sep 2006)
New Revision: 1625

Modified:
trunk/perfsonar/ant/build-clmp.xml
Log:
nt scripts for command line mp updated.

Modified: trunk/perfsonar/ant/build-clmp.xml
===================================================================
--- trunk/perfsonar/ant/build-clmp.xml 2006-09-08 12:18:45 UTC (rev 1624)
+++ trunk/perfsonar/ant/build-clmp.xml 2006-09-08 12:19:33 UTC (rev 1625)
@@ -23,7 +23,7 @@


<path id="classpath">
- <fileset dir="./lib">
+ <fileset dir="./lib/repository">
<include name="**/*.jar"/>
</fileset>
<pathelement location="build"/>
@@ -43,18 +43,19 @@
<import file="webservice-env-targets.xml"/>
<import file="java-compile-targets.xml"/>
<import file="axis-deploy-targets.xml"/>
+ <import file="libs-download-targets.xml"/>



<!-- commandLine MP imports -->

- <import file="clmp/commandLineMP-test-targets.xml"/>
<import file="clmp/commandLineMP-java-compile-targets.xml"/>
<import file="clmp/commandLineMP-axis-deploy-targets.xml"/>
<import file="clmp/commandLineMP-configure-targets.xml"/>
+ <import file="clmp/commandLineMP-libs-download-targets.xml"/>
+ <import file="clmp/commandLineMP-test-targets.xml"/>
<import file="clmp/commandLineMP-release-targets.xml"/>
<import file="clmp/commandLineMP-doc-targets.xml"/>
- <import file="clmp/commandLineMP-test-targets.xml"/>






  • r1625 - trunk/perfsonar/ant, svnlog, 09/08/2006

Archive powered by MHonArc 2.6.16.

Top of Page