diff options
author | endolf <[email protected]> | 2011-03-23 18:11:22 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2011-03-23 18:11:22 +0000 |
commit | b3bf97b41754c156e90636bcbef15590071f47f1 (patch) | |
tree | d6a21954ee2bda7805b1b0fb7898f345eeb55672 /build.xml | |
parent | f51c6f9c7a458e96c3e5bcc8944a66a2e92fcdac (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.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"/> |