cleanup/branding
diff --git a/core/plugins/org.eclipse.dltk/.project b/core/plugins/org.eclipse.dltk/.project
new file mode 100644
index 0000000..9344646
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.dltk</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<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.pde.PluginNature</nature>
+	</natures>
+</projectDescription>
diff --git a/core/plugins/org.eclipse.dltk/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..8f7b016
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.dltk
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk/about.html b/core/plugins/org.eclipse.dltk/about.html
new file mode 100644
index 0000000..4602330
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 2, 2006</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/core/plugins/org.eclipse.dltk/about.ini b/core/plugins/org.eclipse.dltk/about.ini
new file mode 100644
index 0000000..40fc8c3
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/about.ini
@@ -0,0 +1,28 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page 
+# optional
+# tipsAndTricksHref=/org.eclipse.dltk.doc.user/tips/dltk_tips.html
\ No newline at end of file
diff --git a/core/plugins/org.eclipse.dltk/about.mappings b/core/plugins/org.eclipse.dltk/about.mappings
new file mode 100644
index 0000000..a28390a
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@build@
diff --git a/core/plugins/org.eclipse.dltk/about.properties b/core/plugins/org.eclipse.dltk/about.properties
new file mode 100644
index 0000000..67810d3
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/about.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+blurb=Eclipse Dynamic Languages Toolkit\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2007.  All rights reserved.\n\
+Visit http://www.eclipse.org/dltk
+
diff --git a/core/plugins/org.eclipse.dltk/build.properties b/core/plugins/org.eclipse.dltk/build.properties
new file mode 100644
index 0000000..08423e1
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/build.properties
@@ -0,0 +1,7 @@
+bin.includes = META-INF/,\
+               about.html,\
+               about.ini,\
+               about.mappings,\
+               about.properties,\
+               eclipse32.png,\
+               plugin.properties
diff --git a/core/plugins/org.eclipse.dltk/eclipse32.png b/core/plugins/org.eclipse.dltk/eclipse32.png
new file mode 100644
index 0000000..568fac1
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/eclipse32.png
Binary files differ
diff --git a/core/plugins/org.eclipse.dltk/plugin.properties b/core/plugins/org.eclipse.dltk/plugin.properties
new file mode 100644
index 0000000..8130d1c
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/plugin.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+pluginName=Eclipse Dynamic Languages Toolkit
+providerName=Eclipse.org