aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-05-03 06:13:38 +0200
committerSven Gothel <[email protected]>2012-05-03 06:13:38 +0200
commit5f4fbd17bce8ea6fdef7b36a04cbd5b8694dea09 (patch)
tree8eed886643821a4b7f26dff45b95de0d6299deda /make/build-common.xml
parent89bb18bc1d76b61955207629fda7f753f930e138 (diff)
Reduce APK version name to 30 chars
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index 1ac6f701a..6c830f3b8 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -88,7 +88,7 @@
<property name="nativewindow.version" value="${nativewindow_base_version}-b${jogl.build.number}-${version.timestamp}" />
<property name="jogl.version" value="${jogl_base_version}-b${jogl.build.number}-${version.timestamp}" />
<property name="newt.version" value="${newt_base_version}-b${jogl.build.number}-${version.timestamp}" />
- <property name="jogl.version.plus" value="${jogl_base_version}-${jogl.build.branch}-b${jogl.build.number}-${jogl.build.commit}-${version.timestamp}" />
+ <property name="jogl.version.plus" value="${jogl_base_version}-${jogl.build.branch}-b${jogl.build.number}-${version.timestamp}" />
<property name="archive.name" value="jogl-${jogl.version}-${os.and.arch}" />
<property name="archive" value="${build}/${archive.name}" />