Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 04:44:24 -0400 (Tue, 06 May 2008)
New Revision: 6890
Modified:
framework/trunk/profiles-example.xml
Log:
Fix profile activation
Modified: framework/trunk/profiles-example.xml
===================================================================
--- framework/trunk/profiles-example.xml 2008-05-06 08:44:20 UTC (rev 6889)
+++ framework/trunk/profiles-example.xml 2008-05-06 08:44:24 UTC (rev 6890)
@@ -6,7 +6,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 -->
Show replies by date