aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-09 05:02:51 +0100
committerSven Gothel <[email protected]>2011-02-09 05:02:51 +0100
commitcee947c7c32fbf7175db7a080c76634056d982b2 (patch)
tree21bc9888bc5953adf576b3eb59b059b0ea2bf7c4 /make/build-newt.xml
parent329ead69c579493b5bd06c44074040ebb383ebe5 (diff)
Expand tabs to 4 spaces
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index 68b527ab6..7ad013f6c 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -675,18 +675,18 @@
<target name="build-jars-all-awt" depends="setup-manifestfile" unless="setup.noAWT">
<jar manifest="tempversion" destfile="${newt.all.jar}" filesonly="true">
<fileset dir="${classes}">
- <include name="com/jogamp/newt/**" />
- <include name="jogamp/newt/**" />
+ <include name="com/jogamp/newt/**" />
+ <include name="jogamp/newt/**" />
</fileset>
</jar>
<jar manifest="tempversion" destfile="${newt.event.jar}" filesonly="true">
<fileset dir="${classes}">
- <include name="com/jogamp/newt/Display*" />
- <include name="com/jogamp/newt/Screen*" />
- <include name="com/jogamp/newt/Window*" />
- <include name="com/jogamp/newt/ScreenMode*" />
- <include name="com/jogamp/newt/event/**" />
- <include name="jogamp/newt/Debug*" />
+ <include name="com/jogamp/newt/Display*" />
+ <include name="com/jogamp/newt/Screen*" />
+ <include name="com/jogamp/newt/Window*" />
+ <include name="com/jogamp/newt/ScreenMode*" />
+ <include name="com/jogamp/newt/event/**" />
+ <include name="jogamp/newt/Debug*" />
</fileset>
</jar>
</target>
@@ -694,9 +694,9 @@
<target name="build-jars-all-noawt" depends="setup-manifestfile">
<jar manifest="tempversion" destfile="${newt.all-noawt.jar}" filesonly="true">
<fileset dir="${classes}"
- excludes="${java.part.awt}">
- <include name="com/jogamp/newt/**" />
- <include name="jogamp/newt/**" />
+ excludes="${java.part.awt}">
+ <include name="com/jogamp/newt/**" />
+ <include name="jogamp/newt/**" />
</fileset>
</jar>
</target>
@@ -704,9 +704,9 @@
<target name="build-jars-all-cdc" depends="setup-manifestfile-cdc">
<jar manifest="tempversion-cdc" destfile="${newt.all.cdc.jar}" filesonly="true">
<fileset dir="${classes-cdc}"
- excludes="${java.excludes.cdcfp}" >
- <include name="com/jogamp/newt/**" />
- <include name="jogamp/newt/**" />
+ excludes="${java.excludes.cdcfp}" >
+ <include name="com/jogamp/newt/**" />
+ <include name="jogamp/newt/**" />
</fileset>
</jar>
</target>