Author: thomas.diesler(a)jboss.com
Date: 2008-05-27 05:01:11 -0400 (Tue, 27 May 2008)
New Revision: 7182
Removed:
container/jboss42/branches/jbossws-jboss421/profiles.xml
Modified:
container/jboss42/branches/jbossws-jboss421/
Log:
REmove profiles.xml
Property changes on: container/jboss42/branches/jbossws-jboss421
___________________________________________________________________
Name: svn:ignore
+ profiles.xml
Deleted: container/jboss42/branches/jbossws-jboss421/profiles.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss421/profiles.xml 2008-05-27 08:43:52 UTC (rev
7181)
+++ container/jboss42/branches/jbossws-jboss421/profiles.xml 2008-05-27 09:01:11 UTC (rev
7182)
@@ -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/hbraun/dev/prj/jboss.local.repository</jboss.local.repository>
- </properties>
- </profile>
- </profiles>
-
-</profilesXml>