[jboss-svn-commits] JBL Code SVN: r30046 - labs/jbossesb/trunk/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 6 00:18:02 EST 2009


Author: tcunning
Date: 2009-11-06 00:18:00 -0500 (Fri, 06 Nov 2009)
New Revision: 30046

Removed:
   labs/jbossesb/trunk/product/install/embedded-console/
Modified:
   labs/jbossesb/trunk/product/install/build.xml
Log:
JBESB-2897
Remove the embedded-console and go back to using the admin-console
in 5.1.0.GA.


Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2009-11-06 05:05:26 UTC (rev 30045)
+++ labs/jbossesb/trunk/product/install/build.xml	2009-11-06 05:18:00 UTC (rev 30046)
@@ -84,11 +84,7 @@
             </path>
             <property name="jopr.as5.plugin" refid="jopr.as5.plugin"/>
             <path id="jopr.as5.console">
-		<fileset dir="${install.dir}/embedded-console"
-		   includes="jbas5-*.war"/>
-		<!--
                 <fileset dir="${org.jboss.esb.dist.lib}" includes="${jopr.console.base}jbas5*.war"/>
-		-->
             </path>
             <property name="jopr.as5.console" refid="jopr.as5.console"/>
 
@@ -100,21 +96,7 @@
             </condition>
         </target>
 
-	<target name="check-console-exist">
-            <condition property="jopr.console.delete.exists">
-                <available file="${jopr.console.dir}"/>
-            </condition>
-	</target>
-
-	<!-- The JBoss 5.1.0.GA admin console contains a bug in which it will 
-	not load classes from the the jmx-plugin in the jbossesb plugin.  
-	This bug is fixed but we need to remove the existing AS5 admin console
-	for now. -->
-	<target name="remove-as5-console" depends="check-console-exist" if="jbossas5, jopr.console.delete.exists">
-		<delete dir="${jopr.console.dir}"/>	
-	</target>
-
-        <target name="install.base.console" depends="remove-as5-console, dependencies" unless="jopr.console.exists">
+        <target name="install.base.console" depends="dependencies" unless="jopr.console.exists">
             <mkdir dir="${jopr.console.dir}"/>
             <unzip dest="${jopr.console.dir}" src="${jopr.console.war}"/>
         </target>



More information about the jboss-svn-commits mailing list