[seam-commits] Seam SVN: r14990 - branches/enterprise/JBPAPP_5_0.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jul 20 08:07:54 EDT 2012


Author: manaRH
Date: 2012-07-20 08:07:53 -0400 (Fri, 20 Jul 2012)
New Revision: 14990

Modified:
   branches/enterprise/JBPAPP_5_0/build.xml
Log:
applied patch from Brew, do not build refdoc in dist target

Modified: branches/enterprise/JBPAPP_5_0/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build.xml	2012-07-20 12:07:10 UTC (rev 14989)
+++ branches/enterprise/JBPAPP_5_0/build.xml	2012-07-20 12:07:53 UTC (rev 14990)
@@ -644,7 +644,7 @@
 	</target>
 
 
-	<target name="dist" depends="cleandist,build,javadoc,copysource,copylib,copybuild,copyexamples,copyseamgen,refdoc,extras" description="Build everything and package">
+	<target name="dist" depends="cleandist,build,javadoc,copysource,copylib,copybuild,copyexamples,copyseamgen,extras" description="Build everything and package">
 		<zip zipfile="${basedir}/${dist.name}.zip">
 			<zipfileset prefix="${dist.name}" dir="${dist.dir}" >
 				<exclude name="seam"/>



More information about the seam-commits mailing list