summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release-info/fcs-1_5_1/README-distribution.txt2
-rw-r--r--src/classes/build.xml2
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"/>