diff options
author | Michael Bien <[email protected]> | 2010-11-18 01:35:55 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-11-18 01:35:55 +0100 |
commit | deedd4f67b19919d4a231224bfa6a7edbd36e608 (patch) | |
tree | 200bf60c2dbf464688b86c6f247d9e89e9bf2c8f /make | |
parent | c3dbf9cd4a86fd74d842c714f6090673740722e3 (diff) |
added missing end tag which got lost in merge.
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 |
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 |