aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-12-12 18:53:07 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-12-12 18:53:07 +0000
commit1cde845f102a702eefe7dfe397cfa0d3461bf4d4 (patch)
tree89c022e8f02abf0240df6f213ce79ac466ce98fe /build.xml
parenta6f7445079ee5b8b24e48c456dff31ff70e1b5b1 (diff)
Partial fix for Issue 206 : Example program cleanup
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 346fc96..dfaa448 100644
--- a/build.xml
+++ b/build.xml
@@ -68,6 +68,7 @@
<ant dir="src/AlternateAppearance" target="${build.target}"/>
<ant dir="src/Appearance" target="${build.target}"/>
<ant dir="src/AppearanceMixed" target="${build.target}"/>
+ <ant dir="src/Applet3D" target="${build.target}"/>
<ant dir="src/Background" target="${build.target}"/>
<ant dir="src/CgShaderTest" target="${build.target}"/>
<ant dir="src/ConfiguredUniverse" target="${build.target}"/>
@@ -95,6 +96,7 @@
<ant dir="src/PrintCanvas3D" target="${build.target}"/>
<ant dir="src/PureImmediate" target="${build.target}"/>
<ant dir="src/ReadRaster" target="${build.target}"/>
+ <ant dir="src/SgChangerListener" target="${build.target}"/>
<ant dir="src/Sound" target="${build.target}"/>
<ant dir="src/SphereMotion" target="${build.target}"/>
<ant dir="src/SplineAnim" target="${build.target}"/>