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>


Reply via email to