Skip to Content.
Sympa Menu

perfsonar-dev - r1601 - trunk/perfsonar/ant/tops

Subject: perfsonar development work

List archive

r1601 - trunk/perfsonar/ant/tops


Chronological Thread 
  • From:
  • To:
  • Subject: r1601 - trunk/perfsonar/ant/tops
  • Date: Wed, 6 Sep 2006 05:12:46 -0400

Author: ulisses.alonso
Date: 2006-09-06 05:12:45 -0400 (Wed, 06 Sep 2006)
New Revision: 1601

Added:
trunk/perfsonar/ant/tops/tops-libs-download-targets.xml
Modified:
trunk/perfsonar/ant/tops/tops-axis-deploy-targets.xml
Log:

- Forgot to add the build file for downloading the required libraries (only
postgres-jdbc)
- Required modifications for axis-deply targets because of the new build file.



Modified: trunk/perfsonar/ant/tops/tops-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/tops/tops-axis-deploy-targets.xml 2006-09-06
08:22:38 UTC (rev 1600)
+++ trunk/perfsonar/ant/tops/tops-axis-deploy-targets.xml 2006-09-06
09:12:45 UTC (rev 1601)
@@ -30,6 +30,7 @@

<target name="copy-jars-for-tops" depends="jar-tops">

+ <!-- this should be generic-libs' jar files -->
<copy file="./lib/xml/jdom.jar"
todir="${axis.home}/WEB-INF/lib"/>
<copy file="./lib/xml/resolver.jar"
todir="${axis.home}/WEB-INF/lib"/>
<copy file="./lib/xml/xalan.jar"
todir="${axis.home}/WEB-INF/lib"/>
@@ -46,6 +47,10 @@
<copy file="./lib/misc/mail.jar"
todir="${axis.home}/WEB-INF/lib"/>
<copy file="./lib/misc/xmlsec.jar"
todir="${axis.home}/WEB-INF/lib"/>

+ <!-- files needed to download from jars-for-tops target -->
+
+ <copy
file="./lib/repository/postgresql/postgresql/8.1-407.jdbc3/postgresql-8.1-407.jdbc3.jar"
todir="${axis.home}/WEB-INF/lib"/>
+
</target>


@@ -67,6 +72,10 @@
<delete file="${axis.home}/WEB-INF/lib/mail.jar"/>
<delete file="${axis.home}/WEB-INF/lib/xmlsec.jar"/>

+ <!-- files needed to download from jars-for-tops target -->
+
+ <delete
file="${axis.home}/WEB-INF/lib/postgresql-8.1-407.jdbc3.jar"/>
+
</target>



Added: trunk/perfsonar/ant/tops/tops-libs-download-targets.xml



  • r1601 - trunk/perfsonar/ant/tops, svnlog, 09/06/2006

Archive powered by MHonArc 2.6.16.

Top of Page