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/11 07:47:00 UTC

svn commit: r773490 - /incubator/kato/trunk/HprofBinaryReaderPOC/.classpath

Author: spoole
Date: Mon May 11 07:46:59 2009
New Revision: 773490

URL: http://svn.apache.org/viewvc?rev=773490&view=rev
Log:
final work to make hprofbinaryreaderpoc an eclipse plugin

Modified:
    incubator/kato/trunk/HprofBinaryReaderPOC/.classpath

Modified: incubator/kato/trunk/HprofBinaryReaderPOC/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/HprofBinaryReaderPOC/.classpath?rev=773490&r1=773489&r2=773490&view=diff
==============================================================================
--- incubator/kato/trunk/HprofBinaryReaderPOC/.classpath (original)
+++ incubator/kato/trunk/HprofBinaryReaderPOC/.classpath Mon May 11 07:46:59 2009
@@ -4,5 +4,6 @@
 	<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="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>