diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -173,6 +173,13 @@ </java> </target> + <target name="run.DistortGlyphTest" depends="init-run"> + <java fork="true" + classname="org.jdesktop.j3d.examples.distort_glyph.DistortGlyphTest"> + <classpath refid="run.classpath"/> + </java> + </target> + <target name="run.FourByFour" depends="init-run"> <java fork="true" classname="org.jdesktop.j3d.examples.four_by_four.FourByFour"> |