[jbossws-commits] JBossWS SVN: r6888 - container/jboss42/branches/jbossws-jboss422.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue May 6 04:42:51 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-05-06 04:42:51 -0400 (Tue, 06 May 2008)
New Revision: 6888

Added:
   container/jboss42/branches/jbossws-jboss422/profiles-example.xml
Log:
Add profiles.xml.example

Added: container/jboss42/branches/jbossws-jboss422/profiles-example.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/profiles-example.xml	                        (rev 0)
+++ container/jboss42/branches/jbossws-jboss422/profiles-example.xml	2008-05-06 08:42:51 UTC (rev 6888)
@@ -0,0 +1,20 @@
+<profilesXml 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/xsd/profiles-1.0.0.xsd">
+
+  <!-- This profile can also be defined in ~/.m2/settings.xml -->   
+  <profiles>
+    <profile>
+      <id>user-profile</id>
+      <activation>
+        <property>
+          <name>user.name</name>
+        </property>
+      </activation>
+      <properties>
+        <!-- The location of the legacy jboss repository -->
+        <jboss.local.repository>/home/tdiesler/svn/jboss.local.repository</jboss.local.repository>
+      </properties>
+    </profile>
+  </profiles>
+  
+</profilesXml>
\ No newline at end of file


Property changes on: container/jboss42/branches/jbossws-jboss422/profiles-example.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbossws-commits mailing list