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/29 14:37:27 UTC

svn commit: r819967 - /incubator/kato/trunk/org.apache.kato/kato.native/kato.native.vmapi/win32/pom.xml

Author: spoole
Date: Tue Sep 29 14:37:27 2009
New Revision: 819967

URL: http://svn.apache.org/viewvc?rev=819967&view=rev
Log:
rolled back win32 pom for vm api native as it had become the linux version

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

Modified: incubator/kato/trunk/org.apache.kato/kato.native/kato.native.vmapi/win32/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.native/kato.native.vmapi/win32/pom.xml?rev=819967&r1=819966&r2=819967&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.native/kato.native.vmapi/win32/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.native/kato.native.vmapi/win32/pom.xml Tue Sep 29 14:37:27 2009
@@ -1,4 +1,20 @@
-  <artifactId>katovmapi</artifactId>
+  <project>
+
+  <modelVersion>4.0.0</modelVersion>
+  <description>Create Windows 32bit version of Kato VM native library</description>
+
+  <parent>
+    <groupId>org.apache.kato</groupId>
+    <artifactId>kato.native.vmapi</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.kato.native</groupId>
+  
+  
+    
+    
+   <artifactId>katovmapi</artifactId>
   
   <name>Win32 Version of Kato VM Native Library</name>
   
@@ -75,3 +91,4 @@
   
   
 </project>
+  
\ No newline at end of file