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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 2 15:02:27 EDT 2009


Author: smarlow at redhat.com
Date: 2009-07-02 15:02:27 -0400 (Thu, 02 Jul 2009)
New Revision: 90783

Modified:
   branches/JBPAPP_5_0/build/.classpath
   branches/JBPAPP_5_0/build/.project
   branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch
Log:
JBPAPP-2052 production profile for EAP 5

Modified: branches/JBPAPP_5_0/build/.classpath
===================================================================
--- branches/JBPAPP_5_0/build/.classpath	2009-07-02 19:01:04 UTC (rev 90782)
+++ branches/JBPAPP_5_0/build/.classpath	2009-07-02 19:02:27 UTC (rev 90783)
@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="output" path=""/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: branches/JBPAPP_5_0/build/.project
===================================================================
--- branches/JBPAPP_5_0/build/.project	2009-07-02 19:01:04 UTC (rev 90782)
+++ branches/JBPAPP_5_0/build/.project	2009-07-02 19:02:27 UTC (rev 90783)
@@ -1,17 +1,29 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>build</name>
+	<name>jboss-as-build</name>
 	<comment></comment>
 	<projects>
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.jdt.core.javabuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
 	</natures>
 </projectDescription>

Modified: branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch	2009-07-02 19:01:04 UTC (rev 90782)
+++ branches/JBPAPP_5_0/build/jbossas-5-enableauth.patch	2009-07-02 19:02:27 UTC (rev 90783)
@@ -23,7 +23,7 @@
 +++ ./server/production/conf/props/web-console-users.properties	2009-06-30 10:19:36.000000000 -0400
 @@ -0,0 +1,2 @@
 +# A sample users.properties file for use with the UsersRolesLoginModule
-+admin=admin
++# admin=admin
 diff -Naur ./server/production/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml ./server/production/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml
 --- ./server/production/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml	2009-06-30 09:32:55.000000000 -0400
 +++ ./server/production/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml	2009-06-30 16:15:33.000000000 -0400
@@ -140,7 +140,7 @@
 +++ ./server/all/conf/props/web-console-users.properties	2009-06-30 10:19:36.000000000 -0400
 @@ -0,0 +1,2 @@
 +# A sample users.properties file for use with the UsersRolesLoginModule
-+admin=admin
++# admin=admin
 diff -Naur ./server/all/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml ./server/all/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml
 --- ./server/all/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml	2009-06-30 09:32:55.000000000 -0400
 +++ ./server/all/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml	2009-06-30 16:15:33.000000000 -0400
@@ -257,7 +257,7 @@
 +++ ./server/default/conf/props/web-console-users.properties	2009-06-30 10:19:36.000000000 -0400
 @@ -0,0 +1,2 @@
 +# A sample users.properties file for use with the UsersRolesLoginModule
-+admin=admin
++# admin=admin
 diff -Naur ./server/default/deploy/jmx-console.war/WEB-INF/jboss-web.xml ./server/default/deploy/jmx-console.war/WEB-INF/jboss-web.xml
 --- ./server/default/deploy/jmx-console.war/WEB-INF/jboss-web.xml	2009-06-30 09:32:55.000000000 -0400
 +++ ./server/default/deploy/jmx-console.war/WEB-INF/jboss-web.xml	2009-06-30 10:01:01.000000000 -0400
@@ -347,7 +347,7 @@
 +++ ./server/minimal/conf/props/web-console-users.properties	2009-06-30 10:19:36.000000000 -0400
 @@ -0,0 +1,2 @@
 +# A sample users.properties file for use with the UsersRolesLoginModule
-+admin=admin
++# admin=admin
 diff -Naur ./server/standard/conf/login-config.xml ./server/standard/conf/login-config.xml
 --- ./server/standard/conf/login-config.xml	2009-06-30 09:32:56.000000000 -0400
 +++ ./server/standard/conf/login-config.xml	2009-06-30 10:11:15.000000000 -0400
@@ -373,7 +373,7 @@
 +++ ./server/standard/conf/props/web-console-users.properties	2009-06-30 10:19:36.000000000 -0400
 @@ -0,0 +1,2 @@
 +# A sample users.properties file for use with the UsersRolesLoginModule
