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 12:47:35 UTC

svn commit: r785183 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native: ./ kato.pyjvmti/ kato.pyjvmti/.settings/ kato.pyjvmti/src/ kato.pyjvmti/src/main/ kato.pyjvmti/src/test/ kato.pyjvmti/target/ kato.pyjvmti/target/c...

Author: spoole
Date: Tue Jun 16 12:47:35 2009
New Revision: 785183

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

Added:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.classpath
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.project
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.eclipse.jdt.core.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.maven.ide.eclipse.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/src/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/src/main/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/src/test/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/target/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/target/classes/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/target/test-classes/
Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.classpath?rev=785183&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.classpath (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.classpath Tue Jun 16 12:47:35 2009
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.project
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.project?rev=785183&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.project (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.project Tue Jun 16 12:47:35 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>kato.pyjvmti</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.eclipse.jdt.core.prefs?rev=785183&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.eclipse.jdt.core.prefs Tue Jun 16 12:47:35 2009
@@ -0,0 +1,5 @@
+#Tue Jun 16 13:45:55 BST 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.source=1.6

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.maven.ide.eclipse.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.maven.ide.eclipse.prefs?rev=785183&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.maven.ide.eclipse.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/kato.pyjvmti/.settings/org.maven.ide.eclipse.prefs Tue Jun 16 12:47:35 2009
@@ -0,0 +1,9 @@
+#Tue Jun 16 13:45:55 BST 2009
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

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=785183&r1=785182&r2=785183&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 12:47:35 2009
@@ -12,6 +12,6 @@
   <version>0.0.1-SNAPSHOT</version>
   <description>Apache Kato native code modules	</description>
   <modules>
-  	<module>kato.jvmti</module>
+  	<module>kato.pyjvmti</module>
   </modules>
 </project>
\ No newline at end of file