You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2011/05/24 08:05:30 UTC

svn commit: r1126884 - in /lucene/dev/trunk: build.xml dev-tools/eclipse/dot.project lucene/CHANGES.txt

Author: shaie
Date: Tue May 24 06:05:30 2011
New Revision: 1126884

URL: http://svn.apache.org/viewvc?rev=1126884&view=rev
Log:
LUCENE-3128: ant eclipse creates a .project for Eclipse integration

Added:
    lucene/dev/trunk/dev-tools/eclipse/dot.project   (with props)
Modified:
    lucene/dev/trunk/build.xml
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1126884&r1=1126883&r2=1126884&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Tue May 24 06:05:30 2011
@@ -73,6 +73,7 @@
   </target>
 
   <target name="eclipse" description="Setup Eclipse configuration">
+    <copy file="dev-tools/eclipse/dot.project" tofile=".project" overwrite="false"/>
     <copy file="dev-tools/eclipse/dot.classpath" tofile=".classpath" overwrite="true"/>
     <mkdir dir=".settings"/>
     <copy file="dev-tools/eclipse/resources.prefs" 

Added: lucene/dev/trunk/dev-tools/eclipse/dot.project
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.project?rev=1126884&view=auto
==============================================================================
--- lucene/dev/trunk/dev-tools/eclipse/dot.project (added)
+++ lucene/dev/trunk/dev-tools/eclipse/dot.project Tue May 24 06:05:30 2011
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>lucene_solr</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1126884&r1=1126883&r2=1126884&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue May 24 06:05:30 2011
@@ -545,6 +545,9 @@ Build
 * LUCENE-3006: Building javadocs will fail on warnings by default. 
   Override with -Dfailonjavadocwarning=false (sarowe, gsingers)
 
+* LUCENE-3128: "ant eclipse" creates a .project file for easier Eclipse
+  integration (unless one already exists). (Daniel Serodio via Shai Erera)
+
 Test Cases
 
 * LUCENE-3002: added 'tests.iter.min' to control 'tests.iter' by allowing to