Author: thomas.heute(a)jboss.com
Date: 2007-09-07 11:24:14 -0400 (Fri, 07 Sep 2007)
New Revision: 8198
Modified:
branches/JBoss_Portal_Branch_2_6/build/distrib.xml
Log:
- Include core-identity
- remove the ha-bundled
Modified: branches/JBoss_Portal_Branch_2_6/build/distrib.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/build/distrib.xml 2007-09-07 14:36:29 UTC (rev 8197)
+++ branches/JBoss_Portal_Branch_2_6/build/distrib.xml 2007-09-07 15:24:14 UTC (rev 8198)
@@ -228,7 +228,6 @@
<antcall target="package-normal"/>
<antcall target="package-ha"/>
<antcall target="package-normal-bundled"/>
- <antcall target="package-ha-bundled"/>
</target>
<!--
@@ -251,6 +250,7 @@
<fileset dir="${source.dir}/widget/output/resources"
includes="portal-widget.war/**"/>
<fileset dir="${source.dir}/core-management/output/resources"
includes="portal-management.sar/**"/>
<fileset dir="${source.dir}/core-admin/output/resources"
includes="portal-admin.sar/**"/>
+ <fileset dir="${source.dir}/core-identity/output/resources"
includes="portal-identity.sar/**"/>
</copy>
<copy todir="${portal.build.normal.bin}/jboss-portal.sar/samples">
<fileset dir="${source.dir}/core-samples/output/resources"
includes="portal-jsp-samples.war/**"/>
@@ -282,6 +282,7 @@
<fileset dir="${source.dir}/widget/output/resources"
includes="portal-widget.war/**"/>
<fileset dir="${source.dir}/core-management/output/resources"
includes="portal-management.sar/**"/>
<fileset dir="${source.dir}/core-admin/output/resources"
includes="portal-admin.sar/**"/>
+ <fileset dir="${source.dir}/core-identity/output/resources"
includes="portal-identity.sar/**"/>
</copy>
<copy todir="${portal.build.ha.bin}/jboss-portal-ha.sar/samples">
<fileset dir="${source.dir}/core-samples/output/resources"
includes="portal-jsp-samples.war/**"/>
@@ -329,7 +330,7 @@
<!--
| JBoss Portal ha bundled distribution
-->
-
+ <!--
<target name="package-ha-bundled" depends="package-ha"
if="jboss.home"
description="package jboss-portal-ha bundled with JBoss AS">
<mkdir dir="${portal.build.ha.bundled}"/>
@@ -352,9 +353,9 @@
<antcall target="patch-log4j">
<param name="todir"
value="${portal.build.normal.bundled}/server/default"/>
</antcall>
+ </target>
+ -->
- </target>
-
<!-- Create packages -->
<target name="zip">