Author: daijy
Date: Fri May  6 23:56:41 2011
New Revision: 1100415

URL: http://svn.apache.org/viewvc?rev=1100415&view=rev
Log:
PIG-2043: Ship antlr-runtime.jar to backend

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/src/org/apache/pig/impl/util/JarManager.java

Modified: pig/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1100415&r1=1100414&r2=1100415&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Fri May  6 23:56:41 2011
@@ -202,6 +202,8 @@ PIG-1696: Performance: Use System.arrayc
 
 BUG FIXES
 
+PIG-2043: Ship antlr-runtime.jar to backend (daijy)
+
 PIG-2049: Pig should display TokenMgrError message consistently across all 
parsers (rding)
 
 PIG-2041: Minicluster should make each run independent (daijy)

Modified: pig/trunk/src/org/apache/pig/impl/util/JarManager.java
URL: 
http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/impl/util/JarManager.java?rev=1100415&r1=1100414&r2=1100415&view=diff
==============================================================================
--- pig/trunk/src/org/apache/pig/impl/util/JarManager.java (original)
+++ pig/trunk/src/org/apache/pig/impl/util/JarManager.java Fri May  6 23:56:41 
2011
@@ -85,7 +85,7 @@ public class JarManager {
     }
 
     final static String pigPackagesToSend[] = { 
"org/apache/pig","org/apache/tools/bzip2r",
-        "dk/brics/automaton" };
+        "dk/brics/automaton", "org/antlr/runtime" };
     
     /**
      * Create a jarfile in a temporary path, that is a merge of all the 
jarfiles containing the


Reply via email to