[jboss-cvs] JBossAS SVN: r103452 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 1 13:25:41 EDT 2010


Author: remy.maucherat at jboss.com
Date: 2010-04-01 13:25:40 -0400 (Thu, 01 Apr 2010)
New Revision: 103452

Modified:
   trunk/build/build-web.xml
Log:
- Exclude native.

Modified: trunk/build/build-web.xml
===================================================================
--- trunk/build/build-web.xml	2010-04-01 17:22:01 UTC (rev 103451)
+++ trunk/build/build-web.xml	2010-04-01 17:25:40 UTC (rev 103452)
@@ -85,6 +85,7 @@
         <mkdir dir="${web.install.root}" />
         <copy todir="${web.install.root}">
             <fileset dir="${install.root}">
+                <exclude name="bin/native/**" />
                 <exclude name="client/**" />
                 <exclude name="common/lib/antlr.jar" />
                 <exclude name="common/lib/autonumber-plugin.jar" />




More information about the jboss-cvs-commits mailing list