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

Diff of /fenfire/build.xml

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

revision 1.22 by tjl, Thu Mar 27 08:20:11 2003 UTC revision 1.23 by benja, Thu Mar 27 11:27:53 2003 UTC
# Line 21  Line 21 
21    
22      <target name="compile" depends="compilejava,compilermi"/>      <target name="compile" depends="compilejava,compilermi"/>
23    
24          <target name="compilejava">      <target name="compilejava">
25              <mkdir dir="${build}"/>          <mkdir dir="${build}"/>
26              <javac srcdir="${src}" destdir="${build}">          <javac srcdir="${src}" destdir="${build}">
27                  <classpath refid="theClassPath"/>              <classpath refid="theClassPath"/>
28              </javac>          </javac>
29          </target>      </target>
30    
31          <target name="compilermi" depends="compilejava">      <target name="compilermi" depends="compilejava">
32              <rmic base="${build}" includes="**/PPActionsImpl*.class"/>          <rmic base="${build}" includes="**/PPActionsImpl*.class"/>
33          </target>      </target>
34    
35      <target name="test" depends="test-awt,test-gl"/>      <target name="test" depends="test-awt,test-gl"/>
36    
# Line 66  Line 66 
66          </java>                  </java>        
67      </target>      </target>
68    
69      <target name="run-awt">      <target name="run">
70          <java classname="org.fenfire.loom.Loom" fork="true">          <java classname="org.fenfire.loom.Loom" fork="true">
71              <arg value="${file}"/>              <arg value="${file}"/>
72              <classpath refid="theClassPath"/>              <classpath refid="theClassPath"/>

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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