Author: brett
Date: Tue Jul  8 05:26:28 2014
New Revision: 1608665

URL: http://svn.apache.org/r1608665
Log:
[NPANDAY-203] remove references to old MSBuild plugin

Modified:
    
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml
    incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml
    incubator/npanday/trunk/plugins/netplugins/pom.xml

Modified: 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml?rev=1608665&r1=1608664&r2=1608665&view=diff
==============================================================================
--- 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml
 (original)
+++ 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml
 Tue Jul  8 05:26:28 2014
@@ -43,11 +43,6 @@
     <artifactId>NPanday.Plugin.SysRef</artifactId>
     <type>netplugin</type>
   </netDependency>
-  <netDependency>
-    <groupId>org.apache.npanday.plugins</groupId>
-    <artifactId>NPanday.Plugin.Msbuild</artifactId>
-    <type>netplugin</type>
-  </netDependency>
   <!--IDE-->
   <netDependency>
     <groupId>org.apache.npanday.visualstudio</groupId>

Modified: incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml?rev=1608665&r1=1608664&r2=1608665&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml Tue Jul  8 
05:26:28 2014
@@ -313,12 +313,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
-      <artifactId>NPanday.Plugin.Msbuild</artifactId>
-      <version>${project.version}</version>
-      <type>dotnet-maven-plugin</type>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.npanday.plugins</groupId>
       <artifactId>NPanday.Plugin.SysRef</artifactId>
       <version>${project.version}</version>
       <type>dotnet-maven-plugin</type>

Modified: incubator/npanday/trunk/plugins/netplugins/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/pom.xml?rev=1608665&r1=1608664&r2=1608665&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/pom.xml Tue Jul  8 05:26:28 2014
@@ -36,6 +36,5 @@
     <module>NPanday.Plugin.Resx</module>
     <module>NPanday.Plugin.Settings</module>
     <module>NPanday.Plugin.SysRef</module>
-    <module>NPanday.Plugin.Msbuild</module>
   </modules>
 </project>


Reply via email to