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 15:46:55 UTC

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

Author: spoole
Date: Tue Jun 16 15:46:54 2009
New Revision: 785267

URL: http://svn.apache.org/viewvc?rev=785267&view=rev
Log:
first pass for tck harness build under maven

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

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.classpath?rev=785267&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.classpath (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.classpath Tue Jun 16 15:46:54 2009
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+	<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/kato.tck.harness/.project
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.project?rev=785267&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.project (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.project Tue Jun 16 15:46:54 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>kato.tck.harness</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/kato.tck.harness/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.settings/org.eclipse.jdt.core.prefs?rev=785267&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.settings/org.eclipse.jdt.core.prefs Tue Jun 16 15:46:54 2009
@@ -0,0 +1,5 @@
+#Tue Jun 16 16:30:29 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/kato.tck.harness/.settings/org.maven.ide.eclipse.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.settings/org.maven.ide.eclipse.prefs?rev=785267&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.settings/org.maven.ide.eclipse.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/.settings/org.maven.ide.eclipse.prefs Tue Jun 16 15:46:54 2009
@@ -0,0 +1,9 @@
+#Tue Jun 16 16:30:26 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/kato.tck.harness/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/pom.xml?rev=785267&r1=785266&r2=785267&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.harness/pom.xml Tue Jun 16 15:46:54 2009
@@ -8,4 +8,17 @@
   <groupId>org.apache.kato</groupId>
   <artifactId>kato.tck.harness</artifactId>
   <version>0.0.1-SNAPSHOT</version>
+  <dependencies>
+  	<dependency>
+  		<groupId>org.apache.kato</groupId>
+  		<artifactId>kato.api</artifactId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+		<groupId>junit</groupId>
+		<artifactId>junit</artifactId>
+		<version>3.8.1</version>
+		<scope>test</scope>
+	</dependency>
+  </dependencies>
 </project>
\ No newline at end of file