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

Diff of /fenfire/build.xml

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

revision 1.28 by tjl, Sun Apr 13 07:30:35 2003 UTC revision 1.29 by tjl, Tue Apr 15 18:40:23 2003 UTC
# Line 85  Line 85 
85          <java classname="org.fenfire.modules.pp.Pp" fork="true">          <java classname="org.fenfire.modules.pp.Pp" fork="true">
86              <arg value="${file}"/>              <arg value="${file}"/>
87              <classpath refid="theClassPath"/>              <classpath refid="theClassPath"/>
88                <sysproperty key="python.path"
89                             value="${pythonpath}"/>
90          </java>          </java>
91      </target>      </target>
92      <target name="pp-gl">      <target name="pp-gl">
# Line 93  Line 95 
95              <env key="LD_LIBRARY_PATH" value="../libvob/src/jni"/>              <env key="LD_LIBRARY_PATH" value="../libvob/src/jni"/>
96              <arg value="${file}"/>              <arg value="${file}"/>
97              <classpath refid="theClassPath"/>              <classpath refid="theClassPath"/>
98                <sysproperty key="python.path"
99                             value="${pythonpath}"/>
100          </java>          </java>
101      </target>      </target>
102    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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