changeset 317:10ce9710bee5 cacao

2007-10-18 Lillian Angel <langel@redhat.com> * javac.in, javap.in: Removed
author Lillian Angel <langel@redhat.com>
date Thu, 18 Oct 2007 16:04:37 -0400
parents 6595cc8bc5ab
children cee826c52531
files ChangeLog javac.in javap.in
diffstat 3 files changed, 4 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 18 11:31:12 2007 -0400
+++ b/ChangeLog	Thu Oct 18 16:04:37 2007 -0400
@@ -6,6 +6,10 @@
 
 2007-10-18  Lillian Angel  <langel@redhat.com>
 
+	* javac.in, javap.in: Removed
+
+2007-10-18  Lillian Angel  <langel@redhat.com>
+
 	* Makefile.am (OPENJDK_SOURCEPATH_DIRS): Added CORBA sources.
 
 2007-10-18  Lillian Angel  <langel@redhat.com>
--- 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
--- 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