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/05/02 07:04:19 UTC

svn commit: r1332934 - in /incubator/npanday/trunk/plugins/wix-maven-plugin/src/it: IT003/TestApplication/pom.xml IT005/TestApplication/pom.xml

Author: brett
Date: Wed May  2 07:04:19 2012
New Revision: 1332934

URL: http://svn.apache.org/viewvc?rev=1332934&view=rev
Log:
fix references to test library

Modified:
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml?rev=1332934&r1=1332933&r2=1332934&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestApplication/pom.xml Wed May  2 07:04:19 2012
@@ -67,6 +67,7 @@
         <groupId>org.apache.npanday.examples</groupId>
         <artifactId>TestLibrary</artifactId>
         <version>1.2-SNAPSHOT</version>
+        <type>dotnet-library</type>
       </dependency>
     </dependencies>
 </project>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml?rev=1332934&r1=1332933&r2=1332934&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestApplication/pom.xml Wed May  2 07:04:19 2012
@@ -67,6 +67,7 @@
         <groupId>org.apache.npanday.examples</groupId>
         <artifactId>TestLibrary</artifactId>
         <version>1.2-SNAPSHOT</version>
+        <type>dotnet-library</type>
       </dependency>
     </dependencies>
 </project>