Initial checkin of the revised look and feel of the WSDL Editor.
diff --git a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
index 5ceb382..fb09a6d 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
@@ -1,53 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %_UI_PLUGIN_NAME
-Bundle-SymbolicName: org.eclipse.wst.wsdl.ui; singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-SymbolicName: org.eclipse.wst.wsdl.ui;singleton:=true
+Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin
-Bundle-Vendor: %providerName
+Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
-Export-Package: org.eclipse.wst.wsdl.ui.internal;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.actions;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.commands;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.contentgenerator;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.contentgenerator.ui;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.dialogs;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.dialogs.types;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.extension;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.filter;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.gef.util.editparts;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.gef.util.editpolicies;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.gef.util.figures;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.graph;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.graph.editparts;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.graph.editpolicies;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.graph.figures;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.graph.model;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.icons;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.model;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.nsedit;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.outline;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.parameters;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.properties.section;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.reconciler;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.refactor;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.refactor.actions;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.search;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.text;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.typesystem;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.util;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.util.flatui;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.util.ui;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.validation;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.viewers;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.viewers.widgets;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.visitor;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.widgets;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.wizards;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.xsd;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.xsd.actions;x-internal:=true,
- org.eclipse.wst.wsdl.ui.internal.xsd.graph.editparts;x-internal:=true
-Require-Bundle: org.eclipse.core.resources,
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources,
org.eclipse.emf.common,
org.eclipse.emf.ecore,
org.eclipse.gef,
@@ -66,7 +27,6 @@
org.eclipse.wst.xml.ui,
org.eclipse.xsd,
org.eclipse.wst.wsdl,
- org.eclipse.wst.common.ui.properties,
org.eclipse.wst.common.core,
org.eclipse.wst.xsd.ui,
org.eclipse.emf.edit,
@@ -76,7 +36,20 @@
org.eclipse.wst.wsdl.validation,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
- com.ibm.icu,
- org.eclipse.core.runtime,
- org.apache.xerces
-Eclipse-LazyStart: true
+ org.eclipse.ui.views.properties.tabbed
+Eclipse-AutoStart: true
+Plugin-Class: org.eclipse.wst.wsdl.asd.editor.ASDEditorPlugin
+Export-Package: org.eclipse.wst.wsdl.asd.design.directedit,
+ org.eclipse.wst.wsdl.asd.design.editparts,
+ org.eclipse.wst.wsdl.asd.editor.actions,
+ org.eclipse.wst.wsdl.asd.editor.outline,
+ org.eclipse.wst.wsdl.asd.facade,
+ org.eclipse.wst.wsdl.ui.internal.adapters,
+ org.eclipse.wst.wsdl.ui.internal.adapters.basic,
+ org.eclipse.wst.wsdl.ui.internal.adapters.commands,
+ org.eclipse.wst.wsdl.ui.internal.filter;x-internal:=true,
+ org.eclipse.wst.wsdl.ui.internal.icons;x-internal:=true,
+ org.eclipse.wst.wsdl.ui.internal.refactor;x-internal:=true,
+ org.eclipse.wst.wsdl.ui.internal.search;x-internal:=true,
+ org.eclipse.wst.wsdl.ui.internal.visitor,
+ org.eclipse.wst.wsdl.ui.internal.wizards;x-internal:=true