summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
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>