[jbossws-commits] JBossWS SVN: r6787 - stack/metro/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 30 10:12:48 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-30 10:12:48 -0400 (Wed, 30 Apr 2008)
New Revision: 6787

Added:
   stack/metro/trunk/profiles.xml.example
Log:
Add profiles.xml.example

Added: stack/metro/trunk/profiles.xml.example
===================================================================
--- stack/metro/trunk/profiles.xml.example	                        (rev 0)
+++ stack/metro/trunk/profiles.xml.example	2008-04-30 14:12:48 UTC (rev 6787)
@@ -0,0 +1,23 @@
+<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">
+  <profiles>
+    
+    <!-- This profile can also be defined in ~/.m2/settings.xml -->   
+    <profile>
+      <id>jboss-home-profile</id>
+      <activation>
+        <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>
+        <jboss422.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss422.home>
+        <jboss423.home>/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.3.GA</jboss423.home>
+        <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_Beta4/build/output/jboss-5.0.0.Beta4</jboss500.home>
+        <jboss501.home>/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1</jboss501.home>
+      </properties>
+    </profile>
+    
+  </profiles>
+</profilesXml>
\ No newline at end of file




More information about the jbossws-commits mailing list