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/11/18 18:24:03 UTC

svn commit: r1203755 - in /pig/trunk: .gitignore CHANGES.txt

Author: hashutosh
Date: Fri Nov 18 17:24:03 2011
New Revision: 1203755

URL: http://svn.apache.org/viewvc?rev=1203755&view=rev
Log:
PIG-2382: Modify .gitignore to ignore pig-withouthadoop.jar (azaroth via hashutosh)

Modified:
    pig/trunk/.gitignore
    pig/trunk/CHANGES.txt

Modified: pig/trunk/.gitignore
URL: http://svn.apache.org/viewvc/pig/trunk/.gitignore?rev=1203755&r1=1203754&r2=1203755&view=diff
==============================================================================
--- pig/trunk/.gitignore (original)
+++ pig/trunk/.gitignore Fri Nov 18 17:24:03 2011
@@ -4,4 +4,4 @@ src-gen/
 test/org/apache/pig/test/utils/dotGraph/parser/
 ivy/*.jar
 pig.jar
-
+pig-withouthadoop.jar

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1203755&r1=1203754&r2=1203755&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Fri Nov 18 17:24:03 2011
@@ -24,6 +24,8 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-2382: Modify .gitignore to ignore pig-withouthadoop.jar (azaroth via hashutosh)
+
 PIG-2380: Expose version information more cleanly (jcoveney via azaroth)
 
 PIG-2311: STRSPLIT needs to allow bytearray arguments (xuting via olgan)