Author: bbrodt
Date: 2012-06-26 10:34:37 -0400 (Tue, 26 Jun 2012)
New Revision: 42223
Modified:
branches/jbosstools-3.3.x/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.xml
Log:
https://issues.jboss.org/browse/JBDS-2209 - remove duplicate bpel.facet.core definition
Modified: branches/jbosstools-3.3.x/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.xml
===================================================================
---
branches/jbosstools-3.3.x/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.xml 2012-06-26
14:22:44 UTC (rev 42222)
+++
branches/jbosstools-3.3.x/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.xml 2012-06-26
14:34:37 UTC (rev 42223)
@@ -93,35 +93,9 @@
An uninstall action was added to allow the facet to be swapped out with the
deprecated jbt.bpel.facet.core facet, or to be removed altogether
-->
+
<extension point="org.eclipse.wst.common.project.facet.core.facets">
- <project-facet id="bpel.facet.core">
- <label>%BPEL_CORE_FACET_LABEL</label>
- <description>%BPEL_CORE_FACET_DESCRIPTION</description>
- </project-facet>
-
- <project-facet-version facet="bpel.facet.core"
version="2.0">
- <group-member
- id="modules">
- </group-member>
- <constraint>
- <and>
- <conflicts group="modules"/>
- </and>
- </constraint>
- </project-facet-version>
-
-<!--
- <action facet="bpel.facet.core" version="2.0"
type="INSTALL" id="bpel.facet.core.install">
- <delegate
class="org.jboss.tools.bpel.runtimes.facets.BPELCoreFacetInstallDelegate"/>
- <config-factory
class="org.jboss.tools.bpel.runtimes.facets.BPELFacetInstallDataModelProvider"/>
- </action>
-
- <action facet="bpel.facet.core" version="2.0"
type="UNINSTALL" id="bpel.facet.core.uninstall">
- <delegate
class="org.jboss.tools.bpel.runtimes.facets.BPELCoreFacetUninstallDelegate"/>
- </action>
--->
-
<category id="bpel.category">
<label>%BPEL_FACET_CATEGORY_LABEL</label>
<description>%BPEL_CORE_FACET_DESCRIPTION</description>