You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/11/30 01:00:18 UTC

svn commit: r721743 - /maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml

Author: jvanzyl
Date: Sat Nov 29 16:00:18 2008
New Revision: 721743

URL: http://svn.apache.org/viewvc?rev=721743&view=rev
Log:
o fix xml comments

Modified:
    maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml

Modified: maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml?rev=721743&r1=721742&r2=721743&view=diff
==============================================================================
--- maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml (original)
+++ maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml Sat Nov 29 16:00:18 2008
@@ -9,11 +9,12 @@
 problem.
 
 -->
+
 <component-set>
   <components>
-    <!------------------------------------------------------------------------ 
+    <!--
      | POM
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>pom</role-hint>
@@ -46,9 +47,9 @@
       </configuration>
     </component>    
     
-    <!------------------------------------------------------------------------ 
+    <!--
      | JAR
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>jar</role-hint>
@@ -89,9 +90,9 @@
       </configuration>
     </component>
           
-    <!------------------------------------------------------------------------ 
+    <!--
      | EJB 
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>ejb</role-hint>
@@ -188,9 +189,9 @@
       </configuration>
     </component>     
 
-    <!------------------------------------------------------------------------ 
+    <!--
      | TEST JAR
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>test-jar</role-hint>
@@ -206,9 +207,9 @@
       </configuration>
     </component>
 
-    <!------------------------------------------------------------------------ 
+    <!--
      | MAVEN PLUGIN
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>maven-plugin</role-hint>
@@ -257,9 +258,9 @@
       </configuration>
     </component>    
 
-    <!------------------------------------------------------------------------ 
+    <!--
      | SOURCE JAR
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>java-source</role-hint>
@@ -274,9 +275,9 @@
       </configuration>
     </component>
 
-    <!------------------------------------------------------------------------ 
+    <!--
      | JAVADOC JAR 
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>javadoc</role-hint>
@@ -291,9 +292,9 @@
       </configuration>
     </component>
 
-    <!------------------------------------------------------------------------ 
+    <!--
      | WAR 
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>war</role-hint>
@@ -333,9 +334,9 @@
       </configuration>
     </component>    
 
-    <!------------------------------------------------------------------------ 
+    <!--
      | EAR 
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>ear</role-hint>
@@ -372,9 +373,9 @@
       </configuration>
     </component>
 
-    <!------------------------------------------------------------------------ 
+    <!--
      | RAR
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>rar</role-hint>
@@ -414,9 +415,9 @@
       </configuration>
     </component>    
 
-    <!------------------------------------------------------------------------ 
+    <!--
      | PAR
-     |----------------------------------------------------------------------->
+     |-->
     <component>
       <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
       <role-hint>par</role-hint>