[jbossws-commits] JBossWS SVN: r6496 - framework/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Apr 18 05:58:12 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-18 05:58:12 -0400 (Fri, 18 Apr 2008)
New Revision: 6496

Modified:
   framework/trunk/profiles-example.xml
Log:
add comments

Modified: framework/trunk/profiles-example.xml
===================================================================
--- framework/trunk/profiles-example.xml	2008-04-18 09:56:55 UTC (rev 6495)
+++ framework/trunk/profiles-example.xml	2008-04-18 09:58:12 UTC (rev 6496)
@@ -1,6 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  
+
+  <!-- This profile can also be defined in ~/.m2/settings.xml -->   
   <profiles>
     <profile>
       <id>user-profile</id>
@@ -8,6 +9,7 @@
         <activeByDefault>true</activeByDefault>
       </activation>
       <properties>
+        <!-- The location of the legacy jboss repository -->
         <jboss.local.repository>/home/tdiesler/svn/jboss.local.repository</jboss.local.repository>
       </properties>
     </profile>




More information about the jbossws-commits mailing list