Author: sisbell
Date: Fri Dec 21 12:57:11 2007
New Revision: 606314

URL: http://svn.apache.org/viewvc?rev=606314&view=rev
Log:
Fixed incorrect artifact handler mapping.

Modified:
    
incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/resources/META-INF/plexus/components.xml

Modified: 
incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/resources/META-INF/plexus/components.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/resources/META-INF/plexus/components.xml?rev=606314&r1=606313&r2=606314&view=diff
==============================================================================
--- 
incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/resources/META-INF/plexus/components.xml
 (original)
+++ 
incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/resources/META-INF/plexus/components.xml
 Fri Dec 21 12:57:11 2007
@@ -101,7 +101,7 @@
       
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
       <configuration>
         <extension>dll</extension>
-        <type>library</type>
+        <type>dotnet:library</type>
       </configuration>
     </component>
     <component>
@@ -110,7 +110,7 @@
       
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
       <configuration>
         <extension>exe</extension>
-        <type>exe</type>
+        <type>dotnet:exe</type>
       </configuration>
     </component>
     <component>
@@ -128,7 +128,7 @@
       
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
       <configuration>
         <extension>exe</extension>
-        <type>winexe</type>
+        <type>dotnet:winexe</type>
       </configuration>
     </component>
     <component>


Reply via email to