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:48:14 UTC

svn commit: r773491 - in /incubator/kato/trunk/KatoHProfAdapterPOC: .classpath META-INF/MANIFEST.MF

Author: spoole
Date: Mon May 11 07:48:14 2009
New Revision: 773491

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

Modified:
    incubator/kato/trunk/KatoHProfAdapterPOC/.classpath
    incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF

Modified: incubator/kato/trunk/KatoHProfAdapterPOC/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/KatoHProfAdapterPOC/.classpath?rev=773491&r1=773490&r2=773491&view=diff
==============================================================================
--- incubator/kato/trunk/KatoHProfAdapterPOC/.classpath (original)
+++ incubator/kato/trunk/KatoHProfAdapterPOC/.classpath Mon May 11 07:48:14 2009
@@ -3,8 +3,7 @@
 	<classpathentry kind="src" path="testsrc"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/HprofBinaryReaderPOC"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.apache.kato.api"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF?rev=773491&r1=773490&r2=773491&view=diff
==============================================================================
--- incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF (original)
+++ incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF Mon May 11 07:48:14 2009
@@ -3,8 +3,7 @@
 Bundle-Name: DTFJHProfAdapter
 Bundle-SymbolicName: KatoHProfAdapterPOC
 Bundle-Version: 1.0.0
-Require-Bundle: HprofBinaryReaderPOC;bundle-version="1.0.0",
- org.junit,
- org.apache.kato.api;bundle-version="1.3.0"
+Require-Bundle: org.apache.kato.api;bundle-version="1.3.0",
+ HprofBinaryReaderPOC;bundle-version="1.0.0"
 Export-Package: org.apache.kato.hprof.image,
  org.apache.kato.hprof.java