diff options
author | Michael Speth <[email protected]> | 2012-10-26 00:28:20 +1300 |
---|---|---|
committer | Michael Speth <[email protected]> | 2012-10-26 00:28:20 +1300 |
commit | 5c894f5055dfdbf571afee3057e46b9912aedb9b (patch) | |
tree | 3ca433f39dd4886de493ccd7046d83809540c980 /build.xml | |
parent | ed3c33ad8fb52c0266222fdfd57d543a7b2f96b6 (diff) |
Applied the patch and seems to work after testing.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ <?xml version="1.0"?> <project name="Sun Games Initiative Client Technologies" basedir="." default="all" xmlns:artifact="urn:maven-artifact-ant"> + <echo message="${os.arch}"/> <property name="api.version" value="2.0.6"/> <property name="mvn.version" value="${api.version}-SNAPSHOT"/> |