Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2360 - trunk/perfsonar/ant/sqlma

Subject: perfsonar development work

List archive

perfsonar: r2360 - trunk/perfsonar/ant/sqlma


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2360 - trunk/perfsonar/ant/sqlma
  • Date: Thu, 26 Apr 2007 06:37:13 -0400

Author: roman
Date: 2007-04-26 06:37:13 -0400 (Thu, 26 Apr 2007)
New Revision: 2360

Modified:
trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
Log:

support of iso time type in SQL MA added




Modified: trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2007-04-26
10:35:26 UTC (rev 2359)
+++ trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2007-04-26
10:37:13 UTC (rev 2360)
@@ -33,6 +33,8 @@
<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/joda-time/joda-time/1.4/joda-time-1.4.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"/>
@@ -70,6 +72,8 @@
<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/joda-time-1.4.jar"/>
+
<!--
they are already removed by delete-deploy-root in
delete-jars-for-service




  • perfsonar: r2360 - trunk/perfsonar/ant/sqlma, svnlog, 04/26/2007

Archive powered by MHonArc 2.6.16.

Top of Page