From 65551d373257c08e2c9ab06fb80f51bfcafecb39 Mon Sep 17 00:00:00 2001 From: Benoit Maggi Date: Wed, 25 Feb 2015 15:27:28 +0100 Subject: Bug 460804 - [Releng] All plugins must be in the build process Add extras plugins in the build process : - adl4eclipse - alf - design - diagram-definition - domain-model - facade - layout - revision - spem2 - team-collaborative Change-Id: I440eb25d9ec96f43c2803a8d14d9940fad3bf6b8 Signed-off-by: Benoit Maggi --- .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 16 +++---- .../pom.xml | 12 ++++++ .../build.properties | 19 ++++---- .../org.eclipse.papyrus.adl4eclipsetool/pom.xml | 12 ++++++ .../org.eclipse.papyrus.osgi.profile/pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 6 +-- .../org.eclipse.papyrus.dd.edit/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 4 +- .../org.eclipse.papyrus.dd.editor/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 4 +- .../org.eclipse.papyrus.dd.qvt/pom.xml | 12 ++++++ .../org.eclipse.papyrus.dd/META-INF/MANIFEST.MF | 4 +- .../org.eclipse.papyrus.dd/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 8 ++-- .../org.eclipse.papyrus.notation.export/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 6 +-- .../org.eclipse.papyrus.notation.qvt/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 4 +- .../org.eclipse.papyrus.notation2umldi/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 8 ++-- .../org.eclipse.papyrus.umldi.edit/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 8 ++-- .../org.eclipse.papyrus.umldi.editor/pom.xml | 12 ++++++ .../org.eclipse.papyrus.umldi/META-INF/MANIFEST.MF | 4 +- .../org.eclipse.papyrus.umldi/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 2 +- .../org.eclipse.papyrus.umldi2dg/pom.xml | 12 ++++++ .../org.eclipse.papyrus.uml.diagram.domain/pom.xml | 12 ++++++ .../build.properties | 18 ++++---- .../org.eclipse.papyrus.facade.codegen/pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../facade/org.eclipse.papyrus.facade.edit/pom.xml | 12 ++++++ .../org.eclipse.papyrus.facade.editor/pom.xml | 12 ++++++ .../org.eclipse.papyrus.facade.utils/pom.xml | 12 ++++++ .../org.eclipse.papyrus.facade/build.properties | 31 +++++++------- .../facade/org.eclipse.papyrus.facade/pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../layout/org.eclipse.papyrus.layout/pom.xml | 12 ++++++ .../META-INF/MANIFEST.MF | 22 +++++----- .../org.eclipse.papyrus.revisiontool/pom.xml | 12 ++++++ .../org.eclipse.papyrus.spem2.profile/pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ .../pom.xml | 12 ++++++ releng/top-pom-extras.xml | 50 ++++++++++++++++++++++ 62 files changed, 671 insertions(+), 83 deletions(-) create mode 100644 extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile/pom.xml create mode 100644 extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/pom.xml create mode 100644 extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/pom.xml create mode 100644 extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/pom.xml create mode 100644 extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/pom.xml create mode 100644 extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext.ui/pom.xml create mode 100644 extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext/pom.xml create mode 100644 extraplugins/design/org.eclipse.papyrus.design.profile.architecture.edit/pom.xml create mode 100644 extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml create mode 100644 extraplugins/design/org.eclipse.papyrus.design.profile.architecture/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.dd/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.umldi/pom.xml create mode 100644 extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/pom.xml create mode 100644 extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/pom.xml create mode 100644 extraplugins/facade/org.eclipse.papyrus.facade.codegen/pom.xml create mode 100644 extraplugins/facade/org.eclipse.papyrus.facade.definition.editor/pom.xml create mode 100644 extraplugins/facade/org.eclipse.papyrus.facade.edit/pom.xml create mode 100644 extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml create mode 100644 extraplugins/facade/org.eclipse.papyrus.facade.utils/pom.xml create mode 100644 extraplugins/facade/org.eclipse.papyrus.facade/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml create mode 100644 extraplugins/layout/org.eclipse.papyrus.layout/pom.xml create mode 100644 extraplugins/revision/org.eclipse.papyrus.revisiontool/pom.xml create mode 100644 extraplugins/spem2/org.eclipse.papyrus.spem2.profile/pom.xml create mode 100644 extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.controlmode/pom.xml create mode 100644 extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.core/pom.xml create mode 100644 extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.strategy/pom.xml create mode 100644 extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.svn/pom.xml diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile/pom.xml new file mode 100644 index 00000000000..489cdfd9fea --- /dev/null +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.adl4eclipse.profile + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/pom.xml new file mode 100644 index 00000000000..601f44b12e8 --- /dev/null +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.adl4eclipsetool.assistant + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF index 8b90f78eb29..1e6c6ae7922 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/META-INF/MANIFEST.MF @@ -2,20 +2,20 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.papyrus.adl4eclipsetool.table;singleton:=true -Bundle-Version: 1.0.1.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-Activator: org.eclipse.papyrus.adl4eclipsetool.table.Activator Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, - org.eclipse.papyrus.infra.nattable;bundle-version="1.0.1", - org.eclipse.papyrus.osgi.profile;bundle-version="1.0.1", - org.eclipse.papyrus.adl4eclipse.profile;bundle-version="1.0.1", + org.eclipse.papyrus.infra.nattable;bundle-version="1.1.0", + org.eclipse.papyrus.osgi.profile;bundle-version="1.1.0", + org.eclipse.papyrus.adl4eclipse.profile;bundle-version="1.1.0", org.eclipse.uml2.uml;bundle-version="5.0.1", org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.7.0", - org.eclipse.papyrus.uml.nattable;bundle-version="1.0.1", - org.eclipse.papyrus.infra.emf.nattable;bundle-version="1.0.1", - org.eclipse.papyrus.infra.nattable.model;bundle-version="1.0.1", - org.eclipse.papyrus.infra.widgets;bundle-version="1.0.1", + org.eclipse.papyrus.uml.nattable;bundle-version="1.1.0", + org.eclipse.papyrus.infra.emf.nattable;bundle-version="1.1.0", + org.eclipse.papyrus.infra.nattable.model;bundle-version="1.1.0", + org.eclipse.papyrus.infra.widgets;bundle-version="1.1.0", org.eclipse.nebula.widgets.nattable.core;bundle-version="1.2.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/pom.xml new file mode 100644 index 00000000000..35801873e37 --- /dev/null +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.adl4eclipsetool.table + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/build.properties b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/build.properties index 1ba64380ba8..f869983a239 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/build.properties +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/build.properties @@ -1,10 +1,9 @@ -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - .,\ - plugin.properties,\ - about.html,\ - bin/,\ - img/ -src.includes = about.html,\ - docs/,\ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.properties,\ + about.html,\ + img/ +src.includes = about.html,\ + docs/,\ diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/pom.xml new file mode 100644 index 00000000000..37ea2e16a90 --- /dev/null +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.adl4eclipsetool + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/pom.xml b/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/pom.xml new file mode 100644 index 00000000000..7561a29e4bb --- /dev/null +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.osgi.profile + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext.ui/pom.xml b/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext.ui/pom.xml new file mode 100644 index 00000000000..0a4cf5bbf2b --- /dev/null +++ b/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext.ui/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.operation.editor.xtext.ui + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext/pom.xml b/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext/pom.xml new file mode 100644 index 00000000000..69781550c0a --- /dev/null +++ b/extraplugins/alf/org.eclipse.papyrus.operation.editor.xtext/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.operation.editor.xtext + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.edit/pom.xml b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.edit/pom.xml new file mode 100644 index 00000000000..ff390395feb --- /dev/null +++ b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.edit/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.design.profile.architecture.edit + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml new file mode 100644 index 00000000000..ad94b324935 --- /dev/null +++ b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture.editor/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.design.profile.architecture.editor + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/pom.xml b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/pom.xml new file mode 100644 index 00000000000..48f1d64d977 --- /dev/null +++ b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.design.profile.architecture + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/META-INF/MANIFEST.MF index 581c16a4730..f6f253d0861 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.dd.edit;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.papyrus.dd.provider.DDEditPlugin$Implementation Bundle-Vendor: %providerName @@ -13,9 +13,9 @@ Export-Package: org.eclipse.papyrus.dd.dc.provider, org.eclipse.papyrus.dd.provider, org.eclipse.papyrus.dd.di.provider Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100", - org.eclipse.papyrus.dd;bundle-version="1.0.0";visibility:=reexport, + org.eclipse.papyrus.dd;bundle-version="1.1.0";visibility:=reexport, org.eclipse.emf.edit;bundle-version="2.9.0";visibility:=reexport, - org.eclipse.papyrus.dd.edit;bundle-version="1.0.0";visibility:=reexport, + org.eclipse.papyrus.dd.edit;bundle-version="1.1.0";visibility:=reexport, org.eclipse.emf.ecore;bundle-version="2.9.2";visibility:=reexport, org.eclipse.emf.ecore.edit;bundle-version="2.8.0";visibility:=reexport, org.eclipse.uml2.common.edit;bundle-version="1.6.0";visibility:=reexport diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/pom.xml new file mode 100644 index 00000000000..52a2d3e3ac5 --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.dd.edit + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/META-INF/MANIFEST.MF index ef039281dd6..a56e76e00a0 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.dd.editor;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: ., batik-1.7/batik-rasterizer.jar, batik-1.7/batik-slideshow.jar, @@ -42,7 +42,7 @@ Export-Package: org.eclipse.papyrus.dd.dg.presentation, org.eclipse.papyrus.dd.presentation Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100";visibility:=reexport, org.eclipse.core.resources;bundle-version="3.8.101";visibility:=reexport, - org.eclipse.papyrus.dd.edit;bundle-version="1.0.0";visibility:=reexport, + org.eclipse.papyrus.dd.edit;bundle-version="1.1.0";visibility:=reexport, org.eclipse.emf.ecore.xmi;bundle-version="2.9.1";visibility:=reexport, org.eclipse.emf.edit.ui;bundle-version="2.9.0";visibility:=reexport, org.eclipse.ui.ide;bundle-version="3.9.2";visibility:=reexport, diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/pom.xml new file mode 100644 index 00000000000..13e854b407c --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.dd.editor + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF index e7196ee4630..978f19562a8 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/META-INF/MANIFEST.MF @@ -2,8 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.dd.qvt;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Require-Bundle: org.eclipse.m2m.qvt.oml;bundle-version="3.3.0", - org.eclipse.papyrus.dd;bundle-version="1.0.0" + org.eclipse.papyrus.dd;bundle-version="1.1.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Vendor: %providerName diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/pom.xml new file mode 100644 index 00000000000..8175064ac23 --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.dd.qvt + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/META-INF/MANIFEST.MF index d3fc149c55c..9ce49106ebb 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/META-INF/MANIFEST.MF @@ -2,14 +2,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.dd;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100", org.eclipse.emf.ecore;bundle-version="2.9.2";visibility:=reexport, org.eclipse.emf.ecore.xmi;bundle-version="2.9.1";visibility:=reexport, - org.eclipse.papyrus.dd;bundle-version="1.0.0";visibility:=reexport, + org.eclipse.papyrus.dd;bundle-version="1.1.0";visibility:=reexport, org.eclipse.uml2.common;bundle-version="1.8.2";visibility:=reexport, org.eclipse.ocl.ecore;bundle-version="3.3.0";visibility:=reexport Bundle-ActivationPolicy: lazy diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/pom.xml new file mode 100644 index 00000000000..268eea0b244 --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.dd + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/META-INF/MANIFEST.MF index f36980528fe..ff619c51a76 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/META-INF/MANIFEST.MF @@ -2,16 +2,16 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.notation.export;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-Activator: org.eclipse.papyrus.notation.export.Activator Require-Bundle: org.eclipse.ui.ide;bundle-version="3.9.2", org.eclipse.emf.common.ui;bundle-version="2.8.0", org.eclipse.gmf.runtime.diagram.ui.render;bundle-version="1.7.0", org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0", - org.eclipse.papyrus.infra.onefile;bundle-version="0.10.2", - org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="0.10.2", + org.eclipse.papyrus.infra.onefile;bundle-version="1.1.0", + org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0", org.eclipse.m2m.qvt.oml;bundle-version="3.3.0", - org.eclipse.papyrus.umldi;bundle-version="0.1.0" + org.eclipse.papyrus.umldi;bundle-version="1.1.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Bundle-Vendor: %providerName diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/pom.xml new file mode 100644 index 00000000000..6634ab73592 --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.export/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.notation.export + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/META-INF/MANIFEST.MF index 5aed80263f9..2dcdb7efe0f 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.notation.qvt;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Vendor: %providerName Require-Bundle: org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0", - org.eclipse.papyrus.uml.diagram.common;bundle-version="0.10.2", - org.eclipse.papyrus.uml.diagram.clazz;bundle-version="0.10.2" + org.eclipse.papyrus.uml.diagram.common;bundle-version="1.1.0", + org.eclipse.papyrus.uml.diagram.clazz;bundle-version="1.1.0" diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/pom.xml new file mode 100644 index 00000000000..2937e34032a --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation.qvt/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.notation.qvt + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/META-INF/MANIFEST.MF index aced4f8b732..882ebce0838 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.notation2umldi -Bundle-Version: 1.0.0 +Bundle-Version: 1.1.0.qualifier Bundle-Vendor: %providerName -Require-Bundle: org.eclipse.papyrus.umldi;bundle-version="0.1.0" +Require-Bundle: org.eclipse.papyrus.umldi;bundle-version="1.1.0" diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/pom.xml new file mode 100644 index 00000000000..72d1042d4fa --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.notation2umldi + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/META-INF/MANIFEST.MF index cf7d43e7ffc..30240e04881 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.umldi.edit;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.papyrus.umldi.provider.UMLDIEditPlugin$Implementation Bundle-Vendor: %providerName @@ -10,10 +10,10 @@ Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Export-Package: org.eclipse.papyrus.umldi.provider Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100", - org.eclipse.papyrus.umldi;bundle-version="0.1.0";visibility:=reexport, + org.eclipse.papyrus.umldi;bundle-version="1.1.0";visibility:=reexport, org.eclipse.emf.edit;bundle-version="2.9.0";visibility:=reexport, - org.eclipse.papyrus.dd;bundle-version="1.0.0";visibility:=reexport, - org.eclipse.papyrus.dd.edit;bundle-version="1.0.0";visibility:=reexport, + org.eclipse.papyrus.dd;bundle-version="1.1.0";visibility:=reexport, + org.eclipse.papyrus.dd.edit;bundle-version="1.1.0";visibility:=reexport, org.eclipse.emf.ecore;bundle-version="2.9.2";visibility:=reexport, org.eclipse.emf.ecore.edit;bundle-version="2.8.0";visibility:=reexport, org.eclipse.uml2.types;bundle-version="1.1.0";visibility:=reexport, diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/pom.xml new file mode 100644 index 00000000000..42c3f18dfd0 --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.umldi.edit + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/META-INF/MANIFEST.MF index 2f8bba01234..ee2a93470bd 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.umldi.editor;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.papyrus.umldi.presentation.UMLDIEditorPlugin$Implementation Bundle-Vendor: %providerName @@ -11,13 +11,13 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Export-Package: org.eclipse.papyrus.umldi.presentation Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100", org.eclipse.core.resources;bundle-version="3.8.101";visibility:=reexport, - org.eclipse.papyrus.umldi.edit;bundle-version="1.0.0";visibility:=reexport, + org.eclipse.papyrus.umldi.edit;bundle-version="1.1.0";visibility:=reexport, org.eclipse.emf.ecore.xmi;bundle-version="2.9.1";visibility:=reexport, org.eclipse.emf.edit.ui;bundle-version="2.9.0";visibility:=reexport, org.eclipse.ui.ide;bundle-version="3.9.2";visibility:=reexport, - org.eclipse.papyrus.dd.edit;bundle-version="1.0.0";visibility:=reexport, + org.eclipse.papyrus.dd.edit;bundle-version="1.1.0";visibility:=reexport, org.eclipse.emf.ecore.edit;bundle-version="2.8.0";visibility:=reexport, org.eclipse.uml2.uml.edit;bundle-version="4.1.2";visibility:=reexport, - org.eclipse.papyrus.dd.editor;bundle-version="1.0.0", + org.eclipse.papyrus.dd.editor;bundle-version="1.1.0", org.eclipse.m2m.qvt.oml;bundle-version="3.3.0" Bundle-ActivationPolicy: lazy diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/pom.xml new file mode 100644 index 00000000000..08620eafb18 --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.umldi.editor + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/META-INF/MANIFEST.MF index 667a045869f..e52c8e64a0a 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.umldi;singleton:=true -Bundle-Version: 0.1.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -13,7 +13,7 @@ Export-Package: org.eclipse.papyrus.umldi, Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100", org.eclipse.emf.ecore;bundle-version="2.9.2", org.eclipse.emf.ecore.xmi;bundle-version="2.9.1";visibility:=reexport, - org.eclipse.papyrus.dd;bundle-version="1.0.0";visibility:=reexport, + org.eclipse.papyrus.dd;bundle-version="1.1.0";visibility:=reexport, org.eclipse.uml2.types;bundle-version="1.1.0";visibility:=reexport, org.eclipse.uml2.uml;bundle-version="4.1.2";visibility:=reexport, org.eclipse.uml2.common;bundle-version="1.8.2";visibility:=reexport diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/pom.xml new file mode 100644 index 00000000000..3f8032df0fe --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.umldi + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/META-INF/MANIFEST.MF b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/META-INF/MANIFEST.MF index 2787598a015..5fcd8b88ca4 100644 --- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/META-INF/MANIFEST.MF +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/META-INF/MANIFEST.MF @@ -2,5 +2,5 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.umldi2dg -Bundle-Version: 1.0.0 +Bundle-Version: 1.1.0.qualifier Bundle-Vendor: %providerName diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/pom.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/pom.xml new file mode 100644 index 00000000000..483bdc42a88 --- /dev/null +++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.umldi2dg + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/pom.xml b/extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/pom.xml new file mode 100644 index 00000000000..6269d6b391f --- /dev/null +++ b/extraplugins/domainmodel/org.eclipse.papyrus.uml.diagram.domain/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.uml.diagram.domain + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.codegen/build.properties b/extraplugins/facade/org.eclipse.papyrus.facade.codegen/build.properties index 169b0697192..e300fed30f2 100644 --- a/extraplugins/facade/org.eclipse.papyrus.facade.codegen/build.properties +++ b/extraplugins/facade/org.eclipse.papyrus.facade.codegen/build.properties @@ -1,10 +1,10 @@ -source.. = src-templates/,\ - src/ -output.. = bin/ -bin.includes = META-INF/,\ - .,\ - plugin.xml,\ - bin/,\ - src/,\ - icons/ +source.. = src-templates/,\ + src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.xml,\ + src/,\ + icons/,\ + plugin.properties src.includes = about.html diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.codegen/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.codegen/pom.xml new file mode 100644 index 00000000000..18d5a274229 --- /dev/null +++ b/extraplugins/facade/org.eclipse.papyrus.facade.codegen/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.facade.codegen + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.definition.editor/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.definition.editor/pom.xml new file mode 100644 index 00000000000..83377ea01f2 --- /dev/null +++ b/extraplugins/facade/org.eclipse.papyrus.facade.definition.editor/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.facade.definition.editor + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.edit/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.edit/pom.xml new file mode 100644 index 00000000000..3f3d2645b37 --- /dev/null +++ b/extraplugins/facade/org.eclipse.papyrus.facade.edit/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.facade.edit + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml new file mode 100644 index 00000000000..3e9d2debb3a --- /dev/null +++ b/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.facade.editor + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.utils/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.utils/pom.xml new file mode 100644 index 00000000000..9b3dd665c25 --- /dev/null +++ b/extraplugins/facade/org.eclipse.papyrus.facade.utils/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.facade.utils + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/facade/org.eclipse.papyrus.facade/build.properties b/extraplugins/facade/org.eclipse.papyrus.facade/build.properties index 156b4c632e0..cb316fcdeae 100644 --- a/extraplugins/facade/org.eclipse.papyrus.facade/build.properties +++ b/extraplugins/facade/org.eclipse.papyrus.facade/build.properties @@ -1,17 +1,16 @@ - -# -# -# -# $Id$ - -bin.includes = .,\ - model/,\ - META-INF/,\ - plugin.xml,\ - plugin.properties,\ - bin/,\ - icons/ -jars.compile.order = . -source.. = src/ -output.. = bin/ + +# +# +# +# $Id$ + +bin.includes = .,\ + model/,\ + META-INF/,\ + plugin.xml,\ + plugin.properties,\ + icons/ +jars.compile.order = . +source.. = src/ +output.. = bin/ src.includes = about.html diff --git a/extraplugins/facade/org.eclipse.papyrus.facade/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade/pom.xml new file mode 100644 index 00000000000..4145a255a1a --- /dev/null +++ b/extraplugins/facade/org.eclipse.papyrus.facade/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.facade + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml new file mode 100644 index 00000000000..ccff8e1a8a2 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.gridAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml new file mode 100644 index 00000000000..38f697da920 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml new file mode 100644 index 00000000000..9817c7ca08c --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml new file mode 100644 index 00000000000..376b1e371c1 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml new file mode 100644 index 00000000000..805e289e723 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.radialAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml new file mode 100644 index 00000000000..89982d9f2f6 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.springAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml new file mode 100644 index 00000000000..72c49cf9da2 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.treeAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml new file mode 100644 index 00000000000..1c52f48a5de --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.verticalAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml new file mode 100644 index 00000000000..6fdc55e6d87 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml new file mode 100644 index 00000000000..ec600c58934 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout.subeditor.gmf + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml new file mode 100644 index 00000000000..d8c3e275ed1 --- /dev/null +++ b/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.layout + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/revision/org.eclipse.papyrus.revisiontool/META-INF/MANIFEST.MF b/extraplugins/revision/org.eclipse.papyrus.revisiontool/META-INF/MANIFEST.MF index c1872d66999..2a1dc9513f2 100644 --- a/extraplugins/revision/org.eclipse.papyrus.revisiontool/META-INF/MANIFEST.MF +++ b/extraplugins/revision/org.eclipse.papyrus.revisiontool/META-INF/MANIFEST.MF @@ -2,34 +2,34 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.papyrus.revisiontool;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.papyrus.revision.tool.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.emf.ecore;visibility:=reexport, org.eclipse.uml2.types;visibility:=reexport, - org.eclipse.papyrus.infra.core, - org.eclipse.papyrus.uml.tools, + org.eclipse.papyrus.infra.core;bundle-version="1.1.0", + org.eclipse.papyrus.uml.tools;bundle-version="1.1.0", org.eclipse.emf.transaction, - org.eclipse.papyrus.uml.extensionpoints, + org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.1.0", org.eclipse.ui.forms, org.eclipse.ui.views, org.eclipse.emf.edit.ui;bundle-version="2.10.1", org.eclipse.ui.views.properties.tabbed, org.eclipse.e4.ui.workbench.renderers.swt, - org.eclipse.papyrus.infra.widgets, - org.eclipse.papyrus.infra.services.labelprovider, + org.eclipse.papyrus.infra.widgets;bundle-version="1.1.0", + org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.1.0", org.eclipse.papyrus.infra.emf;bundle-version="1.1.0", org.eclipse.emf.compare, org.eclipse.emf.compare.rcp, org.eclipse.gmf.runtime.emf.type.core, - org.eclipse.papyrus.emf.facet.custom.metamodel, - org.eclipse.papyrus.emf.facet.custom.ui, - org.eclipse.papyrus.emf.facet.efacet.core, - org.eclipse.papyrus.emf.facet.query.java.core, + org.eclipse.papyrus.emf.facet.custom.metamodel;bundle-version="1.1.0", + org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.1.0", + org.eclipse.papyrus.emf.facet.efacet.core;bundle-version="1.1.0", + org.eclipse.papyrus.emf.facet.query.java.core;bundle-version="1.1.0", org.eclipse.gmf.runtime.diagram.ui, - org.eclipse.papyrus.uml.diagram.common, + org.eclipse.papyrus.uml.diagram.common;bundle-version="1.1.0", org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.1.0", org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0", org.eclipse.papyrus.infra.services.edit diff --git a/extraplugins/revision/org.eclipse.papyrus.revisiontool/pom.xml b/extraplugins/revision/org.eclipse.papyrus.revisiontool/pom.xml new file mode 100644 index 00000000000..3762200952d --- /dev/null +++ b/extraplugins/revision/org.eclipse.papyrus.revisiontool/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.revisiontool + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/spem2/org.eclipse.papyrus.spem2.profile/pom.xml b/extraplugins/spem2/org.eclipse.papyrus.spem2.profile/pom.xml new file mode 100644 index 00000000000..4512fa6cc23 --- /dev/null +++ b/extraplugins/spem2/org.eclipse.papyrus.spem2.profile/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.spem2.profile + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.controlmode/pom.xml b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.controlmode/pom.xml new file mode 100644 index 00000000000..db990e3d7a4 --- /dev/null +++ b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.controlmode/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.team.collaborative.controlmode + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.core/pom.xml b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.core/pom.xml new file mode 100644 index 00000000000..f2aa82430e4 --- /dev/null +++ b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.core/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.team.collaborative.core + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.strategy/pom.xml b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.strategy/pom.xml new file mode 100644 index 00000000000..fab3f6f0d17 --- /dev/null +++ b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.strategy/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.team.collaborative.strategy + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.svn/pom.xml b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.svn/pom.xml new file mode 100644 index 00000000000..1959774dda9 --- /dev/null +++ b/extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.svn/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.team.collaborative.svn + eclipse-plugin + \ No newline at end of file diff --git a/releng/top-pom-extras.xml b/releng/top-pom-extras.xml index 187a8d1418f..75caa645681 100644 --- a/releng/top-pom-extras.xml +++ b/releng/top-pom-extras.xml @@ -148,6 +148,56 @@ ../extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension ../features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature + + ../extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile + ../extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant + ../extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.table + ../extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool + ../extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile + + + ../extraplugins/diagram-definition/org.eclipse.papyrus.dd.edit + ../extraplugins/diagram-definition/org.eclipse.papyrus.dd.editor + ../extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt + ../extraplugins/diagram-definition/org.eclipse.papyrus.dd + ../extraplugins/diagram-definition/org.eclipse.papyrus.notation.export + + ../extraplugins/diagram-definition/org.eclipse.papyrus.notation2umldi + ../extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit + ../extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor + ../extraplugins/diagram-definition/org.eclipse.papyrus.umldi + ../extraplugins/diagram-definition/org.eclipse.papyrus.umldi2dg + + + ../extraplugins/facade/org.eclipse.papyrus.facade.definition.editor + ../extraplugins/facade/org.eclipse.papyrus.facade.edit + ../extraplugins/facade/org.eclipse.papyrus.facade.editor + ../extraplugins/facade/org.eclipse.papyrus.facade.utils + ../extraplugins/facade/org.eclipse.papyrus.facade + + + ../extraplugins/revision/org.eclipse.papyrus.revisiontool + ../extraplugins/spem2/org.eclipse.papyrus.spem2.profile + + ../extraplugins/team.collaborative/org.eclipse.papyrus.team.collaborative.core + + + extras -- cgit v1.2.3