[hornetq-commits] JBoss hornetq SVN: r7834 - in trunk/src/config/jboss-as: clustered and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 20 12:38:52 EDT 2009


Author: timfox
Date: 2009-08-20 12:38:52 -0400 (Thu, 20 Aug 2009)
New Revision: 7834

Added:
   trunk/src/config/jboss-as/clustered/hornetq-roles.properties
   trunk/src/config/jboss-as/clustered/hornetq-users.properties
   trunk/src/config/jboss-as/non-clustered/hornetq-roles.properties
   trunk/src/config/jboss-as/non-clustered/hornetq-users.properties
Removed:
   trunk/src/config/jboss-as/clustered/messaging-roles.properties
   trunk/src/config/jboss-as/clustered/messaging-users.properties
   trunk/src/config/jboss-as/non-clustered/messaging-roles.properties
   trunk/src/config/jboss-as/non-clustered/messaging-users.properties
Modified:
   trunk/src/config/jboss-as/build.xml
   trunk/src/config/jboss-as/clustered/login-config.xml
   trunk/src/config/jboss-as/non-clustered/login-config.xml
Log:
renamed messaging-users and messaging-roles.properties

Modified: trunk/src/config/jboss-as/build.xml
===================================================================
--- trunk/src/config/jboss-as/build.xml	2009-08-20 16:35:13 UTC (rev 7833)
+++ trunk/src/config/jboss-as/build.xml	2009-08-20 16:38:52 UTC (rev 7834)
@@ -63,8 +63,8 @@
       </copy>
       <copy todir="${dest.dir}/conf/props">
          <fileset dir="${messaging.config.dir}">
-            <include name="messaging-users.properties"/>
-            <include name="messaging-roles.properties"/>
+            <include name="hornetq-users.properties"/>
+            <include name="hornetq-roles.properties"/>
          </fileset>
       </copy>
       <copy todir="${dest.dir}/lib">

Copied: trunk/src/config/jboss-as/clustered/hornetq-roles.properties (from rev 7828, trunk/src/config/jboss-as/clustered/messaging-roles.properties)
===================================================================
--- trunk/src/config/jboss-as/clustered/hornetq-roles.properties	                        (rev 0)
+++ trunk/src/config/jboss-as/clustered/hornetq-roles.properties	2009-08-20 16:38:52 UTC (rev 7834)
@@ -0,0 +1,4 @@
+#
+# user=role1,role2,...
+#
+guest=guest

Copied: trunk/src/config/jboss-as/clustered/hornetq-users.properties (from rev 7828, trunk/src/config/jboss-as/clustered/messaging-users.properties)
===================================================================
--- trunk/src/config/jboss-as/clustered/hornetq-users.properties	                        (rev 0)
+++ trunk/src/config/jboss-as/clustered/hornetq-users.properties	2009-08-20 16:38:52 UTC (rev 7834)
@@ -0,0 +1,4 @@
+#
+# user=password
+#
+guest=guest

Modified: trunk/src/config/jboss-as/clustered/login-config.xml
===================================================================
--- trunk/src/config/jboss-as/clustered/login-config.xml	2009-08-20 16:35:13 UTC (rev 7833)
+++ trunk/src/config/jboss-as/clustered/login-config.xml	2009-08-20 16:38:52 UTC (rev 7834)
@@ -72,8 +72,8 @@
       <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
         flag="required">
 	<module-option name = "unauthenticatedIdentity">guest</module-option>
-        <module-option name="usersProperties">props/messaging-users.properties</module-option>
-        <module-option name="rolesProperties">props/messaging-roles.properties</module-option>
+        <module-option name="usersProperties">props/hornetq-users.properties</module-option>
+        <module-option name="rolesProperties">props/hornetq-roles.properties</module-option>
       </login-module>
     </authentication>
   </application-policy>

Deleted: trunk/src/config/jboss-as/clustered/messaging-roles.properties
===================================================================
--- trunk/src/config/jboss-as/clustered/messaging-roles.properties	2009-08-20 16:35:13 UTC (rev 7833)
+++ trunk/src/config/jboss-as/clustered/messaging-roles.properties	2009-08-20 16:38:52 UTC (rev 7834)
@@ -1,4 +0,0 @@
-#
-# user=role1,role2,...
-#
-guest=guest

Deleted: trunk/src/config/jboss-as/clustered/messaging-users.properties
===================================================================
--- trunk/src/config/jboss-as/clustered/messaging-users.properties	2009-08-20 16:35:13 UTC (rev 7833)
+++ trunk/src/config/jboss-as/clustered/messaging-users.properties	2009-08-20 16:38:52 UTC (rev 7834)
@@ -1,4 +0,0 @@
-#
-# user=password
-#
-guest=guest

Copied: trunk/src/config/jboss-as/non-clustered/hornetq-roles.properties (from rev 7828, trunk/src/config/jboss-as/non-clustered/messaging-roles.properties)
===================================================================
--- trunk/src/config/jboss-as/non-clustered/hornetq-roles.properties	                        (rev 0)
+++ trunk/src/config/jboss-as/non-clustered/hornetq-roles.properties	2009-08-20 16:38:52 UTC (rev 7834)
@@ -0,0 +1,4 @@
+#
+# user=role1,role2,...
+#
+guest=guest

Copied: trunk/src/config/jboss-as/non-clustered/hornetq-users.properties (from rev 7828, trunk/src/config/jboss-as/non-clustered/messaging-users.properties)
===================================================================
--- trunk/src/config/jboss-as/non-clustered/hornetq-users.properties	                        (rev 0)
+++ trunk/src/config/jboss-as/non-clustered/hornetq-users.properties	2009-08-20 16:38:52 UTC (rev 7834)
@@ -0,0 +1,4 @@
+#
+# user=password
+#
+guest=guest

Modified: trunk/src/config/jboss-as/non-clustered/login-config.xml
===================================================================
--- trunk/src/config/jboss-as/non-clustered/login-config.xml	2009-08-20 16:35:13 UTC (rev 7833)
+++ trunk/src/config/jboss-as/non-clustered/login-config.xml	2009-08-20 16:38:52 UTC (rev 7834)
@@ -72,8 +72,8 @@
       <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
         flag="required">
 	<module-option name = "unauthenticatedIdentity">guest</module-option>
-        <module-option name="usersProperties">props/messaging-users.properties</module-option>
-        <module-option name="rolesProperties">props/messaging-roles.properties</module-option>
+        <module-option name="usersProperties">props/hornetq-users.properties</module-option>
+        <module-option name="rolesProperties">props/hornetq-roles.properties</module-option>
       </login-module>
     </authentication>
   </application-policy>

Deleted: trunk/src/config/jboss-as/non-clustered/messaging-roles.properties
===================================================================
--- trunk/src/config/jboss-as/non-clustered/messaging-roles.properties	2009-08-20 16:35:13 UTC (rev 7833)
+++ trunk/src/config/jboss-as/non-clustered/messaging-roles.properties	2009-08-20 16:38:52 UTC (rev 7834)
@@ -1,4 +0,0 @@
-#
-# user=role1,role2,...
-#
-guest=guest

Deleted: trunk/src/config/jboss-as/non-clustered/messaging-users.properties
===================================================================
--- trunk/src/config/jboss-as/non-clustered/messaging-users.properties	2009-08-20 16:35:13 UTC (rev 7833)
+++ trunk/src/config/jboss-as/non-clustered/messaging-users.properties	2009-08-20 16:38:52 UTC (rev 7834)
@@ -1,4 +0,0 @@
-#
-# user=password
-#
-guest=guest



More information about the hornetq-commits mailing list