Author: philz
Date: Tue Jan 26 18:59:32 2010
New Revision: 903367

URL: http://svn.apache.org/viewvc?rev=903367&view=rev
Log:
AVRO-343. Minor fixes to Eclipse config after build re-org

Modified:
    hadoop/avro/trunk/.gitignore
    hadoop/avro/trunk/CHANGES.txt
    hadoop/avro/trunk/lang/java/   (props changed)
    hadoop/avro/trunk/lang/java/.eclipse_launchers/AllTests.launch
    hadoop/avro/trunk/lang/java/.gitignore

Modified: hadoop/avro/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/.gitignore?rev=903367&r1=903366&r2=903367&view=diff
==============================================================================
--- hadoop/avro/trunk/.gitignore (original)
+++ hadoop/avro/trunk/.gitignore Tue Jan 26 18:59:32 2010
@@ -1,8 +1,5 @@
 *.pyc
 .svn
-/.classpath
-/.eclipse
-/.project
 /build
 test-output
 /dist

Modified: hadoop/avro/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=903367&r1=903366&r2=903367&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Tue Jan 26 18:59:32 2010
@@ -277,6 +277,8 @@
 
     AVRO-354. Performance improvement to BinaryDecoder.readInt() (Kevin Oliver 
via thiru)
 
+    AVRO-343. Minor fixes to Eclipse config after build re-org (philz)
+
   BUG FIXES
  
     AVRO-176. Safeguard against bad istreams before reading. (sbanacho)

Propchange: hadoop/avro/trunk/lang/java/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Jan 26 18:59:32 2010
@@ -1 +1,4 @@
 build
+.classpath
+.eclipse
+.project

Modified: hadoop/avro/trunk/lang/java/.eclipse_launchers/AllTests.launch
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/lang/java/.eclipse_launchers/AllTests.launch?rev=903367&r1=903366&r2=903367&view=diff
==============================================================================
--- hadoop/avro/trunk/lang/java/.eclipse_launchers/AllTests.launch (original)
+++ hadoop/avro/trunk/lang/java/.eclipse_launchers/AllTests.launch Tue Jan 26 
18:59:32 2010
@@ -14,16 +14,19 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/avro/src/test/java"/>
+<listEntry value="/avro"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="2"/>
+<listEntry value="4"/>
 </listAttribute>
-<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" 
value="=avro/src\/test\/java"/>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=avro"/>
 <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
 <stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
 <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" 
value="org.eclipse.jdt.junit.loader.junit4"/>

Modified: hadoop/avro/trunk/lang/java/.gitignore
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/lang/java/.gitignore?rev=903367&r1=903366&r2=903367&view=diff
==============================================================================
--- hadoop/avro/trunk/lang/java/.gitignore (original)
+++ hadoop/avro/trunk/lang/java/.gitignore Tue Jan 26 18:59:32 2010
@@ -14,3 +14,6 @@
 #   limitations under the License.
 
 /build
+/.classpath
+/.eclipse
+/.project


Reply via email to