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/01/22 08:37:06 UTC

svn commit: r1062114 - in /lucene/dev/branches/branch_3x: lucene/common-build.xml lucene/contrib/demo/build.xml solr/common-build.xml

Author: sarowe
Date: Sat Jan 22 07:37:05 2011
New Revision: 1062114

URL: http://svn.apache.org/viewvc?rev=1062114&view=rev
Log:
LUCENE-2657: reverting accidentally committed changes to *build.xml

Modified:
    lucene/dev/branches/branch_3x/lucene/common-build.xml
    lucene/dev/branches/branch_3x/lucene/contrib/demo/build.xml
    lucene/dev/branches/branch_3x/solr/common-build.xml

Modified: lucene/dev/branches/branch_3x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/common-build.xml?rev=1062114&r1=1062113&r2=1062114&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/common-build.xml Sat Jan 22 07:37:05 2011
@@ -317,8 +317,6 @@
     <attribute name="pom.xml" default="pom.xml"/>
     <sequential>
       <artifact:install-provider artifactId="wagon-ssh" version="1.0-beta-7"/>
-      <artifact:pom id="lucene.solr.grandparent" file="${common.dir}/../pom.xml"/>
-      <artifact:pom id="lucene.parent" file="${common.dir}/pom.xml"/>
       <artifact:pom id="maven.project" file="@{pom.xml}"/>
       <artifact:deploy file="${build.dir}/${maven.project.build.finalName}.jar">
         <artifact-attachments/>

Modified: lucene/dev/branches/branch_3x/lucene/contrib/demo/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/demo/build.xml?rev=1062114&r1=1062113&r2=1062114&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/demo/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/demo/build.xml Sat Jan 22 07:37:05 2011
@@ -64,8 +64,6 @@
   <target name="dist-maven" if="pom.xml.present" depends="compile-core,jar-src">
     <sequential>
       <artifact:install-provider artifactId="wagon-ssh" version="1.0-beta-7"/>
-      <artifact:pom id="lucene.solr.grandparent" file="${common.dir}/../pom.xml"/>
-      <artifact:pom id="lucene.parent" file="${common.dir}/pom.xml"/>
       <artifact:pom id="maven.project" file="pom.xml"/>
       <artifact:deploy file="${build.dir}/${demo.war.name}.war">
         <attach file="${build.dir}/${maven.project.build.finalName}.jar"

Modified: lucene/dev/branches/branch_3x/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/common-build.xml?rev=1062114&r1=1062113&r2=1062114&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/common-build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/common-build.xml Sat Jan 22 07:37:05 2011
@@ -381,8 +381,6 @@
     <attribute name="jar.file" default="${jar.file}"/>
     <sequential>
       <artifact:install-provider artifactId="wagon-ssh" version="1.0-beta-7"/>
-      <artifact:pom id="lucene.solr.grandparent" file="${common.dir}/../pom.xml"/>
-      <artifact:pom id="lucene.parent" file="${common.dir}/pom.xml"/>
       <artifact:pom id="maven.project" file="@{pom.xml}"/>
       <artifact:deploy file="@{jar.file}">
         <artifact-attachments/>