diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-04 17:57:02 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-04 17:57:02 -0500 |
commit | 4a9686889b7153b0d56494d8e0c7f7eae741678f (patch) | |
tree | b87e7f913c92e9d99958e0c2dccb6d65d83a501a /~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch | |
parent | 73a91aace010246bea82b57af6982f7de5508fac (diff) |
delete [~lukeshu-closure-compiler]
Diffstat (limited to '~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch')
-rw-r--r-- | ~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch b/~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch deleted file mode 100644 index 1286223ed..000000000 --- a/~lukeshu-closure-compiler/protobuf-java/protobuf-java.patch +++ /dev/null @@ -1,21 +0,0 @@ -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" /> |