6
0
forked from pool/scala

Stop overriding default patch fuzz

OBS-URL: https://build.opensuse.org/package/show/Java:packages/scala?expand=0&rev=35
This commit is contained in:
2019-12-17 06:35:53 +00:00
committed by Git OBS Bridge
parent d0101ff85f
commit 051de5cc46
3 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
--- scala-2.10.7/build.xml 2019-11-27 17:42:56.487021401 +0100
+++ scala-2.10.7/build.xml 2019-11-27 17:43:39.491264930 +0100
@@ -757,7 +757,7 @@
Index: scala-2.10.7/build.xml
===================================================================
--- scala-2.10.7.orig/build.xml
+++ scala-2.10.7/build.xml
@@ -758,7 +758,7 @@ TODO:
destdir="${@{project}-classes}"
classpath="${@{project}-classes}"
includes="**/*.java"
@@ -9,7 +11,7 @@
compiler="javac1.6"
includeantruntime="false" >
<compilerarg line="${javac.args} @{args}"/>
@@ -793,7 +793,7 @@
@@ -794,7 +794,7 @@ TODO:
includes="**/*.java"
excludes="@{excludes}"
includeantruntime="false"