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:16:48 UTC

svn commit: r785201 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato: kato.demo.tomcat/.project org.apache.kato.pyjvmti/ pom.xml

Author: spoole
Date: Tue Jun 16 13:16:48 2009
New Revision: 785201

URL: http://svn.apache.org/viewvc?rev=785201&view=rev
Log:
remove pyjvmti module from build as its now in its own native module 

Removed:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/
Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.demo.tomcat/.project
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.demo.tomcat/.project
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.demo.tomcat/.project?rev=785201&r1=785200&r2=785201&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.demo.tomcat/.project (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.demo.tomcat/.project Tue Jun 16 13:16:48 2009
@@ -6,11 +6,6 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
 			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
 			<arguments>
 			</arguments>
@@ -30,6 +25,11 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml?rev=785201&r1=785200&r2=785201&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml Tue Jun 16 13:16:48 2009
@@ -16,7 +16,6 @@
 		<module>kato.jdi</module>
 		<module>kato.api.vm</module>
 		<module>kato.demo.tomcat</module>
-		<module>org.apache.kato.pyjvmti</module>
 		<!-- 
 		<module>plugins/kato.rtexplorer.plugin</module>
 		 -->