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

Diff of /fenfire/build.xml

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

revision 1.18 by tjl, Tue Mar 25 18:33:38 2003 UTC revision 1.19 by tjl, Wed Mar 26 11:49:49 2003 UTC
# Line 58  Line 58 
58      <target name="rungl">      <target name="rungl">
59          <java classname="org.fenfire.loom.Loom" fork="true">          <java classname="org.fenfire.loom.Loom" fork="true">
60              <sysproperty key="vob.api" value="gl"/>              <sysproperty key="vob.api" value="gl"/>
61                <env key="LD_LIBRARY_PATH" value="../libvob/src/jni"/>
62              <arg value="${file}"/>              <arg value="${file}"/>
63              <classpath refid="theClassPath"/>              <classpath refid="theClassPath"/>
64          </java>          </java>
# Line 124  Line 125 
125          </delete>          </delete>
126      </target>      </target>
127    
128        <target name="tags">
129            <exec command="ctags -R"/>
130        </target>
131    
132      <path id="theClassPath">      <path id="theClassPath">
133          <path refid="develPath"/>          <path refid="develPath"/>
134      </path>      </path>
# Line 144  Line 149 
149          <path refid="depends.path"/>          <path refid="depends.path"/>
150      </path>      </path>
151    
152    
153      <!-- The path of the .jars in depends. Used as a "subroutine"      <!-- The path of the .jars in depends. Used as a "subroutine"
154          by the real paths.          by the real paths.
155          -->          -->

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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