Author: tfennelly
Date: 2010-07-21 05:45:52 -0400 (Wed, 21 Jul 2010)
New Revision: 23626
Modified:
branches/smooks-dmb/plugins/org.jboss.tools.smooks.ui/META-INF/MANIFEST.MF
branches/smooks-dmb/plugins/org.jboss.tools.smooks.ui/plugin.xml
Log:
Pelling back all dependecies etc
Modified: branches/smooks-dmb/plugins/org.jboss.tools.smooks.ui/META-INF/MANIFEST.MF
===================================================================
--- branches/smooks-dmb/plugins/org.jboss.tools.smooks.ui/META-INF/MANIFEST.MF 2010-07-21
09:45:17 UTC (rev 23625)
+++ branches/smooks-dmb/plugins/org.jboss.tools.smooks.ui/META-INF/MANIFEST.MF 2010-07-21
09:45:52 UTC (rev 23626)
@@ -8,33 +8,7 @@
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.core.resources,
- org.eclipse.ui.editors,
- org.eclipse.ui.ide,
- org.eclipse.ui.forms,
- org.eclipse.wst.sse.core,
- org.eclipse.wst.sse.ui,
- org.eclipse.jdt.core,
- org.eclipse.jdt.ui,
- org.eclipse.wst.validation,
- org.eclipse.xsd,
- org.eclipse.wst.wsdl,
- org.apache.xerces,
- javax.wsdl,
- org.jboss.tools.smooks.runtime,
- org.jboss.tools.smooks.templating,
- org.eclipse.gef,
- org.eclipse.jdt.launching,
- org.eclipse.core.filesystem,
- org.eclipse.ui.views.properties.tabbed,
- org.eclipse.wst.xsl.core,
- org.eclipse.zest.core,
- org.eclipse.zest.layouts,
- org.eclipse.debug.core,
- org.eclipse.debug.ui,
- org.eclipse.jdt.debug.ui,
- org.eclipse.jdt.junit,
- org.eclipse.ui.console,
- org.jboss.tools.smooks.model;bundle-version="1.1.0"
+ org.eclipse.ui.editors
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/smooks-dmb/plugins/org.jboss.tools.smooks.ui/plugin.xml
===================================================================
--- branches/smooks-dmb/plugins/org.jboss.tools.smooks.ui/plugin.xml 2010-07-21 09:45:17
UTC (rev 23625)
+++ branches/smooks-dmb/plugins/org.jboss.tools.smooks.ui/plugin.xml 2010-07-21 09:45:52
UTC (rev 23626)
@@ -2,250 +2,7 @@
<?eclipse version="3.4"?>
<plugin>
- <extension
- point="org.eclipse.ui.editors">
- <editor
-
class="org.jboss.tools.smooks.configuration.editors.SmooksMultiFormEditor"
-
contributorClass="org.jboss.tools.smooks.configuration.editors.SmooksMultiPageEditorContributor"
- icon="icons/smooks-sm.gif"
- id="org.jboss.tools.smooks.configuration.editors.MultiPageEditor"
- name="Smooks Configuration Editor">
- <contentTypeBinding
-
contentTypeId="org.jboss.tools.smooks.ui.smooks.contentType">
- </contentTypeBinding>
- </editor>
-
- </extension>
- <extension
- point="org.eclipse.ui.newWizards">
- <category
- name="Smooks"
- id="org.jboss.tools.smooks.configuration">
- </category>
- <wizard
- name="Smooks Configuration File"
- icon="icons/smooks-sm.gif"
- category="org.jboss.tools.smooks.configuration"
-
class="org.jboss.tools.smooks.configuration.wizards.SmooksConfigurationFileNewWizard"
-
id="org.jboss.tools.smooks.configuration.wizards.NewConfigurationFileWizard">
- </wizard>
- </extension>
- <extension
- point="org.eclipse.core.contenttype.contentTypes">
- <content-type
- base-type="org.eclipse.core.runtime.xml"
-
describer="org.jboss.tools.smooks.configuration.editors.SmooksConfigfileContentDescriber"
- file-extensions="xml"
- id="org.jboss.tools.smooks.ui.smooks.contentType"
- name="Smooks Configuration File"
- priority="low">
- </content-type>
-
- </extension>
- <extension
- point="org.eclipse.ui.decorators">
- <decorator
- adaptable="false"
-
class="org.jboss.tools.smooks.configuration.validate.ValidateResultLabelDecorator"
- id="org.jboss.tools.smooks.ui.configurationPage.decorator"
- label="Smooks Configuration Page Viewer Decorator"
- lightweight="true"
- state="false">
- <description>
- Decorate smooks configuration page viewer
- </description>
- <enablement>
- <or>
- <objectClass
-
name="org.eclipse.emf.edit.provider.IWrapperItemProvider">
- </objectClass>
- <objectClass
-
name="org.jboss.tools.smooks.model.common.AbstractAnyType">
- </objectClass>
- <objectClass
- name="org.eclipse.emf.ecore.util.FeatureMap$Entry">
- </objectClass>
- <objectClass
- name="org.eclipse.emf.ecore.EObject">
- </objectClass>
- </or>
- </enablement>
- </decorator>
- </extension>
- <extension
- id="problem"
- name="Smooks Problem"
- point="org.eclipse.core.resources.markers">
- <persistent
- value="true">
- </persistent>
- <super
- type="org.eclipse.core.resources.problemmarker">
- </super>
- <attribute
- name="uri">
- </attribute>
- </extension>
- <extension
- id="org.jboss.tools.smooks.configuration.validator"
- name="Smooks File Validator"
- point="org.eclipse.wst.validation.validatorV2">
- <validator
- build="true"
-
class="org.jboss.tools.smooks.configuration.validate.SmooksModelValidator"
- manual="true"
- version="1">
- <include>
- <rules>
- <contentType
- exactMatch="true"
- id="org.jboss.tools.smooks.ui.smooks.contentType">
- </contentType>
- </rules>
- </include>
- </validator>
- </extension>
- <extension
- point="org.eclipse.ui.views.properties.tabbed.propertySections">
- <propertySections
-
contributorId="org.jboss.tools.smooks.configuration.editors.MultiPageEditor">
- <propertySection
-
class="org.jboss.tools.smooks.editor.propertySections.SmooksPropertySection"
-
filter="org.jboss.tools.smooks.editor.propertySections.SmooksPropertySectionFilter"
- id="org.jboss.tools.smooks.ui.propertySection.properties"
-
tab="org.jboss.tools.smooks.ui.propertySection.propertiesTab">
- </propertySection>
- <propertySection
-
class="org.jboss.tools.smooks.editor.propertySections.ValidationSection"
-
filter="org.jboss.tools.smooks.editor.propertySections.ValidationSectionFilter"
- id="org.jboss.tools.smooks.ui.propertySection.validation"
-
tab="org.jboss.tools.smooks.ui.propertySection.validationTab">
- </propertySection>
- <propertySection
-
class="org.jboss.tools.smooks.editor.propertySections.RuleBaseSection"
-
filter="org.jboss.tools.smooks.editor.propertySections.RuleBaseSectionFilter"
- id="org.jboss.tools.smooks.ui.propertySection.ruleBases"
-
tab="org.jboss.tools.smooks.ui.propertySection.ruleBasesTab">
- </propertySection>
- <propertySection
-
class="org.jboss.tools.smooks.editor.propertySections.ValueDecodeParamSection"
-
filter="org.jboss.tools.smooks.editor.propertySections.ValueDecodeParamSectionFilter"
- id="org.jboss.tools.smooks.ui.propertySection.decodeParam"
-
tab="org.jboss.tools.smooks.ui.propertySection.decodeParamTab">
- </propertySection>
- <propertySection
-
class="org.jboss.tools.smooks.editor.propertySections.CSVRecordSection"
-
filter="org.jboss.tools.smooks.editor.propertySections.CSVRecordSectionFilter"
- id="org.jboss.tools.smooks.ui.propertySection.csvrecord"
-
tab="org.jboss.tools.smooks.ui.propertySection.csvrecordTab">
- </propertySection>
- <propertySection
-
class="org.jboss.tools.smooks.editor.propertySections.JavaMappingPathSection"
-
filter="org.jboss.tools.smooks.editor.propertySections.JavaMappingPathSectionFilter"
- id="org.jboss.tools.smooks.ui.propertySection.mappingPath"
-
tab="org.jboss.tools.smooks.ui.propertySection.mappingPathTab">
- </propertySection>
- </propertySections>
- </extension>
- <extension
- point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
- <propertyTabs
-
contributorId="org.jboss.tools.smooks.configuration.editors.MultiPageEditor">
- <propertyTab
-
afterTab="org.jboss.tools.smooks.ui.propertySection.decodeParamTab"
- category="properties"
- id="org.jboss.tools.smooks.ui.propertySection.propertiesTab"
- label="Properties">
- </propertyTab>
- <propertyTab
-
afterTab="org.jboss.tools.smooks.ui.propertySection.ruleBasesTab"
- category="validation"
- id="org.jboss.tools.smooks.ui.propertySection.validationTab"
- label="Validation">
- </propertyTab>
- <propertyTab
- category="validation"
- id="org.jboss.tools.smooks.ui.propertySection.ruleBasesTab"
- label="Rule Bases">
- </propertyTab>
- <propertyTab
-
afterTab="org.jboss.tools.smooks.ui.propertySection.csvrecordTab"
- category="properties"
- id="org.jboss.tools.smooks.ui.propertySection.decodeParamTab"
- label="Decode">
- </propertyTab>
- <propertyTab
- category="properties"
- id="org.jboss.tools.smooks.ui.propertySection.csvrecordTab"
- label="CSV Record Properties">
- </propertyTab>
- <propertyTab
-
afterTab="org.jboss.tools.smooks.ui.propertySection.decodeParamTab"
- category="properties"
- id="org.jboss.tools.smooks.ui.propertySection.mappingPathTab"
- label="Mapping Path">
- </propertyTab>
- </propertyTabs>
- </extension>
- <extension
-
point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
- <propertyContributor
-
contributorId="org.jboss.tools.smooks.configuration.editors.MultiPageEditor">
- <propertyCategory
- category="properties"></propertyCategory>
- <propertyCategory
- category="validation">
- </propertyCategory>
- </propertyContributor>
- </extension>
- <extension
- point="org.eclipse.debug.core.launchConfigurationTypes">
- <launchConfigurationType
- name="Smooks Configuration"
-
delegate="org.jboss.tools.smooks.launch.SmooksLaunchConfigurationDelegate"
- modes="run"
- id="org.jboss.tools.smooks.ui.smooksLauncher">
- </launchConfigurationType>
- </extension>
- <extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
- <launchConfigurationTypeImage
- icon="icons/smooks-sm.gif"
- configTypeID="org.jboss.tools.smooks.ui.smooksLauncher"
-
id="org.jboss.tools.smooks.ui.launchConfigurationTypeImage.smooksLauncher">
- </launchConfigurationTypeImage>
- </extension>
- <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups">
- <launchConfigurationTabGroup
- type="org.jboss.tools.smooks.ui.smooksLauncher"
- class="org.jboss.tools.smooks.launch.SmooksLaunchTabGroup"
-
id="org.jboss.tools.smooks.ui.launchConfigurationTabGroup.smooksLauncher">
- </launchConfigurationTabGroup>
- </extension>
- <extension
- point="org.eclipse.debug.ui.launchShortcuts">
- <shortcut
- class="org.jboss.tools.smooks.launch.SmooksLaunchShortcut"
- icon="icons/smooks-sm.gif"
- id="org.jboss.tools.smooks.ui.launch.shortcut"
- label="%launch.shortcut.text"
- modes="run">
- <configurationType
- id="org.jboss.tools.smooks.ui.smooksLauncher">
- </configurationType>
- <contextualLaunch>
- <enablement>
- <with variable="selection">
- <count value="1"/>
- <iterate>
- <test property="org.eclipse.debug.ui.matchesPattern"
value="*.xml"/>
- </iterate>
- </with>
- </enablement>
- </contextualLaunch>
- </shortcut>
-
- </extension>
</plugin>
Show replies by date