summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d44e2ce..1fa3732 100644
--- a/build.xml
+++ b/build.xml
@@ -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">