[jbossws-commits] JBossWS SVN: r6616 - spi/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Apr 22 11:28:51 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-22 11:28:51 -0400 (Tue, 22 Apr 2008)
New Revision: 6616

Modified:
   spi/trunk/profiles-example.xml
Log:
profilesXml http://maven.apache.org/xsd/profiles-1.0.0.xsd


Modified: spi/trunk/profiles-example.xml
===================================================================
--- spi/trunk/profiles-example.xml	2008-04-22 15:28:45 UTC (rev 6615)
+++ spi/trunk/profiles-example.xml	2008-04-22 15:28:51 UTC (rev 6616)
@@ -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




More information about the jbossws-commits mailing list