diff options
author | Kevin Rushforth <[email protected]> | 2007-06-25 22:02:11 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2007-06-25 22:02:11 +0000 |
commit | d57fdff73dece0e1bd527dbe6655c4697db2524e (patch) | |
tree | 163153d9fd26e069e85ea7be1bd354502d87fbbd | |
parent | 8b3bb8aa4231f0a1712b327ca439bcdec265d958 (diff) |
Fixed version number (per Legal)
Fixed dist-common target for fcs builds
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@859 ba19aa83-45c5-6ac9-afd3-db810772062c
-rw-r--r-- | release-info/fcs-1_5_1/README-distribution.txt | 2 | ||||
-rw-r--r-- | src/classes/build.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release-info/fcs-1_5_1/README-distribution.txt b/release-info/fcs-1_5_1/README-distribution.txt index 6f4fd1a..5b8d865 100644 --- a/release-info/fcs-1_5_1/README-distribution.txt +++ b/release-info/fcs-1_5_1/README-distribution.txt @@ -38,4 +38,4 @@ the use or distribution of any and all Programs and/or Software. Redistributable: -JAVA 3D, VERSION 1.5 +JAVA 3D, VERSION 1.5.1 diff --git a/src/classes/build.xml b/src/classes/build.xml index 8ccbc7b..74588e2 100644 --- a/src/classes/build.xml +++ b/src/classes/build.xml @@ -357,7 +357,7 @@ </target> - <target name="dist-common-sign" if="releaseType_milestone"> + <target name="dist-common-sign" unless="releaseType_daily"> <property name="staging" location="../../staging"/> <exec dir="${dist}/common/lib/ext" executable="${shell}"> <arg line="${staging}/doSignJars.sh *.jar"/> |