diff options
Diffstat (limited to 'dev-util/eclipse-sdk/files/3.3/eclipse-workbench-miscompile-workaround.diff')
-rw-r--r-- | dev-util/eclipse-sdk/files/3.3/eclipse-workbench-miscompile-workaround.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/eclipse-sdk/files/3.3/eclipse-workbench-miscompile-workaround.diff b/dev-util/eclipse-sdk/files/3.3/eclipse-workbench-miscompile-workaround.diff deleted file mode 100644 index 77a4d0b3c30c..000000000000 --- a/dev-util/eclipse-sdk/files/3.3/eclipse-workbench-miscompile-workaround.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/org.eclipse.ui.workbench/build.xml.orig 2007-04-11 21:13:58.000000000 +0200 -+++ plugins/org.eclipse.ui.workbench/build.xml 2007-04-11 21:00:49.000000000 +0200 -@@ -51,8 +51,8 @@ - <condition property="bundleJavacTarget" value="1.1"> - <isset property="J2SE-1.3"/> - </condition> -- <property name="bundleJavacSource" value="${javacSource}"/> -- <property name="bundleJavacTarget" value="${javacTarget}"/> -+ <property name="bundleJavacSource" value="1.4"/> -+ <property name="bundleJavacTarget" value="1.4"/> - <property name="bundleBootClasspath" value="${bootclasspath}"/> - - <target name="init" depends="properties"> |