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/05/08 10:22:24 UTC

svn commit: r772925 - in /incubator/kato/trunk/HprofBinaryReaderPOC: .classpath .project

Author: spoole
Date: Fri May  8 10:22:23 2009
New Revision: 772925

URL: http://svn.apache.org/viewvc?rev=772925&view=rev
Log:
converted HprofBinaryReaderPOC into an eclipse java project

Added:
    incubator/kato/trunk/HprofBinaryReaderPOC/.classpath   (with props)
Modified:
    incubator/kato/trunk/HprofBinaryReaderPOC/.project

Added: incubator/kato/trunk/HprofBinaryReaderPOC/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/HprofBinaryReaderPOC/.classpath?rev=772925&view=auto
==============================================================================
--- incubator/kato/trunk/HprofBinaryReaderPOC/.classpath (added)
+++ incubator/kato/trunk/HprofBinaryReaderPOC/.classpath Fri May  8 10:22:23 2009
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="testsrc"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Propchange: incubator/kato/trunk/HprofBinaryReaderPOC/.classpath
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/kato/trunk/HprofBinaryReaderPOC/.project
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/HprofBinaryReaderPOC/.project?rev=772925&r1=772924&r2=772925&view=diff
==============================================================================
--- incubator/kato/trunk/HprofBinaryReaderPOC/.project (original)
+++ incubator/kato/trunk/HprofBinaryReaderPOC/.project Fri May  8 10:22:23 2009
@@ -5,7 +5,13 @@
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>