Skip to Content.
Sympa Menu

perfsonar-dev - r2007 - branches/JAVA-SQL-MA-STABLE/ant/sqlma

Subject: perfsonar development work

List archive

r2007 - branches/JAVA-SQL-MA-STABLE/ant/sqlma


Chronological Thread 
  • From:
  • To:
  • Subject: r2007 - branches/JAVA-SQL-MA-STABLE/ant/sqlma
  • Date: Wed, 31 Jan 2007 03:36:05 -0500

Author: roman
Date: 2007-01-31 03:36:04 -0500 (Wed, 31 Jan 2007)
New Revision: 2007

Modified:
branches/JAVA-SQL-MA-STABLE/ant/sqlma/sqlma-libs-download-targets.xml
Log:


Added one missing library (antlr)

svn merge -r 1991:2006
https://svn.perfsonar.net/svn/perfsonar/trunk/perfsonar/ant/sqlma




Modified:
branches/JAVA-SQL-MA-STABLE/ant/sqlma/sqlma-libs-download-targets.xml
===================================================================
--- branches/JAVA-SQL-MA-STABLE/ant/sqlma/sqlma-libs-download-targets.xml
2007-01-31 08:19:29 UTC (rev 2006)
+++ branches/JAVA-SQL-MA-STABLE/ant/sqlma/sqlma-libs-download-targets.xml
2007-01-31 08:36:04 UTC (rev 2007)
@@ -41,6 +41,8 @@
<dependency groupId="net.sf.saxon" artifactId="saxon"
version="8.7"/>
<dependency groupId="saxon" artifactId="saxon-jdom"
version="6.5.3"/>

+ <dependency groupId="antlr" artifactId="antlr"
version="2.7.6"/>
+
<dependency groupId="mysql"
artifactId="mysql-connector-java" version="5.0.3"/>
<dependency groupId="postgresql" artifactId="postgresql"
version="8.1-407.jdbc3"/>




  • r2007 - branches/JAVA-SQL-MA-STABLE/ant/sqlma, svnlog, 01/31/2007

Archive powered by MHonArc 2.6.16.

Top of Page