From eb4d0c0ccf1f4aa2c12e36700c150147f5d10de9 Mon Sep 17 00:00:00 2001
From: Luke Shumaker <LukeShu@sbcglobal.net>
Date: Sun, 22 Jan 2012 22:42:26 -0500
Subject: import ~lukeshu-closure-compiler/protobuf-java from aur (dep of
 closure-compiler)

---
 .../protobuf-java/protobuf-java.patch               | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 ~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch

(limited to '~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch')

diff --git a/~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch b/~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch
new file mode 100644
index 000000000..1286223ed
--- /dev/null
+++ b/~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch
@@ -0,0 +1,21 @@
+diff -aur protobuf-2.4.1/java/pom.xml protobuf-2.4.1-patched/java/pom.xml
+--- protobuf-2.4.1/java/pom.xml	2011-04-30 19:23:04.000000000 +0200
++++ protobuf-2.4.1-patched/java/pom.xml	2011-05-09 17:58:09.000000000 +0200
+@@ -78,7 +78,7 @@
+             <configuration>
+               <tasks>
+                 <mkdir dir="target/generated-sources" />
+-                <exec executable="../src/protoc">
++                <exec executable="protoc">
+                   <arg value="--java_out=target/generated-sources" />
+                   <arg value="--proto_path=../src" />
+                   <arg value="../src/google/protobuf/descriptor.proto" />
+@@ -96,7 +96,7 @@
+             <configuration>
+               <tasks>
+                 <mkdir dir="target/generated-test-sources" />
+-                <exec executable="../src/protoc">
++                <exec executable="protoc">
+                   <arg value="--java_out=target/generated-test-sources" />
+                   <arg value="--proto_path=../src" />
+                   <arg value="--proto_path=src/test/java" />
-- 
cgit v1.2.3-2-g168b