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/11/30 13:35:30 UTC

svn commit: r885423 - in /incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof: ./ .classpath .project

Author: spoole
Date: Mon Nov 30 13:35:29 2009
New Revision: 885423

URL: http://svn.apache.org/viewvc?rev=885423&view=rev
Log:
made hprof execution target dir ignored

Added:
    incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.classpath
    incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.project
Modified:
    incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/   (props changed)

Propchange: incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov 30 13:35:29 2009
@@ -0,0 +1 @@
+target

Added: incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.classpath?rev=885423&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.classpath (added)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.classpath Mon Nov 30 13:35:29 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/trunk/org.apache.kato/kato.tck/execution/hprof/.project
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.project?rev=885423&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.project (added)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/execution/hprof/.project Mon Nov 30 13:35:29 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>kato.tck.execution.hprof</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>