You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 07:01:11 UTC

svn commit: r1131716 - in /incubator/mesos/trunk/src: Makefile.in swig/java/nexusJNI.java.patch swig/java/nexusJNI.java.patch2

Author: benh
Date: Sun Jun  5 05:01:10 2011
New Revision: 1131716

URL: http://svn.apache.org/viewvc?rev=1131716&view=rev
Log:
Getting patch functionality to work on OS X.

Added:
    incubator/mesos/trunk/src/swig/java/nexusJNI.java.patch2
      - copied, changed from r1131715, incubator/mesos/trunk/src/swig/java/nexusJNI.java.patch
Removed:
    incubator/mesos/trunk/src/swig/java/nexusJNI.java.patch
Modified:
    incubator/mesos/trunk/src/Makefile.in

Modified: incubator/mesos/trunk/src/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/Makefile.in?rev=1131716&r1=1131715&r2=1131716&view=diff
==============================================================================
--- incubator/mesos/trunk/src/Makefile.in (original)
+++ incubator/mesos/trunk/src/Makefile.in Sun Jun  5 05:01:10 2011
@@ -220,7 +220,8 @@ ruby: $(RUBY_LIB)
 swig/java/nexus.jar: $(JAVA_LIB)
 ifdef JAVA_HOME
 	javac -sourcepath swig/java -d swig/java swig/java/nexus/*.java
-	patch swig/java/nexus/nexusJNI.java < swig/java/nexusJNI.java.patch
+	patch swig/java/nexus/nexusJNI.java < swig/java/nexusJNI.java.patch1
+	patch swig/java/nexus/nexusJNI.java < swig/java/nexusJNI.java.patch2
 	jar cf $@ -C swig/java nexus
 endif
 

Copied: incubator/mesos/trunk/src/swig/java/nexusJNI.java.patch2 (from r1131715, incubator/mesos/trunk/src/swig/java/nexusJNI.java.patch)
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/swig/java/nexusJNI.java.patch2?p2=incubator/mesos/trunk/src/swig/java/nexusJNI.java.patch2&p1=incubator/mesos/trunk/src/swig/java/nexusJNI.java.patch&r1=1131715&r2=1131716&rev=1131716&view=diff
==============================================================================
    (empty)