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 08:11:55 UTC

svn commit: r812029 - /incubator/kato/trunk/org.apache.kato.native/pom.xml

Author: spoole
Date: Mon Sep  7 08:11:55 2009
New Revision: 812029

URL: http://svn.apache.org/viewvc?rev=812029&view=rev
Log:
turned off pyjvmti module building as now replaced by cjvmti module

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

Modified: incubator/kato/trunk/org.apache.kato.native/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.native/pom.xml?rev=812029&r1=812028&r2=812029&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato.native/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato.native/pom.xml Mon Sep  7 08:11:55 2009
@@ -12,7 +12,6 @@
   <version>0.0.1-SNAPSHOT</version>
   <description>Apache Kato native code modules	</description>
   <modules>
-  	<module>kato.native.pyjvmti</module>
   	<module>kato.native.cjvmti</module>
   </modules>
 </project>
\ No newline at end of file