Skip to Content.
Sympa Menu

perfsonar-dev - r1523 - trunk/perfsonar/ant

Subject: perfsonar development work

List archive

r1523 - trunk/perfsonar/ant


Chronological Thread 
  • From:
  • To:
  • Subject: r1523 - trunk/perfsonar/ant
  • Date: Wed, 9 Aug 2006 04:14:37 -0400

Author: mac
Date: 2006-08-09 04:14:36 -0400 (Wed, 09 Aug 2006)
New Revision: 1523

Added:
trunk/perfsonar/ant/libs-download-xmlls.xml
Modified:
trunk/perfsonar/ant/build-xmlls.xml
Log:
Changes for JAR repository



Modified: trunk/perfsonar/ant/build-xmlls.xml
===================================================================
--- trunk/perfsonar/ant/build-xmlls.xml 2006-08-08 16:29:17 UTC (rev 1522)
+++ trunk/perfsonar/ant/build-xmlls.xml 2006-08-09 08:14:36 UTC (rev 1523)
@@ -22,7 +22,7 @@
<property file="ant/const.properties" />

<path id="classpath">
- <fileset dir="./lib">
+ <fileset dir="./lib/repository">
<include name="**/*.jar"/>
</fileset>
<pathelement location="build"/>
@@ -41,12 +41,11 @@
<import file="javadoc-targets.xml"/>
<import file="webservice-env-targets.xml"/>
<import file="java-compile-targets.xml"/>
- <import file="axis-deploy-targets.xml"/>
+ <import file="axis-deploy-targets-2.xml"/>


<!-- XML LS imports -->

-
<import file="xmlls/xmlls-java-compile-targets.xml"/>
<import file="xmlls/xmlls-axis-deploy-targets.xml"/>
<import file="xmlls/xmlls-client-run-targets.xml"/>

Added: trunk/perfsonar/ant/libs-download-xmlls.xml


Property changes on: trunk/perfsonar/ant/libs-download-xmlls.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native



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

Archive powered by MHonArc 2.6.16.

Top of Page