You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/03/13 22:40:02 UTC

svn commit: r1300368 - /incubator/accumulo/trunk/assemble/dist.xml

Author: bimargulies
Date: Tue Mar 13 21:40:01 2012
New Revision: 1300368

URL: http://svn.apache.org/viewvc?rev=1300368&view=rev
Log:
ACCUMULO-464: also pick up assembly descriptor.

Modified:
    incubator/accumulo/trunk/assemble/dist.xml

Modified: incubator/accumulo/trunk/assemble/dist.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/assemble/dist.xml?rev=1300368&r1=1300367&r2=1300368&view=diff
==============================================================================
--- incubator/accumulo/trunk/assemble/dist.xml (original)
+++ incubator/accumulo/trunk/assemble/dist.xml Tue Mar 13 21:40:01 2012
@@ -17,26 +17,26 @@
 	<baseDirectory>accumulo-${project.version}</baseDirectory>
 	<fileSets>
 		<fileSet>
-			<directory>../../bin</directory>
+			<directory>../bin</directory>
 			<fileMode>0755</fileMode>
 			<directoryMode>0755</directoryMode>
 		</fileSet>
 		<fileSet>
-			<directory>../../logs</directory>
+			<directory>../logs</directory>
 			<directoryMode>0700</directoryMode>
 			<excludes>
 				<exclude>*</exclude>
 			</excludes>
 		</fileSet>
 		<fileSet>
-			<directory>../../walogs</directory>
+			<directory>../walogs</directory>
 			<directoryMode>0700</directoryMode>
 			<excludes>
 				<exclude>*</exclude>
 			</excludes>
 		</fileSet>
 		<fileSet>
-			<directory>../../</directory>
+			<directory>../</directory>
 			<includes>
 				<include>**/*.py</include>
 				<include>**/*.pl</include>
@@ -53,7 +53,7 @@
 			</excludes>
 		</fileSet>
 		<fileSet>
-			<directory>../../</directory>
+			<directory>../</directory>
 			<excludes>
 				<!-- the following ignored because they were included above -->
 				<exclude>**/*.py</exclude>