You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/01/13 13:36:04 UTC

svn commit: r1231060 - in /incubator/npanday/trunk: components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml dist/dotnet-repository-builder/pom.xml

Author: brett
Date: Fri Jan 13 13:36:03 2012
New Revision: 1231060

URL: http://svn.apache.org/viewvc?rev=1231060&view=rev
Log:
remove old references to NPanday.VisualStudio

Modified:
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml
    incubator/npanday/trunk/dist/dotnet-repository-builder/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=1231060&r1=1231059&r2=1231060&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 Fri Jan 13 13:36:03 2012
@@ -55,12 +55,6 @@
     <type>visual-studio-addin</type>
     <profile>VisualStudio2005</profile>
   </netDependency>
-  <netDependency>
-    <groupId>org.apache.npanday.visualstudio</groupId>
-    <artifactId>NPanday.VisualStudio</artifactId>
-    <type>library</type>
-    <profile>VisualStudio2005</profile>
-  </netDependency>
 
   <!--Plugin Framework-->
   <netDependency>

Modified: incubator/npanday/trunk/dist/dotnet-repository-builder/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/dotnet-repository-builder/pom.xml?rev=1231060&r1=1231059&r2=1231060&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/dotnet-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/dist/dotnet-repository-builder/pom.xml Fri Jan 13 13:36:03 2012
@@ -94,18 +94,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.npanday.visualstudio</groupId>
-      <artifactId>NPanday.VisualStudio</artifactId>
-      <version>${project.version}</version>
-      <type>dotnet-library</type>
-      <exclusions>
-        <exclusion>
-          <groupId>EnvDTE</groupId>  
-          <artifactId>EnvDTE</artifactId>  
-         </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.npanday.visualstudio</groupId>
       <artifactId>NPanday.VisualStudio.Addin</artifactId>
       <version>${project.version}</version>
       <exclusions>