Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-10-27 08:47:38 +0000
committercletavernie2011-10-27 08:47:38 +0000
commitb35022b68384d4398086646ef815e75c88c18c9e (patch)
treee0716c9d7d00b4ccddc6f0e88fdc7a3d23ba64a7 /plugins/customization
parentd9c8fe1e4611c2ca845f74820a92ccdaf5126d9e (diff)
downloadorg.eclipse.papyrus-b35022b68384d4398086646ef815e75c88c18c9e.tar.gz
org.eclipse.papyrus-b35022b68384d4398086646ef815e75c88c18c9e.tar.xz
org.eclipse.papyrus-b35022b68384d4398086646ef815e75c88c18c9e.zip
359057: [Architecture - SVN - Build] The Papyrus architecture should be refactored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359057 Update the plug-in versions and dependencies over Papyrus plug-ins to 0.9.0
Diffstat (limited to 'plugins/customization')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.paletteconfiguration/META-INF/MANIFEST.MF19
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF63
-rw-r--r--plugins/customization/org.eclipse.papyrus.diagram.common.palette.customization/META-INF/MANIFEST.MF51
-rw-r--r--plugins/customization/org.eclipse.papyrus.properties.customization/META-INF/MANIFEST.MF68
-rw-r--r--plugins/customization/org.eclipse.papyrus.properties.generation/META-INF/MANIFEST.MF39
-rw-r--r--plugins/customization/org.eclipse.papyrus.properties.model.xwt/META-INF/MANIFEST.MF42
6 files changed, 148 insertions, 134 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.paletteconfiguration/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization.paletteconfiguration/META-INF/MANIFEST.MF
index 5b84b8eac74..63402da8a50 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.paletteconfiguration/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.customization.paletteconfiguration/META-INF/MANIFEST.MF
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",org.eclipse.core
- .runtime;bundle-version="3.7.0",org.eclipse.papyrus.paletteconfigurat
- ion;bundle-version="0.8.0",org.eclipse.uml2.uml;bundle-version="3.2.0
- ",org.eclipse.emf.facet.infra.query.core;bundle-version="0.1.0",org.e
- clipse.gmf.runtime.emf.type.core;bundle-version="1.4.0",org.eclipse.p
- apyrus.extendedtypes;bundle-version="0.8.0",org.eclipse.papyrus.palet
- teconfiguration.edit;bundle-version="0.8.0"
-Export-Package: org.eclipse.papyrus.paletteconfiguration.customization
- ,org.eclipse.papyrus.paletteconfiguration.customization.queries
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.papyrus.paletteconfiguration;bundle-version="0.9.0",
+ org.eclipse.uml2.uml;bundle-version="3.2.0",
+ org.eclipse.emf.facet.infra.query.core;bundle-version="0.1.0",
+ org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.4.0",
+ org.eclipse.papyrus.extendedtypes;bundle-version="0.9.0",
+ org.eclipse.papyrus.paletteconfiguration.edit;bundle-version="0.9.0"
+Export-Package: org.eclipse.papyrus.paletteconfiguration.customization,
+ org.eclipse.papyrus.paletteconfiguration.customization.queries
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.9.0.qualifier
diff --git a/plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF
index 260c930fa1e..750a15a1f2e 100644
--- a/plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.customization/META-INF/MANIFEST.MF
@@ -1,31 +1,32 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.papyrus.customization;singleton:=true
-Bundle-Version: 0.8.0.qualifier
-Bundle-ClassPath: .
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.papyrus.customization.model.customization,
- org.eclipse.papyrus.customization.model.customization.impl,
- org.eclipse.papyrus.customization.model.customization.util
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.emf.ecore,
- org.eclipse.pde;bundle-version="3.6.100",
- org.eclipse.core.resources;bundle-version="3.7.100",
- org.eclipse.pde.core;bundle-version="3.7.0",
- org.eclipse.papyrus.log;bundle-version="0.8.0",
- org.eclipse.papyrus.properties;bundle-version="0.8.0",
- org.eclipse.pde.ui;bundle-version="3.6.100",
- org.eclipse.ui.ide;bundle-version="3.7.0",
- org.eclipse.papyrus.properties.model;bundle-version="0.8.0",
- org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200",
- org.eclipse.papyrus.widgets;bundle-version="0.8.0",
- org.eclipse.papyrus.eclipse.project.editors;bundle-version="0.8.0",
- org.eclipse.core.databinding;bundle-version="1.4.0",
- org.eclipse.emf.edit;bundle-version="2.7.0",
- org.eclipse.emf.databinding;bundle-version="1.2.0"
-Bundle-ActivationPolicy: lazy
-Bundle-Activator: org.eclipse.papyrus.customization.Activator
+Manifest-Version: 1.0
+Export-Package: org.eclipse.papyrus.customization.model.customization,
+ org.eclipse.papyrus.customization.model.customization.impl,
+ org.eclipse.papyrus.customization.model.customization.util
+Bundle-ActivationPolicy: lazy
+Bundle-ClassPath: .
+Bundle-Name: %pluginName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.ui;bundle-version:="3.7.0",
+ org.eclipse.emf.ecore,
+ org.eclipse.pde;bundle-version="3.6.100",
+ org.eclipse.core.resources;bundle-version="3.7.100",
+ org.eclipse.pde.core;bundle-version="3.7.0",
+ org.eclipse.papyrus.log;bundle-version:="0.9.0",
+ org.eclipse.papyrus.properties;bundle-version="0.9.0",
+ org.eclipse.pde.ui;bundle-version="3.6.100",
+ org.eclipse.ui.ide;bundle-version:="3.7.0",
+ org.eclipse.papyrus.properties.model;bundle-version:="0.9.0",
+ org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200",
+ org.eclipse.papyrus.widgets;bundle-version="0.9.0",
+ org.eclipse.papyrus.eclipse.project.editors;bundle-version="0.9.0",
+ org.eclipse.core.databinding;bundle-version="1.4.0",
+ org.eclipse.emf.edit;bundle-version:="2.7.0",
+ org.eclipse.emf.databinding;bundle-version="1.2.0"
+Bundle-Vendor: %providerName
+Bundle-Version: 0.9.0.qualifier
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.customization.Activator
+Bundle-SymbolicName: org.eclipse.papyrus.customization;singleton:=true
+
diff --git a/plugins/customization/org.eclipse.papyrus.diagram.common.palette.customization/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.diagram.common.palette.customization/META-INF/MANIFEST.MF
index fadfee8268e..0a2f1fa900d 100644
--- a/plugins/customization/org.eclipse.papyrus.diagram.common.palette.customization/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.diagram.common.palette.customization/META-INF/MANIFEST.MF
@@ -1,24 +1,27 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %fragmentName
-Bundle-SymbolicName: org.eclipse.papyrus.diagram.common.palette.customization;singleton:=true
-Bundle-Version: 0.9.0.qualifier
-Bundle-Vendor: %providerName
-Fragment-Host: org.eclipse.papyrus.diagram.common;bundle-version="0.8.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.pde;bundle-version="3.6.0",
- org.eclipse.pde.ui;bundle-version="3.6.0",
- org.eclipse.papyrus.paletteconfiguration;bundle-version="0.8.0",
- org.eclipse.emf.facet.infra.browser;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.browser.custom;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.facet.core;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.browser.custom.core;bundle-version="0.1.0",
- org.eclipse.papyrus.paletteconfiguration.customization;bundle-version="0.8.0",
- org.eclipse.emf.facet.infra.common.core;bundle-version="0.1.0"
-Export-Package: org.eclipse.papyrus.diagram.common.palette.customization,
- org.eclipse.papyrus.diagram.common.palette.customization.dialog,
- org.eclipse.papyrus.diagram.common.palette.customization.proxies,
- org.eclipse.papyrus.diagram.common.part
-Eclipse-PatchFragment: true
-Bundle-ClassPath: .
+Manifest-Version: 1.0
+Require-Bundle: org.eclipse.pde;bundle-version="3.6.0",
+ org.eclipse.pde.ui;bundle-version="3.6.0",
+ org.eclipse.papyrus.paletteconfiguration;bundle-version="0.9.0",
+ org.eclipse.emf.facet.infra.browser;bundle-version:="0.1.0",
+ org.eclipse.emf.facet.infra.browser.custom;bundle-version:="0.1.0",
+ org.eclipse.emf.facet.infra.browser.uicore;bundle-version:="0.1.0",
+ org.eclipse.emf.facet.infra.facet.core;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.browser.custom.core;bundle-version:="0.1.0",
+ org.eclipse.papyrus.paletteconfiguration.customization;bundle-version:="0.9.0",
+ org.eclipse.emf.facet.infra.common.core;bundle-version:="0.1.0"
+Export-Package: org.eclipse.papyrus.diagram.common.palette.customization,
+ org.eclipse.papyrus.diagram.common.palette.customization.dialog,
+ org.eclipse.papyrus.diagram.common.palette.customization.proxies,
+ org.eclipse.papyrus.diagram.common.part
+Bundle-Vendor: %providerName
+Fragment-Host: org.eclipse.papyrus.diagram.common;bundle-version="0.8.
+ 0"
+Eclipse-PatchFragment: true
+Bundle-ClassPath: .
+Bundle-Version: 0.9.0.qualifier
+Bundle-Name: %fragmentName
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: org.eclipse.papyrus.diagram.common.palette.custom
+ ization;singleton:=true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+
diff --git a/plugins/customization/org.eclipse.papyrus.properties.customization/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.properties.customization/META-INF/MANIFEST.MF
index dc07e5ab9cf..cf8fe8147d5 100644
--- a/plugins/customization/org.eclipse.papyrus.properties.customization/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.properties.customization/META-INF/MANIFEST.MF
@@ -1,32 +1,36 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: org.eclipse.papyrus.properties.customization;singleton:=true
-Bundle-Version: 0.9.0.qualifier
-Bundle-Activator: org.eclipse.papyrus.properties.customization.Activator
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.core.resources;bundle-version="3.6.0",
- org.eclipse.core.databinding.observable;bundle-version="1.3.0",
- org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.100",
- org.eclipse.papyrus.log;bundle-version="0.8.0",
- org.eclipse.papyrus.widgets;bundle-version="0.8.0",
- org.eclipse.papyrus.diagram.common;bundle-version="0.8.0",
- org.eclipse.papyrus.properties;bundle-version="0.8.0",
- org.eclipse.papyrus.properties.model;bundle-version="0.8.0",
- org.eclipse.papyrus.properties.model.xwt;bundle-version="0.8.0",
- org.eclipse.emf.ecore.editor;bundle-version="2.6.0",
- org.eclipse.emf.facet.infra.facet.core;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.browser.custom;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.browser.custom.core;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.query.core;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.facet;bundle-version="0.1.0",
- org.eclipse.emf.facet.infra.common.core;bundle-version="0.1.0",
- org.eclipse.emf.databinding;bundle-version="1.2.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: .,bin
-Export-Package: org.eclipse.papyrus.properties.customization.editor,
- org.eclipse.papyrus.properties.customization.modelelement,
- org.eclipse.papyrus.properties.customization.providers
-Bundle-Vendor: %Bundle-Vendor
+Manifest-Version: 1.0
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.core.resources;bundle-version:="3.6.0",
+ org.eclipse.core.databinding.observable;bundle-version:="1.3.0",
+ org.eclipse.ui.views.properties.tabbed;bundle-version:="3.5.100",
+ org.eclipse.papyrus.log;bundle-version="0.9.0",
+ org.eclipse.papyrus.widgets;bundle-version="0.9.0",
+ org.eclipse.papyrus.diagram.common;bundle-version="0.9.0",
+ org.eclipse.papyrus.properties;bundle-version:="0.9.0",
+ org.eclipse.papyrus.properties.model;bundle-version:="0.9.0",
+ org.eclipse.papyrus.properties.model.xwt;bundle-version:="0.9.0",
+ org.eclipse.emf.ecore.editor;bundle-version="2.6.0",
+ org.eclipse.emf.facet.infra.facet.core;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.browser.custom;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.browser.custom.core;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.query.core;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.facet;bundle-version="0.1.0",
+ org.eclipse.emf.facet.infra.common.core;bundle-version="0.1.0",
+ org.eclipse.emf.databinding;bundle-version:="1.2.0"
+Export-Package: org.eclipse.papyrus.properties.customization.editor,
+ org.eclipse.papyrus.properties.customization.modelelement,
+ org.eclipse.papyrus.properties.customization.providers
+Bundle-Vendor: %Bundle-Vendor
+Bundle-ActivationPolicy: lazy
+Bundle-ClassPath: .,
+ bin
+Bundle-Version: 0.9.0.qualifier
+Bundle-Name: %Bundle-Name
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.properties.customization.Activat
+ or
+Bundle-SymbolicName: org.eclipse.papyrus.properties.customization;sing
+ leton:=true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+
diff --git a/plugins/customization/org.eclipse.papyrus.properties.generation/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.properties.generation/META-INF/MANIFEST.MF
index 22bdcd2a99f..2ecb19ea350 100644
--- a/plugins/customization/org.eclipse.papyrus.properties.generation/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.properties.generation/META-INF/MANIFEST.MF
@@ -1,32 +1,35 @@
Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: org.eclipse.papyrus.properties.generation;singleton:=true
-Bundle-Version: 0.9.0.qualifier
-Bundle-Activator: org.eclipse.papyrus.properties.generation.Activator
+Export-Package: org.eclipse.papyrus.properties.generation,
+ org.eclipse.papyrus.properties.generation.generators,
+ org.eclipse.papyrus.properties.generation.layout,
+ org.eclipse.papyrus.properties.generation.wizard,
+ org.eclipse.papyrus.properties.generation.wizard.widget
Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: .,bin
-Bundle-Vendor: %Bundle-Vendor
+Bundle-ClassPath: .,
+ bin
+Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui;bundle-version="3.6.1",
org.eclipse.osgi;bundle-version="3.6.1",
org.eclipse.core.runtime;bundle-version="3.6.0",
- org.eclipse.papyrus.properties.model;bundle-version="0.8.0",
+ org.eclipse.papyrus.properties.model;bundle-version="0.9.0",
org.eclipse.m2m.qvt.oml;bundle-version="3.0.1",
org.eclipse.m2m.qvt.oml.common;bundle-version="2.1.0",
- org.eclipse.papyrus.log;bundle-version="0.8.0",
- org.eclipse.papyrus.properties.model.edit;bundle-version="0.8.0",
+ org.eclipse.papyrus.log;bundle-version:="0.9.0",
+ org.eclipse.papyrus.properties.model.edit;bundle-version:="0.9.0",
org.eclipse.emf.common.ui;bundle-version="2.6.0",
org.eclipse.core.resources;bundle-version="3.6.0",
- org.eclipse.uml2.uml;bundle-version="3.1.1",
- org.eclipse.papyrus.properties;bundle-version="0.8.0",
+ org.eclipse.uml2.uml;bundle-version:="3.1.1",
+ org.eclipse.papyrus.properties;bundle-version="0.9.0",
org.eclipse.core.databinding;bundle-version="1.3.100",
org.eclipse.emf.databinding;bundle-version="1.2.0",
org.eclipse.core.databinding.property;bundle-version="1.3.0",
- org.eclipse.papyrus.properties.model.xwt;bundle-version="0.8.0"
-Export-Package: org.eclipse.papyrus.properties.generation,
- org.eclipse.papyrus.properties.generation.generators,
- org.eclipse.papyrus.properties.generation.layout,
- org.eclipse.papyrus.properties.generation.wizard,
- org.eclipse.papyrus.properties.generation.wizard.widget
+ org.eclipse.papyrus.properties.model.xwt;bundle-version="0.9.0"
+Bundle-Vendor: %Bundle-Vendor
+Bundle-Version: 0.9.0.qualifier
Eclipse-BuddyPolicy: dependent
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.properties.generation.Activator
+Bundle-SymbolicName: org.eclipse.papyrus.properties.generation;singlet
+ on:=true
+
diff --git a/plugins/customization/org.eclipse.papyrus.properties.model.xwt/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.properties.model.xwt/META-INF/MANIFEST.MF
index 8ee91513777..b3d9d4bc935 100644
--- a/plugins/customization/org.eclipse.papyrus.properties.model.xwt/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.properties.model.xwt/META-INF/MANIFEST.MF
@@ -1,20 +1,22 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: org.eclipse.papyrus.properties.model.xwt;singleton:=true
-Bundle-Version: 0.9.0.qualifier
-Bundle-Activator: org.eclipse.papyrus.properties.model.xwt.Activator
-Bundle-Vendor: %Bundle-Vendor
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.m2m.qvt.oml;bundle-version="3.1.0",
- org.eclipse.gmt.modisco.xml;bundle-version="0.9.0",
- org.eclipse.gmt.modisco.xml.discoverer;bundle-version="0.9.0",
- org.eclipse.papyrus.properties;bundle-version="0.8.0",
- org.eclipse.papyrus.properties.model;bundle-version="0.8.0",
- org.eclipse.papyrus.log;bundle-version="0.8.0",
- org.eclipse.wst.xml.core;bundle-version="1.1.600",
- org.eclipse.core.resources;bundle-version="3.7.100"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.papyrus.properties.model.xwt.resource
+Manifest-Version: 1.0
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.m2m.qvt.oml;bundle-version="3.1.0",
+ org.eclipse.gmt.modisco.xml;bundle-version:="0.9.0",
+ org.eclipse.gmt.modisco.xml.discoverer;bundle-version:="0.9.0",
+ org.eclipse.papyrus.properties;bundle-version="0.9.0",
+ org.eclipse.papyrus.properties.model;bundle-version="0.9.0",
+ org.eclipse.papyrus.log;bundle-version="0.9.0",
+ org.eclipse.wst.xml.core;bundle-version:="1.1.600",
+ org.eclipse.core.resources;bundle-version="3.7.100"
+Export-Package: org.eclipse.papyrus.properties.model.xwt.resource
+Bundle-Vendor: %Bundle-Vendor
+Bundle-ActivationPolicy: lazy
+Bundle-Version: 0.9.0.qualifier
+Bundle-Name: %Bundle-Name
+Bundle-ManifestVersion: 2
+Bundle-Activator: org.eclipse.papyrus.properties.model.xwt.Activator
+Bundle-SymbolicName: org.eclipse.papyrus.properties.model.xwt;singleto
+ n:=true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+

Back to the top