[jbossws-commits] JBossWS SVN: r6891 - common/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue May 6 04:45:17 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-05-06 04:45:17 -0400 (Tue, 06 May 2008)
New Revision: 6891

Modified:
   common/trunk/profiles-example.xml
Log:
Fix profile activation

Modified: common/trunk/profiles-example.xml
===================================================================
--- common/trunk/profiles-example.xml	2008-05-06 08:44:24 UTC (rev 6890)
+++ common/trunk/profiles-example.xml	2008-05-06 08:45:17 UTC (rev 6891)
@@ -12,7 +12,9 @@
     <profile>
       <id>user-profile</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>user.name</name>
+        </property>
       </activation>
       <properties>
         <!-- The location of the legacy jboss repository -->




More information about the jbossws-commits mailing list