Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 04:42:46 -0400 (Tue, 06 May 2008)
New Revision: 6887
Added:
container/jboss50/branches/jbossws-jboss500/profiles-example.xml
Log:
Add profiles.xml.example
Added: container/jboss50/branches/jbossws-jboss500/profiles-example.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss500/profiles-example.xml
(rev 0)
+++ container/jboss50/branches/jbossws-jboss500/profiles-example.xml 2008-05-06 08:42:46
UTC (rev 6887)
@@ -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/jboss50/branches/jbossws-jboss500/profiles-example.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF