Skip to Content.
Sympa Menu

perfsonar-dev - r1525 - trunk/perfsonar/ant/rrdma

Subject: perfsonar development work

List archive

r1525 - trunk/perfsonar/ant/rrdma


Chronological Thread 
  • From:
  • To:
  • Subject: r1525 - trunk/perfsonar/ant/rrdma
  • Date: Wed, 9 Aug 2006 07:56:00 -0400

Author: roman
Date: 2006-08-09 07:55:58 -0400 (Wed, 09 Aug 2006)
New Revision: 1525

Modified:
trunk/perfsonar/ant/rrdma/rrdma-exist-xmldb-targets.xml
Log:
small change that eliminates error while creating a source tarball

Modified: trunk/perfsonar/ant/rrdma/rrdma-exist-xmldb-targets.xml
===================================================================
--- trunk/perfsonar/ant/rrdma/rrdma-exist-xmldb-targets.xml 2006-08-09
08:16:05 UTC (rev 1524)
+++ trunk/perfsonar/ant/rrdma/rrdma-exist-xmldb-targets.xml 2006-08-09
11:55:58 UTC (rev 1525)
@@ -17,12 +17,12 @@
<property file="conf/service.properties" />


- <taskdef name="exist" classname="org.exist.ant.XMLDBExistTask"
classpathref="classpath"/>
- <taskdef name="remove" classname="org.exist.ant.XMLDBRemoveTask"
classpathref="classpath"/>
- <taskdef name="store" classname="org.exist.ant.XMLDBStoreTask"
classpathref="classpath"/>
- <taskdef name="extract" classname="org.exist.ant.XMLDBExtractTask"
classpathref="classpath"/>
- <taskdef name="create" classname="org.exist.ant.XMLDBCreateTask"
classpathref="classpath"/>
- <taskdef name="list" classname="org.exist.ant.XMLDBListTask"
classpathref="classpath"/>
+ <taskdef name="exist" classname="org.exist.ant.XMLDBExistTask"
classpathref="classpath" onerror="ignore"/>
+ <taskdef name="remove" classname="org.exist.ant.XMLDBRemoveTask"
classpathref="classpath" onerror="ignore"/>
+ <taskdef name="store" classname="org.exist.ant.XMLDBStoreTask"
classpathref="classpath" onerror="ignore"/>
+ <taskdef name="extract" classname="org.exist.ant.XMLDBExtractTask"
classpathref="classpath" onerror="ignore"/>
+ <taskdef name="create" classname="org.exist.ant.XMLDBCreateTask"
classpathref="classpath" onerror="ignore"/>
+ <taskdef name="list" classname="org.exist.ant.XMLDBListTask"
classpathref="classpath" onerror="ignore"/>


<property name="dump" value="dump"/>



  • r1525 - trunk/perfsonar/ant/rrdma, svnlog, 08/09/2006

Archive powered by MHonArc 2.6.16.

Top of Page