You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by sc...@apache.org on 2012/02/08 00:37:19 UTC

svn commit: r1241700 - in /avro/trunk: CHANGES.txt lang/java/archetypes/ lang/java/archetypes/avro-service-archetype/ lang/java/protobuf/ lang/java/thrift/

Author: scottcarey
Date: Tue Feb  7 23:37:19 2012
New Revision: 1241700

URL: http://svn.apache.org/viewvc?rev=1241700&view=rev
Log:
AVRO-1018. Java: add svn:ignore to eclipse generated files for protobuf, thrift, and archetype modules

Modified:
    avro/trunk/CHANGES.txt
    avro/trunk/lang/java/archetypes/   (props changed)
    avro/trunk/lang/java/archetypes/avro-service-archetype/   (props changed)
    avro/trunk/lang/java/protobuf/   (props changed)
    avro/trunk/lang/java/thrift/   (props changed)

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1241700&r1=1241699&r2=1241700&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Tue Feb  7 23:37:19 2012
@@ -56,6 +56,8 @@ Avro 1.6.2 (unreleased)
 
     AVRO-1010. Java: Improve codec javadoc. (Lars Francke via cutting)
 
+    AVRO-1018. Java: add svn:ignore to eclipse generated files for protobuf, thrift, and archetype modules
+
   BUG FIXES
 
     AVRO-962. Java: Fix Maven plugin to support string type override.

Propchange: avro/trunk/lang/java/archetypes/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Feb  7 23:37:19 2012
@@ -1 +1,5 @@
+
 target
+.classpath
+.project
+.settings

Propchange: avro/trunk/lang/java/archetypes/avro-service-archetype/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Feb  7 23:37:19 2012
@@ -1 +1,5 @@
+
 target
+.classpath
+.project
+.settings

Propchange: avro/trunk/lang/java/protobuf/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Feb  7 23:37:19 2012
@@ -1 +1,5 @@
+
 target
+.classpath
+.project
+.settings

Propchange: avro/trunk/lang/java/thrift/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Feb  7 23:37:19 2012
@@ -1 +1,5 @@
+
 target
+.classpath
+.project
+.settings