aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorendolf <[email protected]>2011-03-23 18:11:22 +0000
committerendolf <[email protected]>2011-03-23 18:11:22 +0000
commitb3bf97b41754c156e90636bcbef15590071f47f1 (patch)
treed6a21954ee2bda7805b1b0fb7898f345eeb55672 /build.xml
parentf51c6f9c7a458e96c3e5bcc8944a66a2e92fcdac (diff)
Put the correct api version information into the Version class.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@243 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 859642b..b630837 100644
--- a/build.xml
+++ b/build.xml
@@ -2,7 +2,8 @@
<project name="Sun Games Initiative Client Technologies" basedir="." default="all" xmlns:artifact="urn:maven-artifact-ant">
- <property name="mvn.version" value="2.0.4"/>
+ <property name="api.version" value="2.0.5"/>
+ <property name="mvn.version" value="${api.version}-SNAPSHOT"/>
<property name="maven-repository-url" value="https://oss.sonatype.org/service/local/staging/deploy/maven2/" />
<property name="maven-repository-id" value="sonatype-nexus-staging" />
@@ -72,6 +73,7 @@
<attribute name="target"/>
<sequential>
<subant target="@{target}">
+ <property name="api.version" value="${api.version}"/>
<fileset file="coreAPI/build.xml"/>
<fileset file="plugins/linux/build.xml"/>
<fileset file="plugins/windows/build.xml"/>