You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by th...@apache.org on 2010/11/10 00:36:36 UTC

svn commit: r1033295 - /pig/trunk/.eclipse.templates/.classpath

Author: thejas
Date: Tue Nov  9 23:36:36 2010
New Revision: 1033295

URL: http://svn.apache.org/viewvc?rev=1033295&view=rev
Log:
PIG-1618 - adding antlr.jar to eclipse class path

Modified:
    pig/trunk/.eclipse.templates/.classpath

Modified: pig/trunk/.eclipse.templates/.classpath
URL: http://svn.apache.org/viewvc/pig/trunk/.eclipse.templates/.classpath?rev=1033295&r1=1033294&r2=1033295&view=diff
==============================================================================
--- pig/trunk/.eclipse.templates/.classpath (original)
+++ pig/trunk/.eclipse.templates/.classpath Tue Nov  9 23:36:36 2010
@@ -15,6 +15,7 @@
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/joda-time-1.6.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jsch-0.1.38.jar"/>
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/junit-4.5.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/antlr-3.2.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/hbase-0.20.6.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/hbase-0.20.6-test.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/zookeeper-hbase-1329.jar"/>