Author: brett
Date: Tue Dec  6 14:23:54 2011
New Revision: 1210928

URL: http://svn.apache.org/viewvc?rev=1210928&view=rev
Log:
remove unnecessary dependency that has a problem due to NPANDAY-501

Modified:
    
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/TestConsoleApplication.csproj
    
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml

Modified: 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/TestConsoleApplication.csproj
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/TestConsoleApplication.csproj?rev=1210928&r1=1210927&r2=1210928&view=diff
==============================================================================
--- 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/TestConsoleApplication.csproj
 (original)
+++ 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/TestConsoleApplication.csproj
 Tue Dec  6 14:23:54 2011
@@ -57,16 +57,6 @@ under the License.
   <ItemGroup>
     <WebReferences Include="Web References\" />
   </ItemGroup>
-  <ItemGroup>
-    <COMReference Include="Shell32">
-      <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
-      <VersionMajor>1</VersionMajor>
-      <VersionMinor>0</VersionMinor>
-      <Lcid>0</Lcid>
-      <WrapperTool>tlbimp</WrapperTool>
-      <Isolated>False</Isolated>
-    </COMReference>
-  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets 
below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
@@ -75,4 +65,4 @@ under the License.
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml?rev=1210928&r1=1210927&r2=1210928&view=diff
==============================================================================
--- 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml
 (original)
+++ 
incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestConsoleApplication/pom.xml
 Tue Dec  6 14:23:54 2011
@@ -44,13 +44,4 @@ under the License.
       </plugin>
     </plugins>
   </build>
-  <dependencies>
-    <dependency>
-      <groupId>Shell32</groupId>
-      <artifactId>Shell32</artifactId>
-      <version>1.0.0.0</version>
-      <type>com_reference</type>
-      <classifier>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}-1.0-0</classifier>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+</project>


Reply via email to