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

Diff of /fenfire/build.xml

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

revision 1.8 by benja, Sun Mar 9 02:01:44 2003 UTC revision 1.9 by benja, Mon Mar 10 19:44:01 2003 UTC
# Line 6  Line 6 
6      <property name="build" location="build"/>      <property name="build" location="build"/>
7      <property name="dep" location="../fenfire-depends"/>      <property name="dep" location="../fenfire-depends"/>
8    
9        <!-- A filename can be passed to Loom at startup by
10             overriding this property -->
11        <property name="file" value=""/>
12    
13      <target name="fenfire" depends="compile,test"      <target name="fenfire" depends="compile,test"
14              description="Compile and test Fenfire">              description="Compile and test Fenfire">
15      </target>      </target>
# Line 39  Line 43 
43    
44      <target name="run">      <target name="run">
45          <java classname="gzz.loom.Loom" fork="true">          <java classname="gzz.loom.Loom" fork="true">
46                <arg value="${file}"/>
47              <classpath refid="depends.path"/>              <classpath refid="depends.path"/>
48          </java>          </java>
49      </target>      </target>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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