You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/01/19 01:01:09 UTC

svn commit: r1060628 - in /lucene/dev/nightly: hudson-lucene-3.x.sh hudson-lucene-trunk.sh

Author: uschindler
Date: Wed Jan 19 00:01:08 2011
New Revision: 1060628

URL: http://svn.apache.org/viewvc?rev=1060628&view=rev
Log:
LUCENE-2572: fix maven folder

Modified:
    lucene/dev/nightly/hudson-lucene-3.x.sh
    lucene/dev/nightly/hudson-lucene-trunk.sh

Modified: lucene/dev/nightly/hudson-lucene-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-3.x.sh?rev=1060628&r1=1060627&r2=1060628&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-3.x.sh Wed Jan 19 00:01:08 2011
@@ -42,7 +42,7 @@ JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/an
   clean generate-maven-artifacts
 #copy the artifacts to the side so the cron job can publish them
 echo "Copying Maven artifacts to $MAVEN_ARTIFACTS"
-cp -R dist/maven/org/apache/lucene $MAVEN_ARTIFACTS
+cp -R dist/maven/org $MAVEN_ARTIFACTS
 echo "Done Copying Maven Artifacts"
 
 #Rerun testsuite with clover on

Modified: lucene/dev/nightly/hudson-lucene-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-trunk.sh?rev=1060628&r1=1060627&r2=1060628&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-trunk.sh Wed Jan 19 00:01:08 2011
@@ -63,7 +63,7 @@ JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/an
   clean generate-maven-artifacts
 #copy the artifacts to the side so the cron job can publish them
 echo "Copying Maven artifacts to $MAVEN_ARTIFACTS"
-cp -R dist/maven/org/apache/lucene $MAVEN_ARTIFACTS
+cp -R dist/maven/org $MAVEN_ARTIFACTS
 echo "Done Copying Maven Artifacts"
 
 #TODO: add maven stuff here *LOL*