summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-11-18 01:35:55 +0100
committerMichael Bien <[email protected]>2010-11-18 01:35:55 +0100
commitdeedd4f67b19919d4a231224bfa6a7edbd36e608 (patch)
tree200bf60c2dbf464688b86c6f247d9e89e9bf2c8f
parentc3dbf9cd4a86fd74d842c714f6090673740722e3 (diff)
added missing end tag which got lost in merge.
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 7ebcef6..a1d339b 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -803,7 +803,7 @@
includes="${archive.name}/**" />
<!-- Clean up after ourselves -->
<delete includeEmptyDirs="true" quiet="true" dir="${archive}" failonerror="false" />
-
+ </target>
<!-- Put the files created by target gluegen.build from
build directory to maven repository, local or remote