[jboss-cvs] JBossAS SVN: r100984 - trunk/build/src/assembly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 15 14:34:24 EST 2010


Author: pgier
Date: 2010-02-15 14:34:24 -0500 (Mon, 15 Feb 2010)
New Revision: 100984

Modified:
   trunk/build/src/assembly/jboss-dist.xml
Log:
Fix the path for the dist zip.

Modified: trunk/build/src/assembly/jboss-dist.xml
===================================================================
--- trunk/build/src/assembly/jboss-dist.xml	2010-02-15 19:30:30 UTC (rev 100983)
+++ trunk/build/src/assembly/jboss-dist.xml	2010-02-15 19:34:24 UTC (rev 100984)
@@ -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>




More information about the jboss-cvs-commits mailing list