Author: thomas.heute(a)jboss.com
Date: 2008-02-25 12:18:05 -0500 (Mon, 25 Feb 2008)
New Revision: 10109
Modified:
branches/JBoss_Portal_Branch_2_7/build/distrib.xml
Log:
Exclude serverl/all and server/minimal in the bundle, include everything else
Modified: branches/JBoss_Portal_Branch_2_7/build/distrib.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/build/distrib.xml 2008-02-25 17:14:57 UTC (rev
10108)
+++ branches/JBoss_Portal_Branch_2_7/build/distrib.xml 2008-02-25 17:18:05 UTC (rev
10109)
@@ -318,11 +318,9 @@
</copy>
<copy todir="${portal.build.normal.bundled}">
<fileset dir="${jboss.home}">
- <include name="bin/**"/>
- <include name="client/**"/>
- <include name="docs/**"/>
- <include name="lib/**"/>
- <include name="server/default/**"/>
+ <include name="**"/>
+ <exclude name="server/minimal"/>
+ <exclude name="server/all"/>
</fileset>
</copy>
<copy file="${docs.dir}/readmeFiles/jboss-portal-bin.README"
todir="${portal.build.normal.bundled}"/>
Show replies by date