/[fenfire]/fenfire/build.xml
ViewVC logotype

Diff of /fenfire/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by benja, Fri Feb 28 18:53:17 2003 UTC revision 1.3 by benja, Fri Feb 28 19:16:16 2003 UTC
# Line 12  Line 12 
12      <target name="compile">      <target name="compile">
13          <mkdir dir="${build}"/>          <mkdir dir="${build}"/>
14          <javac srcdir="${src}" destdir="${build}">          <javac srcdir="${src}" destdir="${build}">
15              <classpath>              <classpath refid="depends.path"/>
                 <pathelement path="${classpath}"/>  
                 <pathelement location="lib/libvob.jar"/>  
             </classpath>  
16          </javac>          </javac>
17      </target>      </target>
18    
# Line 26  Line 23 
23      <target name="clean">      <target name="clean">
24          <delete dir="${build}"/>          <delete dir="${build}"/>
25      </target>      </target>
26    
27    
28        <path id="depends.path">
29            <pathelement path="${classpath}"/>
30            <pathelement location="lib/libvob.jar"/>
31            <pathelement location="../fenfire-depends/jython.jar"/>
32            <pathelement location="../fenfire-depends/jena.jar"/>
33            <pathelement location="../fenfire-depends/icu4j.jar"/>
34            <pathelement location="../fenfire-depends/xerces.jar"/>
35        </path>
36  </project>  </project>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26