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

Diff of /fenfire/build.xml

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

revision 1.6 by benja, Sat Mar 1 09:23:30 2003 UTC revision 1.7 by humppake, Mon Mar 3 13:49:12 2003 UTC
# Line 28  Line 28 
28          </java>                  </java>        
29      </target>      </target>
30    
31        <target name="runjython">
32            <java classname="org.python.util.jython" fork="true"
33                  failonerror="true">
34                <sysproperty key="python.path"
35                             value="${dep}/jythonlib.jar:${dep}/pythonlib.jar:."/>
36                <classpath refid="depends.path"/>
37            </java>        
38        </target>
39    
40      <target name="run">      <target name="run">
41          <java classname="gzz.loom.Loom" fork="true">          <java classname="gzz.loom.Loom" fork="true">
42              <arg value="${rdffile}"/>              <arg value="${rdffile}"/>
# Line 46  Line 55 
55          <pathelement location="lib/libvob.jar"/>          <pathelement location="lib/libvob.jar"/>
56          <pathelement location="${dep}/jython.jar"/>          <pathelement location="${dep}/jython.jar"/>
57          <pathelement location="${dep}/jena.jar"/>          <pathelement location="${dep}/jena.jar"/>
58          <pathelement location="${dep}/fenfire-depends/icu4j.jar"/>          <pathelement location="${dep}/icu4j.jar"/>
59          <pathelement location="${dep}/fenfire-depends/xerces.jar"/>          <pathelement location="${dep}/xerces.jar"/>
60      </path>      </path>
61  </project>  </project>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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