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 2013/03/07 10:41:49 UTC

svn commit: r1453767 - /incubator/npanday/trunk/dist/npanday-installer/pom.xml

Author: brett
Date: Thu Mar  7 10:41:49 2013
New Revision: 1453767

URL: http://svn.apache.org/r1453767
Log:
exclude other MSBuild libraries from distribution

Modified:
    incubator/npanday/trunk/dist/npanday-installer/pom.xml

Modified: incubator/npanday/trunk/dist/npanday-installer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-installer/pom.xml?rev=1453767&r1=1453766&r2=1453767&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/dist/npanday-installer/pom.xml Thu Mar  7 10:41:49 2013
@@ -65,6 +65,18 @@
           <groupId>Microsoft.Build.Engine</groupId>  
           <artifactId>Microsoft.Build.Engine</artifactId>  
         </exclusion>        
+        <exclusion>
+          <groupId>Microsoft.Build.Framework</groupId>  
+          <artifactId>Microsoft.Build.Framework</artifactId>  
+        </exclusion>        
+        <exclusion>
+          <groupId>Microsoft.Build.Utilities</groupId>  
+          <artifactId>Microsoft.Build.Utilities</artifactId>  
+        </exclusion>        
+        <exclusion>
+          <groupId>Microsoft.Build.Tasks</groupId>  
+          <artifactId>Microsoft.Build.Tasks</artifactId>  
+        </exclusion>        
       </exclusions>
       <type>dotnet-library</type>
     </dependency>