gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire build.xml


From: Benja Fallenstein
Subject: [Gzz-commits] fenfire build.xml
Date: Fri, 28 Feb 2003 14:16:16 -0500

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Benja Fallenstein <address@hidden>      03/02/28 14:16:16

Modified files:
        .              : build.xml 

Log message:
        Build works using fenfire-depends

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/build.xml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: fenfire/build.xml
diff -u fenfire/build.xml:1.2 fenfire/build.xml:1.3
--- fenfire/build.xml:1.2       Fri Feb 28 13:53:17 2003
+++ fenfire/build.xml   Fri Feb 28 14:16:16 2003
@@ -12,10 +12,7 @@
     <target name="compile">
         <mkdir dir="${build}"/>
        <javac srcdir="${src}" destdir="${build}">
-            <classpath>
-                <pathelement path="${classpath}"/>
-               <pathelement location="lib/libvob.jar"/>
-           </classpath>
+           <classpath refid="depends.path"/>
        </javac>
     </target>
 
@@ -26,4 +23,14 @@
     <target name="clean">
         <delete dir="${build}"/>
     </target>
+
+
+    <path id="depends.path">
+        <pathelement path="${classpath}"/>
+        <pathelement location="lib/libvob.jar"/>
+        <pathelement location="../fenfire-depends/jython.jar"/>
+        <pathelement location="../fenfire-depends/jena.jar"/>
+        <pathelement location="../fenfire-depends/icu4j.jar"/>
+        <pathelement location="../fenfire-depends/xerces.jar"/>
+    </path>
 </project>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]