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

Diff of /fenfire/build.xml

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

revision 1.30 by benja, Sat Apr 19 15:22:16 2003 UTC revision 1.31 by benja, Tue Apr 22 11:04:34 2003 UTC
# Line 105  Line 105 
105    
106      <target name="rundemo">      <target name="rundemo">
107          <java classname="org.python.util.jython" fork="true"          <java classname="org.python.util.jython" fork="true"
108                  failonerror="true">                  failonerror="true" output="/dev/tty">
109              <sysproperty key="python.path" value="${pythonpath}"/>              <sysproperty key="python.path" value="${pythonpath}"/>
110              <sysproperty key="dbg" value="${dbg}"/>              <sysproperty key="dbg" value="${dbg}"/>
111              <sysproperty key="gldbg" value="${gldbg}"/>              <sysproperty key="gldbg" value="${gldbg}"/>
# Line 209  Line 209 
209          <pathelement location="${dep}/icu4j.jar"/>          <pathelement location="${dep}/icu4j.jar"/>
210          <pathelement location="${dep}/xerces.jar"/>          <pathelement location="${dep}/xerces.jar"/>
211      </path>      </path>
212    
213        <property name="theClassPath" refid="theClassPath"/>
214        <target name="echoclasspath">
215            <echo message="${theClassPath}"/>
216        </target>
217  </project>  </project>

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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