File asm-2.2.3-sourcetarget.patch of Package asm2

--- asm-2.2.3/build.xml	2006-07-05 17:32:20.000000000 +0200
+++ asm-2.2.3/build.xml	2017-09-15 10:01:01.969440218 +0200
@@ -48,6 +48,9 @@
   <property name="config"             value="${basedir}/config"/>
   <property name="archive"            value="${basedir}/archive"/>
 
+  <property name="compile.source"     value="${basedir}/config"/>
+  <property name="compile.target"     value="${basedir}/archive"/>
+
   <property name="out"                value="${basedir}/output"/>
   <property name="out.build"          value="${out}/build"/>
   <property name="out.instr"          value="${out}/instr"/>
@@ -128,7 +131,7 @@
 
   <target name="compile-debug" depends="init">
     <mkdir dir="${out.build}/tmp"/>
-    <javac destdir="${out.build}/tmp" debug="on" source="1.3" target="1.2">
+    <javac destdir="${out.build}/tmp" debug="on" source="${compile.source}" target="${compile.target}" encoding="ISO-8859-1">
       <classpath>
         <pathelement location="${out.build}/tmp"/>
       </classpath>
openSUSE Build Service is sponsored by