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/07/10 06:23:40 UTC

svn commit: r792814 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato: ./ kato.tck.testsuite/ kato.tck.testsuite/.settings/ kato.tck.testsuite/src/ kato.tck.testsuite/src/main/ kato.tck.testsuite/src/main/java/ kato.tck.tests...

Author: spoole
Date: Fri Jul 10 06:23:39 2009
New Revision: 792814

URL: http://svn.apache.org/viewvc?rev=792814&view=rev
Log:
addeded tck testsuite module

Added:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.classpath
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.project
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/org.eclipse.jdt.core.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/org.maven.ide.eclipse.prefs
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/pom.xml
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/src/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/src/main/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/src/main/java/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/src/main/resources/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/src/test/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/src/test/java/
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/src/test/resources/
Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.classpath?rev=792814&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.classpath (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.classpath Fri Jul 10 06:23:39 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.testsuite/.project
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.project?rev=792814&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.project (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.project Fri Jul 10 06:23:39 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>o</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.testsuite/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/org.eclipse.jdt.core.prefs?rev=792814&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/org.eclipse.jdt.core.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/org.eclipse.jdt.core.prefs Fri Jul 10 06:23:39 2009
@@ -0,0 +1,5 @@
+#Fri Jul 10 07:20:20 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.testsuite/.settings/org.maven.ide.eclipse.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/org.maven.ide.eclipse.prefs?rev=792814&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/org.maven.ide.eclipse.prefs (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/.settings/org.maven.ide.eclipse.prefs Fri Jul 10 06:23:39 2009
@@ -0,0 +1,9 @@
+#Fri Jul 10 07:20:19 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/kato.tck.testsuite/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/pom.xml?rev=792814&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/pom.xml (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.tck.testsuite/pom.xml Fri Jul 10 06:23:39 2009
@@ -0,0 +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>
+    <groupId>org.apache.kato</groupId>
+    <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.kato</groupId>
+  <artifactId>kato.tck.testsuite</artifactId>
+  <name>Test Suite</name>
+  <version>0.0.1-SNAPSHOT</version>
+  <description>TCK Test suite</description>
+</project>
\ No newline at end of file

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=792814&r1=792813&r2=792814&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 Fri Jul 10 06:23:39 2009
@@ -18,6 +18,7 @@
 		<module>kato.tck.harness</module>
 		<module>kato.demo.tomcat</module>
 		<module>kato.anttasks</module>
+		<module>kato.tck.testsuite</module>
 		
 	</modules>
 	<build>