gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire ./build.xml lib/libvob.jar


From: Benja Fallenstein
Subject: [Gzz-commits] fenfire ./build.xml lib/libvob.jar
Date: Mon, 31 Mar 2003 17:15:55 -0500

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Benja Fallenstein <address@hidden>      03/03/31 17:15:55

Modified files:
        .              : build.xml 
Removed files:
        lib            : libvob.jar 

Log message:
        move libvob.jar to ff-depends

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

Patches:
Index: fenfire/build.xml
diff -u fenfire/build.xml:1.24 fenfire/build.xml:1.25
--- fenfire/build.xml:1.24      Mon Mar 31 07:37:47 2003
+++ fenfire/build.xml   Mon Mar 31 17:15:55 2003
@@ -108,7 +108,6 @@
            <fileset file="README-loom"/>
             <fileset file="LICENSE"/>
            <fileset dir="${build}"/>
-           <zipfileset src="lib/libvob.jar"/>
            <zipgroupfileset dir="${dep}" includes="*.jar"/>
            <manifest>
                <attribute name="Main-Class" 
@@ -132,7 +131,6 @@
                <include name="org/**/*.java"/>
                <include name="org/**/*.py"/>
                <include name="org/**/*.test"/>
-               <include name="lib/libvob.jar"/>
                <exclude name="org/fenfire/modules/**"/>
            </fileset>
        </copy>
@@ -173,7 +171,6 @@
     <path id="cannedPath">
         <pathelement path="${classpath}"/>
        <pathelement location="build/"/>
-        <pathelement location="lib/libvob.jar"/>
        <path refid="depends.path"/>
     </path>
 
@@ -191,6 +188,7 @@
        by the real paths.
        -->
     <path id="depends.path">
+        <pathelement location="${dep}/libvob.jar"/>
         <pathelement location="${dep}/jython.jar"/>
         <pathelement location="${dep}/jena.jar"/>
         <pathelement location="${dep}/icu4j.jar"/>




reply via email to

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