From 5dea774f912a8589c9154d8d44a6324edbedce29 Mon Sep 17 00:00:00 2001 From: Ted Williams Date: Tue, 30 May 2006 01:29:54 +0000 Subject: [PATCH] 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. --- .classpath | 7 +++++++ .project | 28 ++++++++++++++++++++++++++++ build.properties | 4 ++++ plugin.xml | 19 +++++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 build.properties create mode 100644 plugin.xml 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 @@ + + + + + + + + + + + + + +