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

Diff of /fenfire/build.xml

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

revision 1.3 by benja, Fri Feb 28 19:16:16 2003 UTC revision 1.4 by benja, Fri Feb 28 20:22:36 2003 UTC
# Line 17  Line 17 
17      </target>      </target>
18    
19      <target name="test">      <target name="test">
20          <!-- XXX -->      </target>
21    
22        <target name="run">
23            <java classname="gzz.loom.Loom">
24                <arg value="${rdffile}"/>
25                <classpath refid="depends.path"/>
26            </java>
27      </target>      </target>
28    
29      <target name="clean">      <target name="clean">
# Line 27  Line 33 
33    
34      <path id="depends.path">      <path id="depends.path">
35          <pathelement path="${classpath}"/>          <pathelement path="${classpath}"/>
36            <pathelement location="build/"/>
37          <pathelement location="lib/libvob.jar"/>          <pathelement location="lib/libvob.jar"/>
38          <pathelement location="../fenfire-depends/jython.jar"/>          <pathelement location="../fenfire-depends/jython.jar"/>
39          <pathelement location="../fenfire-depends/jena.jar"/>          <pathelement location="../fenfire-depends/jena.jar"/>

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

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