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 13:14:22 UTC

svn commit: r772968 - in /incubator/kato/trunk/KatoHProfAdapterPOC: .project META-INF/MANIFEST.MF build.properties

Author: spoole
Date: Fri May  8 13:14:21 2009
New Revision: 772968

URL: http://svn.apache.org/viewvc?rev=772968&view=rev
Log:
made KatoHProfAdaptor and eclipse plugin

Added:
    incubator/kato/trunk/KatoHProfAdapterPOC/build.properties   (with props)
Modified:
    incubator/kato/trunk/KatoHProfAdapterPOC/.project
    incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF

Modified: incubator/kato/trunk/KatoHProfAdapterPOC/.project
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/KatoHProfAdapterPOC/.project?rev=772968&r1=772967&r2=772968&view=diff
==============================================================================
--- incubator/kato/trunk/KatoHProfAdapterPOC/.project (original)
+++ incubator/kato/trunk/KatoHProfAdapterPOC/.project Fri May  8 13:14:21 2009
@@ -10,8 +10,19 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
 	</natures>
 </projectDescription>

Modified: incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF?rev=772968&r1=772967&r2=772968&view=diff
==============================================================================
--- incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF (original)
+++ incubator/kato/trunk/KatoHProfAdapterPOC/META-INF/MANIFEST.MF Fri May  8 13:14:21 2009
@@ -4,4 +4,7 @@
 Bundle-SymbolicName: KatoHProfAdapterPOC
 Bundle-Version: 1.0.0
 Require-Bundle: HprofBinaryReaderPOC;bundle-version="1.0.0",
- org.junit
+ org.junit,
+ org.apache.kato.api;bundle-version="1.3.0"
+Export-Package: org.apache.kato.hprof.image,
+ org.apache.kato.hprof.java

Added: incubator/kato/trunk/KatoHProfAdapterPOC/build.properties
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/KatoHProfAdapterPOC/build.properties?rev=772968&view=auto
==============================================================================
--- incubator/kato/trunk/KatoHProfAdapterPOC/build.properties (added)
+++ incubator/kato/trunk/KatoHProfAdapterPOC/build.properties Fri May  8 13:14:21 2009
@@ -0,0 +1,4 @@
+source.. = testsrc/,\
+           src/
+bin.includes = META-INF/,\
+               .

Propchange: incubator/kato/trunk/KatoHProfAdapterPOC/build.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain