changeset in /hg/icedtea: 2007-10-18 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Wed Nov 7 08:23:48 PST 2007


changeset 10ce9710bee5 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=10ce9710bee5
description:
	2007-10-18  Lillian Angel  <langel at redhat.com>

	        * javac.in, javap.in: Removed

diffstat:

3 files changed, 4 insertions(+), 32 deletions(-)
ChangeLog |    4 ++++
javac.in  |   29 -----------------------------
javap.in  |    3 ---

diffs (54 lines):

diff -r 6595cc8bc5ab -r 10ce9710bee5 ChangeLog
--- a/ChangeLog	Thu Oct 18 11:31:12 2007 -0400
+++ b/ChangeLog	Thu Oct 18 16:04:37 2007 -0400
@@ -3,6 +3,10 @@ 2007-10-23  Christan Thalinger  <twisti@
 	* j2se/make/common/Defs-linux.gmk: Updated for b22.
 	* j2se/make/common/shared/Platform.gmk: Likewise.
 	* j2se/src/share/bin/java.c: Likewise.
+
+2007-10-18  Lillian Angel  <langel at redhat.com>
+
+	* javac.in, javap.in: Removed
 
 2007-10-18  Lillian Angel  <langel at redhat.com>
 
diff -r 6595cc8bc5ab -r 10ce9710bee5 javac.in
--- a/javac.in	Thu Oct 18 11:31:12 2007 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-case "$*" in
-  *-bootclasspath*) ;;
-  *) bcoption="-bootclasspath @LIBGCJ_JAR@"
-esac
-
-# Work around ecj's inability to handle duplicate command-line
-# options.
-
-NEW_ARGS="$@"
-
-if echo "$@" | grep -q '\-source\ .*\-source\ '
-then
-  NEW_ARGS=`echo $NEW_ARGS | sed -e 's/-source\ *1\.[3456]//1'`
-fi
-
-if echo "$@" | grep -q '\-d\ .*\-d\ '
-then
-  NEW_ARGS=`echo $NEW_ARGS | sed -e 's/-d\ *[^\ ]*//1'`
-fi
-
-if echo "$@" | grep -q '\-encoding\ .*\-encoding\ '
-then
-  NEW_ARGS=`echo $NEW_ARGS | sed -e 's/-encoding\ *[^\ ]*//1'`
-fi
-
-CLASSPATH=@ECJ_JAR@${CLASSPATH:+:}$CLASSPATH \
-  @JAVA@ org.eclipse.jdt.internal.compiler.batch.Main -1.5 -nowarn $bcoption $NEW_ARGS
diff -r 6595cc8bc5ab -r 10ce9710bee5 javap.in
--- a/javap.in	Thu Oct 18 11:31:12 2007 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exit 0



More information about the distro-pkg-dev mailing list