summaryrefslogtreecommitdiffstats
path: root/build.properties
diff options
context:
space:
mode:
authorbodewig <[email protected]>2006-09-27 03:37:17 +0000
committerbodewig <[email protected]>2006-09-27 03:37:17 +0000
commit3ca3ee55f5e37e17222c2e3865950554c8c87671 (patch)
treeb4fb46f9f65de4d196d90e8431e9ab752891ec5a /build.properties
parent87ab2d193e5bf7b35e828a18324184c59624af0e (diff)
allow Gump to override jar name
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/ant-contrib@48 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.properties b/build.properties
index 0cbeba0..dbd908a 100644
--- a/build.properties
+++ b/build.properties
@@ -1,5 +1,6 @@
project.name=ant-contrib
project.version=dev
+jar.name=${project.name}.jar
ivy.deliver.revision=${project.version}
jdk.source=1.4
jdk.target=1.4