aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-12-21 01:12:49 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-12-21 01:12:49 +0000
commit65b559a9e592a2c013eab3ee18283a403da280b0 (patch)
treed9219cb10768c90fff4dd64171d9cff5c06f64f0 /build.xml
parent1cde845f102a702eefe7dfe397cfa0d3461bf4d4 (diff)
More changes for Issue 206 : Example program cleanup
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index dfaa448..92ff39c 100644
--- a/build.xml
+++ b/build.xml
@@ -64,7 +64,6 @@
</target>
<target name="subdirs">
- <ant dir="src/AWT_Interaction" target="${build.target}"/>
<ant dir="src/AlternateAppearance" target="${build.target}"/>
<ant dir="src/Appearance" target="${build.target}"/>
<ant dir="src/AppearanceMixed" target="${build.target}"/>
@@ -100,6 +99,7 @@
<ant dir="src/Sound" target="${build.target}"/>
<ant dir="src/SphereMotion" target="${build.target}"/>
<ant dir="src/SplineAnim" target="${build.target}"/>
+ <ant dir="src/SwingInteraction" target="${build.target}"/>
<ant dir="src/Text2D" target="${build.target}"/>
<ant dir="src/Text3D" target="${build.target}"/>
<ant dir="src/TextureByReference" target="${build.target}"/>