You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2010/06/18 22:39:50 UTC

svn commit: r956125 - /lucene/dev/trunk/solr/build.xml

Author: ehatcher
Date: Fri Jun 18 20:39:49 2010
New Revision: 956125

URL: http://svn.apache.org/viewvc?rev=956125&view=rev
Log:
remove velocity maven stuff from the build, no longer needed

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=956125&r1=956124&r2=956125&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Fri Jun 18 20:39:49 2010
@@ -602,8 +602,6 @@
 
     <solr-jar destfile="${dist}/apache-solr-cell-src-${version}.jar"
               basedir="contrib/extraction/src" />
-    <solr-jar destfile="${dist}/apache-solr-velocity-src-${version}.jar"
-              basedir="contrib/velocity/src" />
     <!--<solr-jar destfile="${dist}/apache-solr-clustering-src-${version}.jar"
               basedir="contrib/clustering/src" />-->
   </target>
@@ -620,8 +618,6 @@
               basedir="${build.javadoc}/contrib-solr-dataimporthandler" />
     <!--<solr-jar destfile="${dist}/apache-solr-clustering-docs-${version}.jar"
               basedir="${build.javadoc}/contrib-solr-clustering" />-->
-    <solr-jar destfile="${dist}/apache-solr-velocity-docs-${version}.jar"
-              basedir="${build.javadoc}/contrib-solr-velocity" />
     <solr-jar destfile="${dist}/apache-solr-cell-docs-${version}.jar"
               basedir="${build.javadoc}/contrib-solr-cell" />
   </target>
@@ -813,7 +809,6 @@
     <sign-maven-dependency-artifacts artifact.id="solr-lucene-snowball" gpg.passphrase="${gpg.passphrase}"/>
     <sign-maven-dependency-artifacts artifact.id="solr-lucene-spellchecker" gpg.passphrase="${gpg.passphrase}"/>
     <sign-maven-artifacts artifact.id="solr-solrj" gpg.passphrase="${gpg.passphrase}"/>
-    <sign-maven-artifacts artifact.id="solr-velocity" gpg.passphrase="${gpg.passphrase}"/>
 
     <!-- Thes are special since there are no jars, just poms -->
     <sign-artifact input.file="${maven.dist.prefix}/solr-parent/${version}/solr-parent-${version}.pom" gpg.passphrase="${gpg.passphrase}"/>
@@ -895,15 +890,6 @@
       <!-- TODO: MORE NEEDED HERE ONCE WE FINALIZE THE LIBS FOR CARROT -->
       <!-- end clustering specific -->
 
-      <m2-deploy pom.xml="contrib/velocity/solr-velocity-pom.xml.template"
-      jar.file="contrib/velocity/src/main/solr/lib/apache-solr-velocity-${version}.jar">
-
-        <artifact-attachments>
-          <attach file="${dist}/apache-solr-velocity-src-${version}.jar" classifier="sources"/>
-          <attach file="${dist}/apache-solr-velocity-docs-${version}.jar" classifier="javadoc"/>
-        </artifact-attachments>
-      </m2-deploy>
-
       <m2-deploy pom.xml="src/maven/solr-core-pom.xml.template"
                  jar.file="${dist}/apache-solr-core-${version}.jar">