-+admin=admin
++# admin=admin
 diff -Naur ./server/standard/deploy/jmx-console.war/WEB-INF/jboss-web.xml ./server/standard/deploy/jmx-console.war/WEB-INF/jboss-web.xml
 --- ./server/standard/deploy/jmx-console.war/WEB-INF/jboss-web.xml	2009-06-30 09:32:55.000000000 -0400
 +++ ./server/standard/deploy/jmx-console.war/WEB-INF/jboss-web.xml	2009-06-30 10:01:01.000000000 -0400
@@ -444,7 +444,7 @@
 +++ ./server/web/conf/props/web-console-users.properties	2009-06-30 10:19:36.000000000 -0400
 @@ -0,0 +1,2 @@
 +# A sample users.properties file for use with the UsersRolesLoginModule
-+admin=admin
++# admin=admin
 diff -Naur ./server/web/deploy/jmx-console.war/WEB-INF/jboss-web.xml ./server/web/deploy/jmx-console.war/WEB-INF/jboss-web.xml
 --- ./server/web/deploy/jmx-console.war/WEB-INF/jboss-web.xml	2009-06-30 09:32:55.000000000 -0400
 +++ ./server/web/deploy/jmx-console.war/WEB-INF/jboss-web.xml	2009-06-30 10:01:01.000000000 -0400
@@ -490,3 +490,61 @@
                    <!-- Interceptor that deals with non-serializable results -->
                    <interceptor code="org.jboss.jmx.connector.invoker.SerializableInterceptor"
                       policyClass="StripModelMBeanInfoPolicy"/>
+
+
+diff -Naur ./server/all/conf/props/jmx-console-users.properties ./server/all/conf/props/jmx-console-users.properties
+--- ./server/all/conf/props/jmx-console-users.properties	2009-07-02 14:23:28.000000000 -0400
++++ ./server/all/conf/props/jmx-console-users.properties	2009-07-02 14:35:57.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-admin=admin
++# admin=admin
+diff -Naur ./server/all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties ./server/all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties
+--- ./server/all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties	2009-05-26 16:18:02.000000000 -0400
++++ ./server/all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties	2009-07-02 14:35:22.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-admin=admin
++# admin=admin
+diff -Naur ./server/default/conf/props/jmx-console-users.properties ./server/default/conf/props/jmx-console-users.properties
+--- ./server/default/conf/props/jmx-console-users.properties	2009-07-02 14:23:38.000000000 -0400
++++ ./server/default/conf/props/jmx-console-users.properties	2009-07-02 14:37:00.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-admin=admin
++# admin=admin
+diff -Naur ./server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties ./server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties
+--- ./server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties	2009-07-02 14:23:38.000000000 -0400
++++ ./server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties	2009-07-02 14:36:36.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-admin=admin
++# admin=admin
+diff -Naur ./server/production/conf/props/jmx-console-users.properties ./server/production/conf/props/jmx-console-users.properties
+--- ./server/production/conf/props/jmx-console-users.properties	2009-07-02 14:23:38.000000000 -0400
++++ ./server/production/conf/props/jmx-console-users.properties	2009-07-02 14:37:35.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-admin=admin
++# admin=admin
+diff -Naur ./server/production/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties ./server/production/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties
+--- ./server/production/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties	2009-07-02 14:23:38.000000000 -0400
++++ ./server/production/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties	2009-07-02 14:37:13.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-admin=admin
++# admin=admin
+diff -Naur ./server/standard/conf/props/jmx-console-users.properties ./server/standard/conf/props/jmx-console-users.properties
+--- ./server/standard/conf/props/jmx-console-users.properties	2009-07-02 14:23:39.000000000 -0400
++++ ./server/standard/conf/props/jmx-console-users.properties	2009-07-02 14:38:10.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-admin=admin
++# admin=admin
+diff -Naur ./server/web/conf/props/jmx-console-users.properties ./server/web/conf/props/jmx-console-users.properties
+--- ./server/web/conf/props/jmx-console-users.properties	2009-07-02 14:23:39.000000000 -0400
++++ ./server/web/conf/props/jmx-console-users.properties	2009-07-02 14:36:24.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-admin=admin
++# admin=admin




More information about the jboss-cvs-commits mailing list