You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2011/11/28 20:17:08 UTC

svn commit: r1207525 - in /incubator/accumulo/trunk: docs/src/user_manual/build.sh src/assemble/dist.xml

Author: vines
Date: Mon Nov 28 19:17:07 2011
New Revision: 1207525

URL: http://svn.apache.org/viewvc?rev=1207525&view=rev
Log:
Fixing the build as result of my fix for accumulo-177. Also, less cruft from user manual building.

Modified:
    incubator/accumulo/trunk/docs/src/user_manual/build.sh
    incubator/accumulo/trunk/src/assemble/dist.xml

Modified: incubator/accumulo/trunk/docs/src/user_manual/build.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/docs/src/user_manual/build.sh?rev=1207525&r1=1207524&r2=1207525&view=diff
==============================================================================
--- incubator/accumulo/trunk/docs/src/user_manual/build.sh (original)
+++ incubator/accumulo/trunk/docs/src/user_manual/build.sh Mon Nov 28 19:17:07 2011
@@ -37,6 +37,6 @@ pdflatex accumulo_user_manual.tex 
 pdflatex accumulo_user_manual.tex 
 pdflatex accumulo_user_manual.tex && (
 find . -name '*.aux' -print | xargs rm -f 
-rm -f *.log
+rm -f *.log *.toc *.out
 mv accumulo_user_manual.pdf ../..
 )

Modified: incubator/accumulo/trunk/src/assemble/dist.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/assemble/dist.xml?rev=1207525&r1=1207524&r2=1207525&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/assemble/dist.xml (original)
+++ incubator/accumulo/trunk/src/assemble/dist.xml Mon Nov 28 19:17:07 2011
@@ -39,6 +39,7 @@
       <directory>../../</directory>
       <includes>
         <include>*</include>
+        <include>pom.xml</include>
         <include>**/*.py</include>
         <include>**/*.pl</include>
         <include>**/*.sh</include>
@@ -63,11 +64,11 @@
         <exclude>**/*.sh</exclude>
         <exclude>walogs</exclude>
         <exclude>logs</exclude>
-        <exclude>bin</exclude>
+        <exclude>bin/**</exclude>
 
-				<!-- the following directories ignored because they should not be in the tarball -->
+        <!-- the following directories ignored because they should not be in the tarball -->
 				<exclude>**/.*/**</exclude>
-        <exclude>**/target</exclude>
+        <exclude>**/target/**</exclude>
 
 				<!-- the following files ignored because they should not be in the tarball -->
         <exclude>**/accumulo-env.sh</exclude>