Skip to Content.
Sympa Menu

perfsonar-dev - r1391 - trunk/perfsonar/ant

Subject: perfsonar development work

List archive

r1391 - trunk/perfsonar/ant


Chronological Thread 
  • From:
  • To:
  • Subject: r1391 - trunk/perfsonar/ant
  • Date: Thu, 6 Jul 2006 06:38:18 -0400

Author: roman
Date: 2006-07-06 06:38:17 -0400 (Thu, 06 Jul 2006)
New Revision: 1391

Modified:
trunk/perfsonar/ant/build.xml
Log:
I removed imports of Ant scripts for RRD MA and SQL MA.
I've also created separete Ant build files for RRD MA (build-rrdma.xml) and
SQL MA (build-sqlma.xml).
Doing this I want to have better separation of build environment between
services.

Modified: trunk/perfsonar/ant/build.xml
===================================================================
--- trunk/perfsonar/ant/build.xml 2006-07-06 10:33:52 UTC (rev 1390)
+++ trunk/perfsonar/ant/build.xml 2006-07-06 10:38:17 UTC (rev 1391)
@@ -45,31 +45,7 @@
<import file="axis-deploy-targets.xml"/>


- <!-- RRD MA imports -->

- <import file="rrdma/rrdjtool-compile-targets.xml"/>
-
- <import file="rrdma/rrdma-java-compile-targets.xml"/>
- <import file="rrdma/rrdma-axis-deploy-targets.xml"/>
- <import file="rrdma/rrdma-client-run-targets.xml"/>
- <import file="rrdma/rrdma-test-run-targets.xml"/>
- <import file="rrdma/rrdma-junit-test-targets.xml"/>
- <import file="rrdma/rrdma-exist-xmldb-targets.xml"/>
- <import file="rrdma/rrdma-release-targets.xml"/>
- <import file="rrdma/rrdma-configure-targets.xml"/>
-
-
- <!-- SQL MA imports -->
-
- <import file="sqlma/sqlma-java-compile-targets.xml"/>
- <import file="sqlma/sqlma-axis-deploy-targets.xml"/>
- <import file="sqlma/sqlma-client-run-targets.xml"/>
- <import file="sqlma/sqlma-exist-xmldb-targets.xml"/>
- <import file="sqlma/sqlma-test-run-targets.xml"/>
- <import file="sqlma/sqlma-configure-targets.xml"/>
- <import file="sqlma/sqlma-release-targets.xml"/>
-
-
<!-- LS imports -->

<import file="xmlls/xmlls-java-compile-targets.xml"/>




Archive powered by MHonArc 2.6.16.

Top of Page