dflorey 2004/08/05 07:45:33
Modified: . build.xml
Log:
Added dependency to xml-im-exporter
Revision Changes Path
1.226 +5 -0 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- build.xml 5 Aug 2004 08:10:06 -0000 1.225
+++ build.xml 5 Aug 2004 14:45:33 -0000 1.226
@@ -44,6 +44,7 @@
<property name="pdfbox.jar" value="${lib.dir}/PDFBox-0.6.5.jar"/>
<property name="tm-extractors.jar" value="${lib.dir}/tm-extractors-0.4.jar"/>
<property name="ehcache.jar" value="${lib.dir}/ehcache-0.8.jar"/>
+ <property name="xml-im-exporter.jar" value="${lib.dir}/xml-im-exporter1.1.jar"/>
<property name="commons-transaction.jar"
value="${lib.dir}/commons-transaction-20040805.jar"/>
<property name="commons-codec.jar" value="${lib.dir}/commons-codec-1.3.jar"/>
<!-- ===================================================================
-->
@@ -144,7 +145,11 @@
<pathelement location="${commons-httpclient.jar}"/>
<pathelement location="${slide.build}/classes"/>
<pathelement location="${commons-transaction.jar}"/>
+<<<<<<< build.xml
+ <pathelement location="${xml-im-exporter.jar}"/>
+=======
<pathelement location="${commons-codec.jar}"/>
+>>>>>>> 1.225
</path>
<!-- =================================================================== -->
<!-- Detect -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]