commit 5dea774f912a8589c9154d8d44a6324edbedce29 Author: Ted Williams Date: Tue May 30 01:29:54 2006 +0000 The memory rendering was approved for cvs commit by the eclipse Intellectual Property Manager. The source matches the bugzilla 137391 attachment. The code could still use some refactoring and clean up. diff --git a/.classpath b/.classpath new file mode 100644 index 00000000000..751c8f2e504 --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.project b/.project new file mode 100644 index 00000000000..29e3e81ee28 --- /dev/null +++ b/.project @@ -0,0 +1,28 @@ + + + org.eclipse.dsdp.debug.memory.renderings + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/build.properties b/build.properties new file mode 100644 index 00000000000..34d2e4d2dad --- /dev/null +++ b/build.properties @@ -0,0 +1,4 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + . diff --git a/plugin.xml b/plugin.xml new file mode 100644 index 00000000000..eefe54fac80 --- /dev/null +++ b/plugin.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + +