perfsonar-dev - perfsonar: r2401 - branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r2401 - branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma
- Date: Mon, 21 May 2007 05:04:49 -0400
Author: roman
Date: 2007-05-21 05:04:48 -0400 (Mon, 21 May 2007)
New Revision: 2401
Modified:
branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma/sqlma-axis-deploy-targets.xml
branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma/sqlma-libs-download-targets.xml
Log:
addidng saxon jar files
Modified:
branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma/sqlma-axis-deploy-targets.xml
===================================================================
--- branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma/sqlma-axis-deploy-targets.xml
2007-05-21 08:41:45 UTC (rev 2400)
+++ branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma/sqlma-axis-deploy-targets.xml
2007-05-21 09:04:48 UTC (rev 2401)
@@ -32,7 +32,12 @@
<copy
file="./lib/repository/exist/exist-db/1.0rc/exist-db-1.0rc.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="./lib/repository/exist/exist-xmldb/1.0rc/exist-xmldb-1.0rc.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
<copy
file="./lib/repository/exist/exist-xmlrpc/1.0rc/exist-xmlrpc-1.0rc.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="./lib/repository/exist/exist-optional/1.0rc/exist-optional-1.0rc.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy file="./lib/repository/net/sf/saxon/saxon/8.7/saxon-8.7.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="./lib/repository/net/sf/saxon/saxon-jdom/8.7/saxon-jdom-8.7.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+ <copy
file="./lib/repository/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar"
todir="${service.home}/${deploy.root}/WEB-INF/lib"/>
+
<copy todir="${service.home}/${deploy.root}/WEB-INF/classes">
<fileset dir="./conf">
<include name="ibatis-*.xml"/>
@@ -69,7 +74,12 @@
<delete
file="${service.home}/${deploy.root}/WEB-INF/lib/exist-db-1.0rc.jar"/>
<delete
file="${service.home}/${deploy.root}/WEB-INF/lib/exist-xmldb-1.0rc.jar"/>
<delete
file="${service.home}/${deploy.root}/WEB-INF/lib/exist-xmlrpc-1.0rc.jar"/>
+ <delete
file="${service.home}/${deploy.root}/WEB-INF/lib/exist-optional-1.0rc.jar" />
+ <delete
file="${service.home}/${deploy.root}/WEB-INF/lib/saxon-8.7.jar"/>
+ <delete
file="${service.home}/${deploy.root}/WEB-INF/lib/saxon-jdom-8.7.jar"/>
+ <delete
file="${service.home}/${deploy.root}/WEB-INF/lib/saxon-dom-8.7.jar"/>
+
<!--
they are already removed by delete-deploy-root in
delete-jars-for-service
Modified:
branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma/sqlma-libs-download-targets.xml
===================================================================
---
branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma/sqlma-libs-download-targets.xml
2007-05-21 08:41:45 UTC (rev 2400)
+++
branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma/sqlma-libs-download-targets.xml
2007-05-21 09:04:48 UTC (rev 2401)
@@ -33,8 +33,9 @@
<dependency groupId="rrdjtool" artifactId="rrdjtool"
version="1.0"/>
- <dependency groupId="net.sf.saxon" artifactId="saxon"
version="8.7"/>
- <dependency groupId="saxon" artifactId="saxon-jdom"
version="6.5.3"/>
+ <dependency groupId="net.sf.saxon" artifactId="saxon"
version="8.7"/>
+ <dependency groupId="net.sf.saxon" artifactId="saxon-jdom"
version="8.7"/>
+ <dependency groupId="net.sf.saxon" artifactId="saxon-dom"
version="8.7"/>
<dependency groupId="antlr" artifactId="antlr"
version="2.7.6"/>
- perfsonar: r2401 - branches/JAVA-SQL-MA-RELEASE-1.2/ant/sqlma, svnlog, 05/21/2007
Archive powered by MHonArc 2.6.16.