You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2005/10/09 17:58:24 UTC

svn commit: r307447 - /maven/maven-1/plugins/trunk/eclipse/project.xml

Author: fgiust
Date: Sun Oct  9 08:58:21 2005
New Revision: 307447

URL: http://svn.apache.org/viewcvs?rev=307447&view=rev
Log:
testing commit rights (no changes, only xsd declaration added)

Modified:
    maven/maven-1/plugins/trunk/eclipse/project.xml

Modified: maven/maven-1/plugins/trunk/eclipse/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/eclipse/project.xml?rev=307447&r1=307446&r2=307447&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/eclipse/project.xml (original)
+++ maven/maven-1/plugins/trunk/eclipse/project.xml Sun Oct  9 08:58:21 2005
@@ -17,8 +17,8 @@
  * limitations under the License.
  */
  -->
-
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <extend>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-eclipse-plugin</id>