Skip to content
Permalink
Browse files

SWITCHYARD-2993 - updating to 2.4.0 in master (#653)

  • Loading branch information
bfitzpat committed Feb 20, 2017
1 parent 72302de commit 518c7f4b715505dda8fa17e6d5bf4f0704544b51
Showing with 49 additions and 49 deletions.
  1. +1 −1 eclipse/features/org.switchyard.tools.bpel.feature/feature.xml
  2. +1 −1 eclipse/features/org.switchyard.tools.bpel.feature/pom.xml
  3. +1 −1 eclipse/features/org.switchyard.tools.bpmn2.feature/feature.xml
  4. +1 −1 eclipse/features/org.switchyard.tools.bpmn2.feature/pom.xml
  5. +1 −1 eclipse/features/org.switchyard.tools.feature/feature.xml
  6. +1 −1 eclipse/features/org.switchyard.tools.feature/pom.xml
  7. +1 −1 eclipse/features/pom.xml
  8. +1 −1 eclipse/plugins/org.switchyard.tools.core/META-INF/MANIFEST.MF
  9. +1 −1 eclipse/plugins/org.switchyard.tools.core/pom.xml
  10. +1 −1 eclipse/plugins/org.switchyard.tools.cxf/META-INF/MANIFEST.MF
  11. +1 −1 eclipse/plugins/org.switchyard.tools.cxf/pom.xml
  12. +1 −1 eclipse/plugins/org.switchyard.tools.m2e/META-INF/MANIFEST.MF
  13. +1 −1 eclipse/plugins/org.switchyard.tools.m2e/pom.xml
  14. +1 −1 eclipse/plugins/org.switchyard.tools.models.sca.core.edit/META-INF/MANIFEST.MF
  15. +1 −1 eclipse/plugins/org.switchyard.tools.models.sca.core.edit/pom.xml
  16. +1 −1 eclipse/plugins/org.switchyard.tools.models.sca.core/META-INF/MANIFEST.MF
  17. +1 −1 eclipse/plugins/org.switchyard.tools.models.sca.core/pom.xml
  18. +1 −1 eclipse/plugins/org.switchyard.tools.models.sca.sca1_1.edit/META-INF/MANIFEST.MF
  19. +1 −1 eclipse/plugins/org.switchyard.tools.models.sca.sca1_1.edit/pom.xml
  20. +1 −1 eclipse/plugins/org.switchyard.tools.models.sca.sca1_1/META-INF/MANIFEST.MF
  21. +1 −1 eclipse/plugins/org.switchyard.tools.models.sca.sca1_1/pom.xml
  22. +1 −1 eclipse/plugins/org.switchyard.tools.models.switchyard1_0/META-INF/MANIFEST.MF
  23. +1 −1 eclipse/plugins/org.switchyard.tools.models.switchyard1_0/pom.xml
  24. +1 −1 eclipse/plugins/org.switchyard.tools.ui.bpel/META-INF/MANIFEST.MF
  25. +1 −1 eclipse/plugins/org.switchyard.tools.ui.bpel/pom.xml
  26. +1 −1 eclipse/plugins/org.switchyard.tools.ui.bpmn2/META-INF/MANIFEST.MF
  27. +1 −1 eclipse/plugins/org.switchyard.tools.ui.bpmn2/pom.xml
  28. +1 −1 eclipse/plugins/org.switchyard.tools.ui.debug/META-INF/MANIFEST.MF
  29. +1 −1 eclipse/plugins/org.switchyard.tools.ui.debug/pom.xml
  30. +1 −1 eclipse/plugins/org.switchyard.tools.ui.editor/META-INF/MANIFEST.MF
  31. +1 −1 eclipse/plugins/org.switchyard.tools.ui.editor/pom.xml
  32. +1 −1 eclipse/plugins/org.switchyard.tools.ui/META-INF/MANIFEST.MF
  33. +1 −1 eclipse/plugins/org.switchyard.tools.ui/pom.xml
  34. +1 −1 eclipse/plugins/org.switchyard.tools.xsd/META-INF/MANIFEST.MF
  35. +1 −1 eclipse/plugins/org.switchyard.tools.xsd/pom.xml
  36. +1 −1 eclipse/plugins/org.switchyard.tools/META-INF/MANIFEST.MF
  37. +1 −1 eclipse/plugins/org.switchyard.tools/pom.xml
  38. +1 −1 eclipse/plugins/pom.xml
  39. +2 −2 eclipse/pom.xml
  40. +1 −1 eclipse/site/pom.xml
  41. +1 −1 eclipse/tests/org.switchyard.tools.m2e.tests/META-INF/MANIFEST.MF
  42. +1 −1 eclipse/tests/org.switchyard.tools.m2e.tests/pom.xml
  43. +1 −1 eclipse/tests/org.switchyard.tools.ui.tests/META-INF/MANIFEST.MF
  44. +1 −1 eclipse/tests/org.switchyard.tools.ui.tests/pom.xml
  45. +1 −1 eclipse/tests/pom.xml
  46. +2 −2 pom.xml
  47. +1 −1 targetplatform/pom.xml
@@ -2,7 +2,7 @@
<feature
id="org.switchyard.tools.bpel.feature"
label="%featureName"
version="2.3.0.qualifier"
version="2.4.0.qualifier"
provider-name="%featureProvider"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-features</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.bpel.feature</artifactId>
@@ -2,7 +2,7 @@
<feature
id="org.switchyard.tools.bpmn2.feature"
label="%featureName"
version="2.3.0.qualifier"
version="2.4.0.qualifier"
provider-name="%featureProvider"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-features</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.bpmn2.feature</artifactId>
@@ -2,7 +2,7 @@
<feature
id="org.switchyard.tools.feature"
label="%featureName"
version="2.3.0.qualifier"
version="2.4.0.qualifier"
provider-name="%featureProvider"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-features</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.feature</artifactId>
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-tools-eclipse-features</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools.core
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
@@ -4,7 +4,7 @@
<parent>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<groupId>org.switchyard.tools</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.core</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools.cxf;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Activator: org.switchyard.tools.cxf.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui,
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.cxf</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools.m2e;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
org.eclipse.core.resources;bundle-version="3.4.2",
@@ -4,7 +4,7 @@
<parent>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<groupId>org.switchyard.tools</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>org.switchyard.tools.m2e</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.switchyard.tools.models.sca.core.edit;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.soa.sca.core.model.CoreSCAEditPlugin$Implementation
Bundle-Vendor: %providerName
@@ -5,7 +5,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.switchyard.tools.models.sca.core;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -5,7 +5,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.switchyard.tools.models.sca.sca1_1.edit;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.soa.sca.sca1_1.model.sca.provider.ScaEditPlugin$Implementation
Bundle-Vendor: %providerName
@@ -7,7 +7,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.switchyard.tools.models.sca.sca1_1;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -5,7 +5,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.switchyard.tools.models.switchyard1_0;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.models.switchyard1_0</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools.ui.bpel;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
@@ -4,7 +4,7 @@
<parent>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<groupId>org.switchyard.tools</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.ui.bpel</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools.ui.bpmn2;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
@@ -4,7 +4,7 @@
<parent>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<groupId>org.switchyard.tools</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.ui.bpmn2</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools.ui.debug;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.switchyard.tools.ui.debug.Activator
Bundle-Vendor: %Bundle-Vendor
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.ui.debug</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools.ui.editor;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Activator: org.switchyard.tools.ui.editor.Activator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.graphiti;bundle-version="[0.10.0,0.14.0)",
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.ui.editor</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools.ui;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.switchyard.tools.ui.Activator
Bundle-Vendor: %Bundle-Vendor
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.ui</artifactId>
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.switchyard.tools.xsd;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Require-Bundle: org.eclipse.wst.xml.core;bundle-version="1.0.0";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.xsd</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.switchyard.tools
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools</artifactId>
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-tools-eclipse-plugins</artifactId>
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-tools-eclipse</artifactId>
@@ -14,7 +14,7 @@
parent project's version, not being Eclipse specific, should continue to
evolve along with the rest of the SwitchYard projects.
-->
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>SwitchYard: Eclipse Tools Parent</name>
<description>Parent project for Eclipse based SwitchYard tooling.</description>
@@ -4,7 +4,7 @@
<parent>
<groupId>org.switchyard.tools</groupId>
<artifactId>switchyard-tools-eclipse</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>switchyard-tools-eclipse-site</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for m2e Lifecycle Integration for SwitchYard
Bundle-SymbolicName: org.switchyard.tools.m2e.tests;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
org.eclipse.core.resources;bundle-version="3.4.2",
@@ -4,7 +4,7 @@
<parent>
<artifactId>switchyard-tools-eclipse-tests</artifactId>
<groupId>org.switchyard.tools</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.switchyard.tools.m2e.tests</artifactId>
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests SwitchYard Tools UI
Bundle-SymbolicName: org.switchyard.tools.ui.tests;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
org.eclipse.core.resources;bundle-version="3.4.2",

0 comments on commit 518c7f4

Please sign in to comment.
You can’t perform that action at this time.