Author: aheritier
Date: Thu Sep 22 03:24:21 2005
New Revision: 290926

URL: http://svn.apache.org/viewcvs?rev=290926&view=rev
Log:
Fix POM

Modified:
    
maven/maven-1/plugins/trunk/abbot/src/plugin-test/sample-webstart/project.xml

Modified: 
maven/maven-1/plugins/trunk/abbot/src/plugin-test/sample-webstart/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/abbot/src/plugin-test/sample-webstart/project.xml?rev=290926&r1=290925&r2=290926&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/abbot/src/plugin-test/sample-webstart/project.xml 
(original)
+++ 
maven/maven-1/plugins/trunk/abbot/src/plugin-test/sample-webstart/project.xml 
Thu Sep 22 03:24:21 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
-<project>
-  <extend>${basedir}/../project.xml</extend>  
+<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>${basedir}/../project.xml</extend>
   <id>maven-abbot-plugin-test-sample-webstart</id>
   <name>Maven Abbot plugin Webstart Sample Test</name>
   <description>Run Abbot tests on webstart sample</description>
@@ -11,7 +12,7 @@
       <artifactId>maven-abbot-plugin-test-sample-local</artifactId>
       <version>1.0</version>
       <properties>
-        <war.target.path>.</war.target.path>>
+        <war.target.path>.</war.target.path>
       </properties>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to