updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / protobuf-java / protobuf-java.patch
blob1286223ed056f0edafa127bfca0e6665a01d0f87
1 diff -aur protobuf-2.4.1/java/pom.xml protobuf-2.4.1-patched/java/pom.xml
2 --- protobuf-2.4.1/java/pom.xml 2011-04-30 19:23:04.000000000 +0200
3 +++ protobuf-2.4.1-patched/java/pom.xml 2011-05-09 17:58:09.000000000 +0200
4 @@ -78,7 +78,7 @@
5 <configuration>
6 <tasks>
7 <mkdir dir="target/generated-sources" />
8 - <exec executable="../src/protoc">
9 + <exec executable="protoc">
10 <arg value="--java_out=target/generated-sources" />
11 <arg value="--proto_path=../src" />
12 <arg value="../src/google/protobuf/descriptor.proto" />
13 @@ -96,7 +96,7 @@
14 <configuration>
15 <tasks>
16 <mkdir dir="target/generated-test-sources" />
17 - <exec executable="../src/protoc">
18 + <exec executable="protoc">
19 <arg value="--java_out=target/generated-test-sources" />
20 <arg value="--proto_path=../src" />
21 <arg value="--proto_path=src/test/java" />