[jboss-cvs] JBossAS SVN: r101000 - branches/Branch_6_0_0_M2/build/src/assembly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 15 17:33:36 EST 2010


Author: rrajesh
Date: 2010-02-15 17:33:35 -0500 (Mon, 15 Feb 2010)
New Revision: 101000

Modified:
   branches/Branch_6_0_0_M2/build/src/assembly/jboss-dist.xml
Log:
Fixed location of build output

Modified: branches/Branch_6_0_0_M2/build/src/assembly/jboss-dist.xml
===================================================================
--- branches/Branch_6_0_0_M2/build/src/assembly/jboss-dist.xml	2010-02-15 22:31:57 UTC (rev 100999)
+++ branches/Branch_6_0_0_M2/build/src/assembly/jboss-dist.xml	2010-02-15 22:33:35 UTC (rev 101000)
@@ -6,7 +6,7 @@
   <includeBaseDirectory>false</includeBaseDirectory>
   <fileSets>
     <fileSet>
-      <directory>output/jboss-${project.version}</directory>
+      <directory>${project.build.directory}/jboss-${project.version}</directory>
       <outputDirectory>/jboss-${project.version}</outputDirectory>
       <excludes>
         <exclude>**/data/**</exclude>
@@ -29,4 +29,4 @@
       <outputDirectory>/jboss-${project.version}</outputDirectory>
     </fileSet>
   </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>




More information about the jboss-cvs-commits mailing list