Author: thomas.diesler(a)jboss.com
Date: 2008-04-22 11:29:00 -0400 (Tue, 22 Apr 2008)
New Revision: 6618
Modified:
common/trunk/profiles-example.xml
Log:
profilesXml
http://maven.apache.org/xsd/profiles-1.0.0.xsd
Modified: common/trunk/profiles-example.xml
===================================================================
--- common/trunk/profiles-example.xml 2008-04-22 15:28:56 UTC (rev 6617)
+++ common/trunk/profiles-example.xml 2008-04-22 15:29:00 UTC (rev 6618)
@@ -1,5 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<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>
@@ -15,4 +15,4 @@
</profile>
</profiles>
-</project>
\ No newline at end of file
+</profilesXml>
\ No newline at end of file