You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/05/23 06:55:37 UTC

svn commit: r1126311 - in /lucene/dev/branches/branch_3x/dev-tools/maven: lucene/contrib/ant/ lucene/contrib/db/ lucene/contrib/lucli/ lucene/contrib/pom.xml.template lucene/contrib/swing/ pom.xml.template

Author: sarowe
Date: Mon May 23 04:55:37 2011
New Revision: 1126311

URL: http://svn.apache.org/viewvc?rev=1126311&view=rev
Log:
LUCENE-2981: Removed ant, bdb, bdb-je, lucli, and swing contribs from the Maven configuration.

Removed:
    lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/ant/
    lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/db/
    lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/lucli/
    lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/swing/
Modified:
    lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template
    lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template?rev=1126311&r1=1126310&r2=1126311&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template Mon May 23 04:55:37 2011
@@ -32,15 +32,12 @@
   <packaging>pom</packaging>
   <modules>
     <module>analyzers</module>
-    <module>ant</module>
     <module>benchmark</module>
-    <module>db</module>
     <module>demo</module>
     <module>grouping</module>
     <module>highlighter</module>
     <module>icu</module>
     <module>instantiated</module>
-    <module>lucli</module>
     <module>memory</module>
     <module>misc</module>
     <module>queries</module>
@@ -48,7 +45,6 @@
     <module>remote</module>
     <module>spatial</module>
     <module>spellchecker</module>
-    <module>swing</module>
     <module>wordnet</module>
     <module>xml-query-parser</module>
   </modules>

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template?rev=1126311&r1=1126310&r2=1126311&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template Mon May 23 04:55:37 2011
@@ -125,16 +125,6 @@
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>com.sleepycat</groupId>
-        <artifactId>berkeleydb</artifactId>
-        <version>4.7.25</version>
-      </dependency>
-      <dependency>
-        <groupId>com.sleepycat</groupId>
-        <artifactId>berkeleydb-je</artifactId>
-        <version>3.3.93</version>
-      </dependency>
-      <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
         <version>1.7.0</version>
@@ -200,11 +190,6 @@
         <version>0.9.1</version>
       </dependency>
       <dependency>
-        <groupId>jtidy</groupId>
-        <artifactId>jtidy</artifactId>
-        <version>4aug2000r7-dev</version>
-      </dependency>
-      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.7</version>
@@ -611,25 +596,6 @@
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>get-jars-and-poms</id>
-                <phase>install</phase>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-                <configuration>
-                  <target>
-                    <ant dir="lucene/contrib/db/bdb"    target="get-db-jar"/>
-                    <ant dir="lucene/contrib/db/bdb-je" target="get-je-jar"/>
-                  </target>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-install-plugin</artifactId>
             <executions>
               <execution>
@@ -661,34 +627,6 @@
                 </configuration>  
               </execution>
               <execution>
-                <id>install-berkeleydb</id>
-                <phase>install</phase>
-                <goals>
-                  <goal>install-file</goal>
-                </goals>
-                <configuration>
-                  <groupId>com.sleepycat</groupId>
-                  <artifactId>berkeleydb</artifactId>
-                  <version>4.7.25</version>
-                  <packaging>jar</packaging>
-                  <file>lucene/contrib/db/bdb/lib/db-4.7.25.jar</file>
-                </configuration>  
-              </execution>
-              <execution>
-                <id>install-berkeleydb-je</id>
-                <phase>install</phase>
-                <goals>
-                  <goal>install-file</goal>
-                </goals>
-                <configuration>
-                  <groupId>com.sleepycat</groupId>
-                  <artifactId>berkeleydb-je</artifactId>
-                  <version>3.3.93</version>
-                  <packaging>jar</packaging>
-                  <file>lucene/contrib/db/bdb-je/lib/je-3.3.93.jar</file>
-                </configuration>  
-              </execution>
-              <execution>
                 <id>install-solr-commons-csv</id>
                 <phase>install</phase>
                 <goals>