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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 19 08:37:36 EDT 2009


Author: smarlow at redhat.com
Date: 2009-08-19 08:37:36 -0400 (Wed, 19 Aug 2009)
New Revision: 92574

Added:
   branches/JBPAPP_5_0/build/jbossas-5.patch
Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
JBPAPP-2501 welcome page in web (and standard) profile displays link to web-console. Update index.html for web and standard profiles

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2009-08-19 12:22:31 UTC (rev 92573)
+++ branches/JBPAPP_5_0/build/build.xml	2009-08-19 12:37:36 UTC (rev 92574)
@@ -735,6 +735,7 @@
     <!--<antcall target="setup-ejb3-dist"/>-->
 	 <antcall target="apply_auth_patch"/>
 	 <antcall target="skipped_auth_patch"/>
+    <antcall target="apply_patch"/>
   </target>
 
   <target name="apply_auth_patch" unless="build.unsecure">
@@ -747,6 +748,13 @@
 	<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">
+   <echo> "applying jbossas-5.patch in folder ${install.root}"</echo>
+   <patch patchFile="jbossas-5.patch" dir="${install.root}" strip="0">
+   </patch>
+  </target>
+
+
   <!-- Update config and other files for production config -->
   <target name="makeProductionConfigChanges" 
           depends="partition-community,partition-production">

Added: branches/JBPAPP_5_0/build/jbossas-5.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5.patch	                        (rev 0)
+++ branches/JBPAPP_5_0/build/jbossas-5.patch	2009-08-19 12:37:36 UTC (rev 92574)
@@ -0,0 +1,22 @@
+diff -Naur server/standard/deploy/ROOT.war/index.html server/standard/deploy/ROOT.war/index.html
+--- server/standard/deploy/ROOT.war/index.html	2009-08-18 21:53:40.000000000 -0400
++++ server/standard/deploy/ROOT.war/index.html	2009-08-19 08:07:20.000000000 -0400
+@@ -19,7 +19,6 @@
+    <ul>      
+       <li><a href="/admin-console/">Administration Console</a></li>
+       <li><a href="/jmx-console/">JMX Console</a></li>
+-      <li><a href="/web-console/">JBoss Web Console</a></li>
+       <li><a href="/status">Tomcat status</a>
+           <a href="/status?full=true">(full)</a>
+           <a href="/status?XML=true">(XML)</a></li>
+diff -Naur server/web/deploy/ROOT.war/index.html server/web/deploy/ROOT.war/index.html
+--- server/web/deploy/ROOT.war/index.html	2009-08-18 21:53:43.000000000 -0400
++++ server/web/deploy/ROOT.war/index.html	2009-08-19 08:07:35.000000000 -0400
+@@ -19,7 +19,6 @@
+    <ul>      
+       <li><a href="/admin-console/">Administration Console</a></li>
+       <li><a href="/jmx-console/">JMX Console</a></li>
+-      <li><a href="/web-console/">JBoss Web Console</a></li>
+       <li><a href="/status">Tomcat status</a>
+           <a href="/status?full=true">(full)</a>
+           <a href="/status?XML=true">(XML)</a></li>




More information about the jboss-cvs-commits mailing list