[jbossws-commits] JBossWS SVN: r6644 - stack/cxf/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 23 17:34:17 EDT 2008


Author: thomas.diesler at 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>




More information about the jbossws-commits mailing list