diff -urN eclipse-sdk-3.0.0.orig/plugins/org.eclipse.swt.motif/build.xml eclipse-sdk-3.0.0/plugins/org.eclipse.swt.motif/build.xml --- eclipse-sdk-3.0.0.orig/plugins/org.eclipse.swt.motif/build.xml 2004-06-25 18:26:03.000000000 +0200 +++ eclipse-sdk-3.0.0/plugins/org.eclipse.swt.motif/build.xml 2004-07-07 00:53:06.000000000 +0200 @@ -105,7 +105,7 @@ <property name="destdir" value="${temp.folder}/ws/motif/swt-gtk.jar.bin"/> <delete dir="${temp.folder}/ws/motif/swt-gtk.jar.bin"/> <mkdir dir="${temp.folder}/ws/motif/swt-gtk.jar.bin"/> - <javac destdir="${temp.folder}/ws/motif/swt-gtk.jar.bin" verbose="true" debug="on" failonerror="no" bootclasspath="${bootclasspath}"> + <javac destdir="${temp.folder}/ws/motif/swt-gtk.jar.bin" source="1.3" target="1.2" verbose="true" debug="on" failonerror="no" bootclasspath="${bootclasspath}"> <src path="${plugindir}/Eclipse SWT PI/motif_gtk/"/> </javac> <property name="includes" value=""/> @@ -125,7 +125,7 @@ <property name="destdir" value="${temp.folder}/ws/motif/swt-mozilla.jar.bin"/> <delete dir="${temp.folder}/ws/motif/swt-mozilla.jar.bin"/> <mkdir dir="${temp.folder}/ws/motif/swt-mozilla.jar.bin"/> - <javac destdir="${temp.folder}/ws/motif/swt-mozilla.jar.bin" verbose="true" debug="on" failonerror="no" bootclasspath="${bootclasspath}" classpath="${build.result.folder}/ws/motif/swt-gtk.jar"> + <javac destdir="${temp.folder}/ws/motif/swt-mozilla.jar.bin" source="1.3" target="1.2" verbose="true" debug="on" failonerror="no" bootclasspath="${bootclasspath}" classpath="${build.result.folder}/ws/motif/swt-gtk.jar"> <src path="${plugindir}/Eclipse SWT Mozilla/gtk/"/> <src path="${plugindir}/Eclipse SWT Mozilla/common/"/> </javac> @@ -315,4 +315,4 @@ <delete dir="${temp.folder}"/> </target> -</project> \ No newline at end of file +</project>