You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/19 07:55:12 UTC

svn commit: r1327833 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Thu Apr 19 05:55:12 2012
New Revision: 1327833

URL: http://svn.apache.org/viewvc?rev=1327833&view=rev
Log:
LUCENE-3965: nuke more contrib references

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1327833&r1=1327832&r2=1327833&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Thu Apr 19 05:55:12 2012
@@ -147,7 +147,7 @@
   <property name="tests.src.dir" location="src/test"/>
   <property name="tests-framework.src.dir" location="${common.dir}/test-framework/src/java"/>
   <property name="build.dir" location="build"/>
-  <!-- Needed in case a contrib needs the original build, also for compile-tools to be called from contrib -->
+  <!-- Needed in case a module needs the original build, also for compile-tools to be called from a module -->
   <property name="common.build.dir" location="${common.dir}/build"/>
   <property name="tests.lockdir" location="${common.build.dir}"/>
   <property name="dist.dir" location="${common.dir}/dist"/>
@@ -226,7 +226,7 @@
   </propertyset>
 
   <patternset id="lucene.local.src.package.patterns"
-              includes="src/,index.html,*build*.xml,docs/,*.txt,contrib/,lib/,backwards/"
+              includes="src/,index.html,*build*.xml,docs/,*.txt,lib/,backwards/"
               excludes="**/pom.xml,**/*.iml,site/build/"
   />
 
@@ -248,7 +248,7 @@
   </target>
 
   <!-- TODO: maybe make JavaCC checking specific to only the projects
-             that use it (Lucene core and contrib/misc
+             that use it (Lucene core and queryparsers)
   -->
   <target name="javacc-uptodate-check">
     <uptodate property="javacc.files.uptodate">
@@ -971,7 +971,7 @@ ${tests-output}/junit4-*.suites     - pe
   <target name="generate-test-reports" description="Generates test reports">
     <mkdir dir="${junit.reports}"/>
     <junitreport todir="${junit.output.dir}">
-      <!-- this fileset let's the task work for individual contribs,
+      <!-- this fileset let's the task work for individual modules,
            as well as the project as a whole
        -->
       <fileset dir="${build.dir}">
@@ -982,7 +982,7 @@ ${tests-output}/junit4-*.suites     - pe
     
     <mkdir dir="${junit.reports.backwards}"/>
     <junitreport todir="${junit.output.dir.backwards}">
-      <!-- this fileset let's the task work for individual contribs,
+      <!-- this fileset let's the task work for individual modules,
            as well as the project as a whole
        -->
       <fileset dir="${build.dir.backwards}">