You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/09/07 15:45:28 UTC

svn commit: r812204 - /incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml

Author: spoole
Date: Mon Sep  7 15:45:27 2009
New Revision: 812204

URL: http://svn.apache.org/viewvc?rev=812204&view=rev
Log:
test change to get win32 native build working

Modified:
    incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml?rev=812204&r1=812203&r2=812204&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/win32/pom.xml Mon Sep  7 15:45:27 2009
@@ -31,6 +31,7 @@
         <artifactId>native-maven-plugin</artifactId>
         <extensions>true</extensions>   
         <configuration>
+         <compilerProvider>msvc</compilerProvider>
           <compilerStartOptions>
             <compilerStartOption>/LD /D "WIN32"  /DBUILD_DLL</compilerStartOption>
           </compilerStartOptions>