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/06/16 13:00:40 UTC

svn commit: r785190 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native: kato.pyjvmti/pom.xml pom.xml

Author: spoole
Date: Tue Jun 16 13:00:39 2009
New Revision: 785190

URL: http://svn.apache.org/viewvc?rev=785190&view=rev
Log:
added new pyjvmti module to native

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/pom.xml
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/pom.xml?rev=785190&r1=785189&r2=785190&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/pom.xml Tue Jun 16 13:00:39 2009
@@ -1,13 +1,13 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
-		<artifactId>kato</artifactId>
+		<artifactId>kato.native</artifactId>
 		<groupId>org.apache.kato</groupId>
 		<version>0.0.1-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.kato.pyjvmti</groupId>
-	<artifactId>kato.pyjvmti</artifactId>
+	<groupId>org.apache.kato</groupId>
+	<artifactId>kato.native.pyjvmti</artifactId>
 	<packaging>pom</packaging>
 	<version>0.0.1-SNAPSHOT</version>
 	<build>

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml?rev=785190&r1=785189&r2=785190&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml Tue Jun 16 13:00:39 2009
@@ -12,6 +12,6 @@
   <version>0.0.1-SNAPSHOT</version>
   <description>Apache Kato native code modules	</description>
   <modules>
-  	<module>kato.pyjvmti</module>
+  	<module>kato.native.pyjvmti</module>
   </modules>
 </project>
\ No newline at end of file