diff options
author | jada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-02-23 04:29:41 +0000 |
---|---|---|
committer | jada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-02-23 04:29:41 +0000 |
commit | 521df2f4b6deb4154eb15e4879c0132fba9bf5df (patch) | |
tree | 40a27f57bd571074368a8fafc44c23308549a8a6 /build.xml | |
parent | 2b150446831e7de4421a537b00709aecf5aa2764 (diff) |
Converted DistorGlyphtest form MainFrame to JFrame.
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"> |