amynka      15/06/28 13:55:10

  Added:                weka-3.6.12-build.xml.patch
  Log:
  Patch for weka-3.6.12 added.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
34E69781)

Revision  Changes    Path
1.1                  dev-util/weka/files/weka-3.6.12-build.xml.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/weka/files/weka-3.6.12-build.xml.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/weka/files/weka-3.6.12-build.xml.patch?rev=1.1&content-type=text/plain

Index: weka-3.6.12-build.xml.patch
===================================================================
--- build.xml   2010-04-17 08:12:29.000000000 +0300
+++ build.xml.fixed     2010-04-17 08:37:58.000000000 +0300
@@ -90,11 +90,6 @@
     </copy>
     <rmic base="${build}/classes"
        classname="weka.experiment.RemoteEngine"/>
-    <unzip src="${lib}/java-cup.jar" dest="${build}/classes">
-      <patternset>
-        <include name="java_cup/runtime/**/*"/>
-      </patternset>
-    </unzip>
   </target>
 
   <!-- Make the javadocs -->
@@ -139,7 +134,7 @@
   </target>
 
   <!-- compile the testcases -->
-  <target name="compile_tests" depends="init_tests, compile" 
+  <target name="compile_tests" depends="init_tests" 
    description="Compile unit tests into build/testcases">
      <javac srcdir="${src-test}" 
        fork="yes" memoryMaximumSize="${javac_max_memory}"




Reply via email to