Skip to Content.
Sympa Menu

perfsonar-dev - r2075 - in trunk/perfsonar/ant: . rrdma sqlma

Subject: perfsonar development work

List archive

r2075 - in trunk/perfsonar/ant: . rrdma sqlma


Chronological Thread 
  • From:
  • To:
  • Subject: r2075 - in trunk/perfsonar/ant: . rrdma sqlma
  • Date: Wed, 14 Feb 2007 10:57:47 -0500

Author: roman
Date: 2007-02-14 10:57:46 -0500 (Wed, 14 Feb 2007)
New Revision: 2075

Modified:
trunk/perfsonar/ant/libs-download-targets.xml
trunk/perfsonar/ant/rrdma/rrdma-libs-download-targets.xml
trunk/perfsonar/ant/sqlma/sqlma-libs-download-targets.xml
Log:

Calls of eXist libraries moved to core lib download Ant script (because they
are used in commons)




Modified: trunk/perfsonar/ant/libs-download-targets.xml
===================================================================
--- trunk/perfsonar/ant/libs-download-targets.xml 2007-02-14 14:36:36
UTC (rev 2074)
+++ trunk/perfsonar/ant/libs-download-targets.xml 2007-02-14 15:57:46
UTC (rev 2075)
@@ -61,6 +61,12 @@

<dependency groupId="log4j" artifactId="log4j"
version="1.2.9"/>

+ <dependency groupId="exist"
artifactId="exist-xmldb" version="1.0rc"/>
+ <dependency groupId="exist"
artifactId="exist-db" version="1.0rc"/>
+ <dependency groupId="exist"
artifactId="exist-xmlrpc" version="1.0rc"/>
+ <dependency groupId="exist"
artifactId="exist-optional" version="1.0rc"/>
+
+
<localRepository refid="local.repository"/>
<remoteRepository refid="remote.repository"/>


Modified: trunk/perfsonar/ant/rrdma/rrdma-libs-download-targets.xml
===================================================================
--- trunk/perfsonar/ant/rrdma/rrdma-libs-download-targets.xml 2007-02-14
14:36:36 UTC (rev 2074)
+++ trunk/perfsonar/ant/rrdma/rrdma-libs-download-targets.xml 2007-02-14
15:57:46 UTC (rev 2075)
@@ -22,11 +22,6 @@

<artifact:dependencies>

- <dependency groupId="exist" artifactId="exist-xmldb"
version="1.0rc"/>
- <dependency groupId="exist" artifactId="exist-db"
version="1.0rc"/>
- <dependency groupId="exist" artifactId="exist-xmlrpc"
version="1.0rc"/>
- <dependency groupId="exist" artifactId="exist-optional"
version="1.0rc"/>
-
<dependency groupId="com.ibatis" artifactId="ibatis-sqlmap"
version="2.1.7.597"/>
<dependency groupId="com.ibatis" artifactId="ibatis-common"
version="2.1.7.597"/>


Modified: trunk/perfsonar/ant/sqlma/sqlma-libs-download-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-libs-download-targets.xml 2007-02-14
14:36:36 UTC (rev 2074)
+++ trunk/perfsonar/ant/sqlma/sqlma-libs-download-targets.xml 2007-02-14
15:57:46 UTC (rev 2075)
@@ -26,11 +26,6 @@

<artifact:dependencies>

- <dependency groupId="exist" artifactId="exist-xmldb"
version="1.0rc"/>
- <dependency groupId="exist" artifactId="exist-db"
version="1.0rc"/>
- <dependency groupId="exist" artifactId="exist-xmlrpc"
version="1.0rc"/>
- <dependency groupId="exist" artifactId="exist-optional"
version="1.0rc"/>
-
<dependency groupId="com.ibatis" artifactId="ibatis-sqlmap"
version="2.1.7.597"/>
<dependency groupId="com.ibatis" artifactId="ibatis-common"
version="2.1.7.597"/>




  • r2075 - in trunk/perfsonar/ant: . rrdma sqlma, svnlog, 02/14/2007

Archive powered by MHonArc 2.6.16.

Top of Page