ASSIGNED - bug 291392: Add default Abouts for all plugins, validate other legal documentation requirements
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291392

Also trying to fix really annoying issue with pluginNames not being discovered properly.
diff --git a/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/.classpath b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/.classpath
index 42c365c..ed2585f 100644
--- a/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/.classpath
+++ b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/.classpath
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <classpath>

+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

 	<classpathentry kind="src" path="src"/>

 	<classpathentry kind="src" path="src-gen"/>

-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

 	<classpathentry kind="output" path="bin"/>

 </classpath>

diff --git a/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/META-INF/MANIFEST.MF b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/META-INF/MANIFEST.MF
index ad66b7a..3507b5d 100644
--- a/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/META-INF/MANIFEST.MF
@@ -1,15 +1,14 @@
 Manifest-Version: 1.0

 Bundle-ManifestVersion: 2

-Bundle-Name: org.eclipse.amp.amf.abase.ui

-Bundle-Vendor: My Company

-Bundle-Version: 1.0.0

+Bundle-Name: %pluginName

+Bundle-Vendor: %providerName

+Bundle-Version: 0.2.0

 Bundle-SymbolicName: org.eclipse.amp.amf.abase.ui; singleton:=true

 Eclipse-RegisterBuddy: org.eclipse.xtext.log4j

 Bundle-ActivationPolicy: lazy

 Require-Bundle: org.eclipse.amp.amf.abase;visibility:=reexport,

  org.eclipse.xtext.ui.core,

  org.eclipse.xtext.ui.common,

- org.eclipse.xtext.log4j;bundle-version="1.2.15",

  org.eclipse.ui.editors;bundle-version="3.5.0",

  org.eclipse.ui.ide;bundle-version="3.5.0",

  org.eclipse.ui,

@@ -18,3 +17,4 @@
 Export-Package: org.eclipse.amp.amf.abase.contentassist,

  org.eclipse.amp.amf.abase.contentassist.antlr

 Bundle-Activator: org.eclipse.amp.amf.abase.internal.ABaseActivator

+Bundle-ClassPath: .

diff --git a/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/about.html b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/about.html
new file mode 100644
index 0000000..65d4bc2
--- /dev/null
+++ b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/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>October 5, 2009</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/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/build.properties b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/build.properties
index bed6e1e..a7fd81d 100644
--- a/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/build.properties
+++ b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/build.properties
@@ -1,4 +1,8 @@
 source.. = src/,src-gen/
 bin.includes = META-INF/,\
                .,\
-               plugin.xml
\ No newline at end of file
+               plugin.xml,\
+               plugin.properties
+source.. = src/,\
+           src-gen/
+
diff --git a/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/plugin.properties b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/plugin.properties
new file mode 100644
index 0000000..420ad1d
--- /dev/null
+++ b/org.eclipse.amp.amf/plugins/org.eclipse.amp.amf.abase.ui/plugin.properties
@@ -0,0 +1,8 @@
+

+# <copyright>

+# </copyright>

+#

+# $Id: plugin.properties,v 1.1 2009/10/06 02:07:36 mparker Exp $

+

+pluginName = Base Edit Support for Text based Models UI

+providerName = Eclipse Agent Modeling Platform