Author: thomas.diesler(a)jboss.com
Date: 2008-04-23 17:34:17 -0400 (Wed, 23 Apr 2008)
New Revision: 6644
Modified:
stack/cxf/trunk/profiles-example.xml
Log:
Fix activation
Modified: stack/cxf/trunk/profiles-example.xml
===================================================================
--- stack/cxf/trunk/profiles-example.xml 2008-04-23 21:02:26 UTC (rev 6643)
+++ stack/cxf/trunk/profiles-example.xml 2008-04-23 21:34:17 UTC (rev 6644)
@@ -6,7 +6,9 @@
<profile>
<id>jboss-home-profile</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <property>
+ <name>user.name</name>
+ </property>
</activation>
<properties>
<jboss421.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_1_GA/build/output/jboss-4.2.1.GA</jboss421.home>
Show replies by date