summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-03-03 23:45:39 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-03-03 23:45:39 +0000
commitca0540d7816d1aa90b76b81feb8f82564086781b (patch)
tree81a436c9fa9a22efb0804b7d291524c5d1c01e7b /build.xml
parentcd1c18f8f1f36b749610a2b679f09ff17e90034a (diff)
1. Copy *.txt files to jar file
2. Fix typo in AppearanceTest.java
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 47337fb..68d98e2 100644
--- a/build.xml
+++ b/build.xml
@@ -77,7 +77,8 @@
<!-- Copy all non class files from src to build -->
<copy todir="${build}/classes/org/jdesktop/j3d/examples">
- <fileset dir="${src}/classes/org/jdesktop/j3d/examples" includes ="**/*.vert **/*.frag **/*.cg **/*.cfg **/*.html"/>
+ <fileset dir="${src}/classes/org/jdesktop/j3d/examples"
+ includes ="**/*.vert **/*.frag **/*.cg **/*.cfg **/*.html **/*.txt"/>
</copy>
</target>