You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by gs...@apache.org on 2008/09/12 17:05:21 UTC

svn commit: r694704 - /lucene/solr/branches/branch-1.3/build.xml

Author: gsingers
Date: Fri Sep 12 08:05:21 2008
New Revision: 694704

URL: http://svn.apache.org/viewvc?rev=694704&view=rev
Log:
minor updates to prepare-release stuff

Modified:
    lucene/solr/branches/branch-1.3/build.xml

Modified: lucene/solr/branches/branch-1.3/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.3/build.xml?rev=694704&r1=694703&r2=694704&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.3/build.xml (original)
+++ lucene/solr/branches/branch-1.3/build.xml Fri Sep 12 08:05:21 2008
@@ -699,7 +699,12 @@
 			<arg value="-m"/>
 			<arg value="&quot;Forrest Entity updates&quot;"/>
 		</exec>
-
+		<exec executable="svn" dir="src/site">
+			<arg value="ci"/>
+			<arg value="-m"/>
+			<arg value="&quot;Forrest Entity updates&quot;"/>
+		</exec>
+		<antcall target="svn-up"/>
 	</target>
 	<target name="svn-up">
 		<exec executable="svn">
@@ -722,7 +727,7 @@
     	<arg value="${dist}/${fullnamever}.zip"/>
 	  </exec>
     <tar destfile="${dist}/solr-maven.tar">
-		<tarfileset dir="${dist}/maven"/>
+		<tarfileset dir="${dist}/maven" prefix="maven"/>
     </tar>
 	<tar destfile="${dist}/solr.tar">
 		<tarfileset dir="${dist}" includes="${fullnamever}.* solr-maven.tar" excludes="${fullnamever}.war"/>