aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorendolf <[email protected]>2007-06-10 11:31:30 +0000
committerendolf <[email protected]>2007-06-10 11:31:30 +0000
commitf8ed18121deed1c97e28f229406a82bc980d8386 (patch)
tree201a840b22ec722127c1b5569dd69c4631cf6761 /build.xml
parentf066a36502cb89bef96d1f32ea99eb81ae0fb7ec (diff)
Don't put the examples in the main jar
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@186 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 1b99f63..317cbf7 100644
--- a/build.xml
+++ b/build.xml
@@ -90,6 +90,7 @@
<fileset dir="coreAPI/classes">
<include name="**/*.class"/>
<exclude name="**/test/*.class"/>
+ <exclude name="**/example/*.class"/>
</fileset>
<fileset dir="plugins/linux/classes">
<include name="**/*.class"/>