[Jboss-cvs] JBossAS SVN: r56794 - projects/microcontainer/trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 13 07:28:25 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-09-13 07:28:23 -0400 (Wed, 13 Sep 2006)
New Revision: 56794

Modified:
   projects/microcontainer/trunk/build/build.xml
Log:
Make the output directory needed for the release target

Modified: projects/microcontainer/trunk/build/build.xml
===================================================================
--- projects/microcontainer/trunk/build/build.xml	2006-09-13 11:25:56 UTC (rev 56793)
+++ projects/microcontainer/trunk/build/build.xml	2006-09-13 11:28:23 UTC (rev 56794)
@@ -210,7 +210,9 @@
 
   <target name="install"
 	  description="Install the structure for a release."
-     />
+     >
+     <mkdir dir="output"/>
+  </target>
 
   <target name="release"
 	  description="Builds the default release structure."




More information about the jboss-cvs-commits mailing list