diff options
Diffstat (limited to 'devel/sabre/files/patch-build.xml')
-rw-r--r-- | devel/sabre/files/patch-build.xml | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/devel/sabre/files/patch-build.xml b/devel/sabre/files/patch-build.xml index 6ac833349162..43466bae1c51 100644 --- a/devel/sabre/files/patch-build.xml +++ b/devel/sabre/files/patch-build.xml @@ -1,18 +1,11 @@ ---- build.xml.orig 2012-01-10 16:24:58.000000000 +0100 -+++ build.xml 2012-01-10 16:25:09.000000000 +0100 +--- build.xml.orig 2016-06-20 14:54:06 UTC ++++ build.xml @@ -32,7 +32,7 @@ - </target>
-
- <target name="compile" depends="prepare">
-- <javac destdir="${build}/classes" classpathref="classpath.libs" debug="on">
-+ <javac destdir="${build}/classes" source="1.5" target="1.5" classpathref="classpath.libs" debug="on">
- <src path="${src}"/>
- </javac>
- </target>
-@@ -77,4 +77,4 @@ - <filelocation location="${build}/image" childfilesonly="true" />
- </udfimage>
- </target>
--</project> -\ No newline at end of file -+</project> + </target> + + <target name="compile" depends="prepare"> +- <javac destdir="${build}/classes" classpathref="classpath.libs" debug="on"> ++ <javac destdir="${build}/classes" source="1.5" target="1.5" classpathref="classpath.libs" debug="on"> + <src path="${src}"/> + </javac> + </target> |