You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2012/05/08 23:43:48 UTC

svn commit: r1335784 - in /avro/trunk: .gitignore CHANGES.txt

Author: cutting
Date: Tue May  8 21:43:48 2012
New Revision: 1335784

URL: http://svn.apache.org/viewvc?rev=1335784&view=rev
Log:
AVRO-1075. Add some Eclipse stuff to .gitignore.  Contributed by Karthik K.

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

Modified: avro/trunk/.gitignore
URL: http://svn.apache.org/viewvc/avro/trunk/.gitignore?rev=1335784&r1=1335783&r2=1335784&view=diff
==============================================================================
--- avro/trunk/.gitignore (original)
+++ avro/trunk/.gitignore Tue May  8 21:43:48 2012
@@ -1,3 +1,7 @@
+.project
+.settings
+.classpath
+target
 *.pyc
 .svn
 /build

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1335784&r1=1335783&r2=1335784&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Tue May  8 21:43:48 2012
@@ -25,6 +25,8 @@ Avro 1.7.0 (unreleased)
     AVRO-551. C: Now compiles on Win32, using Visual Studio C++ 2008.
     (Vivek Nadkarni via dcreager)
 
+    AVRO-1075. Add some Eclipse stuff to .gitignore.  (Karthik K via cutting)
+
   BUG FIXES
 
     AVRO-1045. Java: Fix a bug in GenericData#deepCopy() of ByteBuffer values.