Author: thomas.diesler(a)jboss.com
Date: 2008-05-06 10:13:39 -0400 (Tue, 06 May 2008)
New Revision: 6915
Removed:
container/jboss50/branches/jbossws-jboss500/profiles-example.xml
Log:
REmove profiles.xml
Deleted: container/jboss50/branches/jbossws-jboss500/profiles-example.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss500/profiles-example.xml 2008-05-06 14:13:08
UTC (rev 6914)
+++ container/jboss50/branches/jbossws-jboss500/profiles-example.xml 2008-05-06 14:13:39
UTC (rev 6915)
@@ -1,20 +0,0 @@
-<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