File libswt-bootclasspath.patch of Package eclipse-swt
--- org.eclipse.swt/buildFragment.xml 2014-01-12 22:26:01.022764236 +0100
+++ org.eclipse.swt/buildFragment.xml 2017-10-07 00:35:19.914441896 +0200
@@ -27,24 +27,8 @@
<property name="logExtension" value=".xml" />
<property name="javacSource" value="1.3" />
<property name="javacTarget" value="1.2" />
- <condition property="bootclasspath" value="">
- <equals arg1="${swt.os}" arg2="macosx"/>
- </condition>
- <path id="path_bootclasspath">
- <fileset dir="${java.home}/lib">
- <include name="*.jar" />
- </fileset>
- </path>
- <property name="bootclasspath" refid="path_bootclasspath" />
- <condition property="bundleBootClasspath" value="${CDC-1.0/Foundation-1.0}">
- <isset property="CDC-1.0/Foundation-1.0" />
- </condition>
- <condition property="bundleBootClasspath" value="${J2SE-1.3}">
- <isset property="J2SE-1.3" />
- </condition>
<property name="bundleJavacSource" value="${javacSource}" />
<property name="bundleJavacTarget" value="${javacTarget}" />
- <property name="bundleBootClasspath" value="${bootclasspath}" />
<condition property="p2.publish.parts" value="true">
<istrue value="${p2.gathering}" />
</condition>
@@ -72,7 +56,7 @@
<delete dir="${temp.folder}/@dot.bin" />
<mkdir dir="${temp.folder}/@dot.bin" />
<antcall target="copy.${swt.ws}.src"/>
- <javac destdir="${temp.folder}/@dot.bin" verbose="${javacVerbose}" debug="${debug}" failonerror="no" classpath="${plugindir}/extra_jars/exceptions.jar" bootclasspath="${bundleBootClasspath}" source="${bundleJavacSource}" target="${bundleJavacTarget}">
+ <javac destdir="${temp.folder}/@dot.bin" verbose="${javacVerbose}" debug="${debug}" failonerror="no" classpath="${plugindir}/extra_jars/exceptions.jar" source="${bundleJavacSource}" target="${bundleJavacTarget}">
<src path="${temp.folder}/@dot.src/"/>
<compilerarg line="-log '${temp.folder}'/@dot.bin${logExtension}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter" />
<compilerarg line="${compilerArg}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter" />