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 ma...@apache.org on 2010/06/17 01:55:11 UTC

svn commit: r955435 - /lucene/solr/branches/branch-1.4/build.xml

Author: markrmiller
Date: Wed Jun 16 23:55:11 2010
New Revision: 955435

URL: http://svn.apache.org/viewvc?rev=955435&view=rev
Log:
take build-site dependency out of prepare-release target and do not try and commit for user in build-site target for now

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

Modified: lucene/solr/branches/branch-1.4/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/build.xml?rev=955435&r1=955434&r2=955435&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.4/build.xml (original)
+++ lucene/solr/branches/branch-1.4/build.xml Wed Jun 16 23:55:11 2010
@@ -695,17 +695,8 @@
 		<copy todir="site">
 			<fileset dir="src/site/build/site"/>
 		</copy>
-		<exec executable="svn" dir="site">
-			<arg value="ci"/>
-			<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"/>
+
+        <echo>Site rebuilt: now commit site and src/site</echo>
 
   </target>
 	<target name="svn-up">
@@ -756,7 +747,7 @@
 
 
 
-  <target name="prepare-release" depends="clean, svn-up, build-site, package, sign-artifacts" description="Prototype helper for Committers.  Assumes gpg is in the path">
+  <target name="prepare-release" depends="clean, svn-up, package, sign-artifacts" description="Prototype helper for Committers.  Assumes gpg is in the path">
 
     <tar destfile="${dist}/solr-maven.tar" longfile="gnu">
 		  <tarfileset dir="${dist}/maven" prefix="maven"/>