changeset in /hg/icedtea: Use -1.5 whenever possible.
Mark Wielaard
mark at klomp.org
Thu May 29 14:14:15 PDT 2008
changeset d72271b9d9ef in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d72271b9d9ef
description:
Use -1.5 whenever possible.
2008-05-25 Mark Wielaard <mark at klomp.org>
* Makefile.am: Use -source 1.5 whenever possible.
* Makefile.in: Regenerated.
* javac.in: Use -1.5.
diffstat:
3 files changed, 13 insertions(+), 13 deletions(-)
Makefile.am | 12 ++++++------
Makefile.in | 12 ++++++------
javac.in | 2 +-
diffs (105 lines):
diff -r 39145184c656 -r d72271b9d9ef Makefile.am
--- a/Makefile.am Fri May 23 16:42:24 2008 -0400
+++ b/Makefile.am Sun May 25 19:42:00 2008 +0200
@@ -796,12 +796,12 @@ stamps/hotspot-tools-class-files.stamp:
if ! test -d $(ICEDTEA_BOOT_DIR) ; \
then \
$(JAVAC) $(MEMORY_LIMIT) -g -d lib/hotspot-tools \
- -source 1.6 \
+ -source 1.5 \
-sourcepath rt:hotspot-tools:$(OPENJDK_SOURCEPATH_DIRS):generated \
-bootclasspath '' @$< ; \
else \
$(ICEDTEA_BOOT_DIR)/bin/javac $(MEMORY_LIMIT) -g -d lib/hotspot-tools \
- -source 1.6 \
+ -source 1.5 \
-sourcepath rt:hotspot-tools:$(OPENJDK_SOURCEPATH_DIRS):generated \
-bootclasspath '' @$< ; \
fi
@@ -843,12 +843,12 @@ stamps/rt-class-files.stamp: rt-source-f
if ! test -d $(ICEDTEA_BOOT_DIR) ; \
then \
$(JAVAC) $(MEMORY_LIMIT) -g -d lib/rt \
- -source 1.6 \
+ -source 1.5 \
-sourcepath rt:$(OPENJDK_SOURCEPATH_DIRS):generated \
-bootclasspath '' @$< ; \
else \
$(ICEDTEA_BOOT_DIR)/bin/javac $(MEMORY_LIMIT) -g -d lib/rt \
- -source 1.6 \
+ -source 1.5 \
-sourcepath rt:$(OPENJDK_SOURCEPATH_DIRS):generated \
-bootclasspath '' @$< ; \
fi
@@ -888,12 +888,12 @@ stamps/extra-class-files.stamp: extra-so
if ! test -d $(ICEDTEA_BOOT_DIR) ; \
then \
$(JAVAC) $(MEMORY_LIMIT) -g -d extra-lib \
- -source 1.6 \
+ -source 1.5 \
-sourcepath extra -cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \
-bootclasspath '' @extra-source-files.txt ; \
else \
$(ICEDTEA_BOOT_DIR)/bin/javac $(MEMORY_LIMIT) -g -d extra-lib \
- -source 1.6 \
+ -source 1.5 \
-sourcepath extra -cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \
-bootclasspath '' @extra-source-files.txt ; \
fi
diff -r 39145184c656 -r d72271b9d9ef Makefile.in
--- a/Makefile.in Fri May 23 16:42:24 2008 -0400
+++ b/Makefile.in Sun May 25 19:42:00 2008 +0200
@@ -1232,12 +1232,12 @@ stamps/hotspot-tools-class-files.stamp:
if ! test -d $(ICEDTEA_BOOT_DIR) ; \
then \
$(JAVAC) $(MEMORY_LIMIT) -g -d lib/hotspot-tools \
- -source 1.6 \
+ -source 1.5 \
-sourcepath rt:hotspot-tools:$(OPENJDK_SOURCEPATH_DIRS):generated \
-bootclasspath '' @$< ; \
else \
$(ICEDTEA_BOOT_DIR)/bin/javac $(MEMORY_LIMIT) -g -d lib/hotspot-tools \
- -source 1.6 \
+ -source 1.5 \
-sourcepath rt:hotspot-tools:$(OPENJDK_SOURCEPATH_DIRS):generated \
-bootclasspath '' @$< ; \
fi
@@ -1279,12 +1279,12 @@ stamps/rt-class-files.stamp: rt-source-f
if ! test -d $(ICEDTEA_BOOT_DIR) ; \
then \
$(JAVAC) $(MEMORY_LIMIT) -g -d lib/rt \
- -source 1.6 \
+ -source 1.5 \
-sourcepath rt:$(OPENJDK_SOURCEPATH_DIRS):generated \
-bootclasspath '' @$< ; \
else \
$(ICEDTEA_BOOT_DIR)/bin/javac $(MEMORY_LIMIT) -g -d lib/rt \
- -source 1.6 \
+ -source 1.5 \
-sourcepath rt:$(OPENJDK_SOURCEPATH_DIRS):generated \
-bootclasspath '' @$< ; \
fi
@@ -1324,12 +1324,12 @@ stamps/extra-class-files.stamp: extra-so
if ! test -d $(ICEDTEA_BOOT_DIR) ; \
then \
$(JAVAC) $(MEMORY_LIMIT) -g -d extra-lib \
- -source 1.6 \
+ -source 1.5 \
-sourcepath extra -cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \
-bootclasspath '' @extra-source-files.txt ; \
else \
$(ICEDTEA_BOOT_DIR)/bin/javac $(MEMORY_LIMIT) -g -d extra-lib \
- -source 1.6 \
+ -source 1.5 \
-sourcepath extra -cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \
-bootclasspath '' @extra-source-files.txt ; \
fi
diff -r 39145184c656 -r d72271b9d9ef javac.in
--- a/javac.in Fri May 23 16:42:24 2008 -0400
+++ b/javac.in Sun May 25 19:42:00 2008 +0200
@@ -31,4 +31,4 @@ fi
fi
CLASSPATH=@ECJ_JAR@${CLASSPATH:+:}$CLASSPATH \
- @JAVA@ org.eclipse.jdt.internal.compiler.batch.Main -1.6 -nowarn $bcoption $NEW_ARGS
+ @JAVA@ org.eclipse.jdt.internal.compiler.batch.Main -1.5 -nowarn $bcoption $NEW_ARGS
More information about the distro-pkg-dev
mailing list