aboutsummaryrefslogtreecommitdiffstats
path: root/coreAPI/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 /coreAPI/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 'coreAPI/build.xml')
-rw-r--r--coreAPI/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreAPI/build.xml b/coreAPI/build.xml
index d0ecade..f585b00 100644
--- a/coreAPI/build.xml
+++ b/coreAPI/build.xml
@@ -23,11 +23,13 @@
todir="build/src/java/net/java/games/input/" overwrite="true">
<filterset>
<filter token="BUILD_NUMBER" value="${build.number}"/>
+ <filter token="API_VERSION" value="${api.version}"/>
</filterset>
</copy>
<javac srcdir="build/src/java" destdir="classes" debug="true" deprecation="true" source="1.4" target="1.4">
<include name="net/**" />
</javac>
+ <echo message="Build version class for ${api.version} build ${build.number}"/>
</target>
<target name="jar" depends="init,compile">