diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-12-21 01:12:49 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-12-21 01:12:49 +0000 |
commit | 65b559a9e592a2c013eab3ee18283a403da280b0 (patch) | |
tree | d9219cb10768c90fff4dd64171d9cff5c06f64f0 /build.xml | |
parent | 1cde845f102a702eefe7dfe397cfa0d3461bf4d4 (diff) |
More changes for Issue 206 : Example program cleanup
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}"/> |