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:44:17 UTC

svn commit: r785181 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native: .classpath .project .settings/ .settings/org.eclipse.jdt.core.prefs .settings/org.maven.ide.eclipse.prefs pom.xml

Author: spoole
Date: Tue Jun 16 12:44:16 2009
New Revision: 785181

URL: http://svn.apache.org/viewvc?rev=785181&view=rev
Log:
upload initial pom info for native module

Added:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.classpath
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.project
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/org.eclipse.jdt.core.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/org.maven.ide.eclipse.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.classpath?rev=785181&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.classpath (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.classpath Tue Jun 16 12:44:16 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/.project
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.project?rev=785181&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.project (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.project Tue Jun 16 12:44:16 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.apache.kato.native</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/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/org.eclipse.jdt.core.prefs?rev=785181&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/org.eclipse.jdt.core.prefs Tue Jun 16 12:44:16 2009
@@ -0,0 +1,5 @@
+#Tue Jun 16 13:34:48 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/.settings/org.maven.ide.eclipse.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/org.maven.ide.eclipse.prefs?rev=785181&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/org.maven.ide.eclipse.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/.settings/org.maven.ide.eclipse.prefs Tue Jun 16 12:44:16 2009
@@ -0,0 +1,9 @@
+#Tue Jun 16 13:34:48 BST 2009
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Added: 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=785181&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.native/pom.xml Tue Jun 16 12:44:16 2009
@@ -0,0 +1,17 @@
+<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>
+    <groupId>org.apache.kato</groupId>
+    <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.kato</groupId>
+  <artifactId>kato.native</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Kato native code modules</name>
+  <version>0.0.1-SNAPSHOT</version>
+  <description>Apache Kato native code modules	</description>
+  <modules>
+  	<module>kato.jvmti</module>
+  </modules>
+</project>
\ No newline at end of file