[jboss-cvs] JBossAS SVN: r99502 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 15 16:26:03 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-15 16:26:02 -0500 (Fri, 15 Jan 2010)
New Revision: 99502

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
Do not apply removing console patch on EWP, only EAP (EWP has its own patch)

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2010-01-15 21:25:02 UTC (rev 99501)
+++ branches/JBPAPP_5_0/build/build.xml	2010-01-15 21:26:02 UTC (rev 99502)
@@ -750,8 +750,8 @@
     <antcall target="partition-production-ewp"/>
     <antcall target="jboss-all-client"/>
     <!--<antcall target="setup-ejb3-dist"/>-->
-	 <antcall target="apply_auth_patch"/>
-	 <antcall target="skipped_auth_patch"/>
+    <antcall target="apply_auth_patch"/>
+    <antcall target="skipped_auth_patch"/>
     <antcall target="apply_patch"/>
   </target>
 
@@ -765,7 +765,7 @@
 	<echo> "The 'build.unsecure' property was specified (it doesn't matter what value was given), skipping the secure patch"</echo>
   </target>
 
-  <target name="apply_patch">
+  <target name="apply_patch" unless="build.ewp">
    <echo> "applying jbossas-5.patch in folder ${install.root}"</echo>
    <patch patchFile="jbossas-5.patch" dir="${install.root}" strip="0">
    </patch>




More information about the jboss-cvs-commits mailing list