diff options
author | Sven Gothel <[email protected]> | 2011-02-09 05:02:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-09 05:02:51 +0100 |
commit | cee947c7c32fbf7175db7a080c76634056d982b2 (patch) | |
tree | 21bc9888bc5953adf576b3eb59b059b0ea2bf7c4 /make/build-staticglgen.xml | |
parent | 329ead69c579493b5bd06c44074040ebb383ebe5 (diff) |
Expand tabs to 4 spaces
Diffstat (limited to 'make/build-staticglgen.xml')
-rw-r--r-- | make/build-staticglgen.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-staticglgen.xml b/make/build-staticglgen.xml index 968e3501b..505129d6d 100644 --- a/make/build-staticglgen.xml +++ b/make/build-staticglgen.xml @@ -52,7 +52,7 @@ - itself is built in a separate task. --> <javac destdir="${classes}" includes="**/StaticGLGenTask.java" source="1.4" debug="true" debuglevel="${javacdebuglevel}" includeAntRuntime="false"> - <src path="${src.java}" /> + <src path="${src.java}" /> <classpath refid="classpath" /> </javac> |