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 2012/08/29 19:23:29 UTC

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

Author: sarowe
Date: Wed Aug 29 17:23:29 2012
New Revision: 1378654

URL: http://svn.apache.org/viewvc?rev=1378654&view=rev
Log:
SOLR-2747: fix changes2html.pl invocation from ant target package-src-tgz

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=1378654&r1=1378653&r2=1378654&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Wed Aug 29 17:23:29 2012
@@ -320,8 +320,8 @@
     <!-- Exclude clover license files incompatible with the ASL -->
     <delete dir="${svn.export.dir}/lucene/tools/clover"/>
 
-    <build-changes changes.src.dir="${svn.export.dir}/site/changes"
-                   changes.target.dir="${svn.export.dir}/docs/changes"/>
+    <build-changes changes.src.dir="${svn.export.dir}/lucene/site/changes"
+                   changes.target.dir="${svn.export.dir}/solr/docs/changes"/>
 
     <tar destfile="${source.package.file}" compression="gzip" longfile="gnu">
       <tarfileset dir="${svn.export.dir}"