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 14:54:46 UTC

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

Author: spoole
Date: Mon Sep  7 14:54:46 2009
New Revision: 812172

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

Modified:
    incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/pom.xml
    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/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/pom.xml?rev=812172&r1=812171&r2=812172&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.native/kato.native.cjvmti/pom.xml Mon Sep  7 14:54:46 2009
@@ -15,7 +15,7 @@
   <profiles>
   
     <profile>
-      <id>add-windows-x86-module</id>
+      <id>windows-32</id>
       <activation>
         <os>
           <family>windows</family>
@@ -26,9 +26,22 @@
         <module>win32</module>
       </modules>
     </profile>
+    
+ 	<profile>
+      <id>windows-64</id>
+      <activation>
+        <os>
+          <family>windows</family>
+          <arch>x86_64</arch>
+        </os>
+      </activation>
+      <modules>
+        <module>win32</module>
+      </modules>
+    </profile>
 
     <profile>
-      <id>add-linux-x86-module</id>
+      <id>linux-x86</id>
       <activation>
         <os>
           <family>Linux</family>

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=812172&r1=812171&r2=812172&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 14:54:46 2009
@@ -35,7 +35,7 @@
             <compilerStartOption>-fPIC -O  /DBUILD_DLL</compilerStartOption>
           </compilerStartOptions>
           
-          <javahOS>win32</javahOS>
+          <javahOS>windows</javahOS>
           
           <sources>
             <source>