You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ha...@apache.org on 2011/05/05 22:16:15 UTC

svn commit: r1099954 - in /pig/trunk: .eclipse.templates/.classpath CHANGES.txt

Author: hashutosh
Date: Thu May  5 20:16:15 2011
New Revision: 1099954

URL: http://svn.apache.org/viewvc?rev=1099954&view=rev
Log:
PIG-2026: e2e tests in eclipse classpath

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

Modified: pig/trunk/.eclipse.templates/.classpath
URL: http://svn.apache.org/viewvc/pig/trunk/.eclipse.templates/.classpath?rev=1099954&r1=1099953&r2=1099954&view=diff
==============================================================================
--- pig/trunk/.eclipse.templates/.classpath (original)
+++ pig/trunk/.eclipse.templates/.classpath Thu May  5 20:16:15 2011
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="lib-src/bzip2"/>
+	<classpathentry kind="src" path="test/e2e/pig/udfs/java"/>
 	<classpathentry kind="src" path="lib-src/shock"/>
 	<classpathentry kind="src" path="src-gen"/>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="test"/>
+	<classpathentry excluding="e2e/pig/udfs/java/" kind="src" path="test"/>
 	<classpathentry kind="src" path="tutorial/src"/>
 	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="build/ivy/lib/Pig/jackson-core-asl-1.6.0.jar"/>

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1099954&r1=1099953&r2=1099954&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu May  5 20:16:15 2011
@@ -24,6 +24,8 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-2026: e2e tests in eclipse classpath (azaroth via hashutosh) 
+
 PIG-2024: Incorrect jar paths in .classpath template for eclipse (azaroth via hashutosh)
 
 OPTIMIZATIONS