Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/META-INF/MANIFEST.MF4
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/plugin.properties4
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties1
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF4
12 files changed, 16 insertions, 5 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/META-INF/MANIFEST.MF
index a12eca38d52..93f4c267a5e 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/META-INF/MANIFEST.MF
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Config
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.eastadl.nattable.allocation.config;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.papyrus.eastadl.nattable.allocation.config.Activator
@@ -21,3 +21,5 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.eastadl.nattable.menu;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Bundle-Vendor: %providerName
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties
index 88e0f74ea30..f75ce743b55 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/build.properties
@@ -7,3 +7,4 @@ bin.includes = META-INF/,\
icons/,\
about.html,\
plugin.properties
+src.includes = about.html
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/META-INF/MANIFEST.MF
index d77492e53fe..315352d702b 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/META-INF/MANIFEST.MF
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/META-INF/MANIFEST.MF
@@ -12,3 +12,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
+Bundle-Localization: plugin
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties
index 10b116bc17c..1bd49713712 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/build.properties
@@ -7,3 +7,4 @@ bin.includes = META-INF/,\
icons/,\
about.html,\
plugin.properties
+src.includes = about.html
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF
index b6190322025..8093efcbd6d 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/META-INF/MANIFEST.MF
@@ -28,3 +28,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.eastadl.nattable.menu.handlers
Bundle-Vendor: %providerName
+Bundle-Localization: plugin
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties
index dc3c90055ca..3873e85d5ae 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/build.properties
@@ -6,3 +6,4 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
plugin.properties
+src.includes = about.html
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/META-INF/MANIFEST.MF
index e3ad50402db..fedb04242a0 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/META-INF/MANIFEST.MF
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/META-INF/MANIFEST.MF
@@ -25,6 +25,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.uml.nattable;bundle-version="1.0.0",
org.eclipse.papyrus.infra.nattable.common;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.eastadl.nattable.manager.axis
Bundle-Vendor: %providerName
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties
index dc3c90055ca..3873e85d5ae 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/build.properties
@@ -6,3 +6,4 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
plugin.properties
+src.includes = about.html
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/plugin.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/plugin.properties
index 63f04f45fd3..d8c29a4a254 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/plugin.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/plugin.properties
@@ -9,5 +9,5 @@
# Vincent LORENZO vincent.lorenzo@cea.fr - Initial API and implementation
##################################################################################
-pluginName = Table support East-ADL (Incubation)
-providerName = Eclipse Modeling Project
+pluginName=Table support East-ADL (Incubation)
+providerName=Eclipse Modeling Project
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/META-INF/MANIFEST.MF
index 6452ad742c9..b4c0e0bdb81 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/META-INF/MANIFEST.MF
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/META-INF/MANIFEST.MF
@@ -25,3 +25,4 @@ Export-Package: org.eclipse.papyrus.eastadl.service.types,
org.eclipse.papyrus.eastadl.service.types.handlers,
org.eclipse.papyrus.eastadl.service.types.menu
Bundle-Vendor: %providerName
+Bundle-Localization: plugin
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties
index bfa98369607..653ec3c3daf 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/build.properties
@@ -5,3 +5,4 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
plugin.properties
+src.includes = about.html
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF
index 3729becfb81..e14ef3dcfe1 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/META-INF/MANIFEST.MF
@@ -111,8 +111,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore.xmi;visibility:=reexport,
org.eclipse.uml2.types;visibility:=reexport,
- org.eclipse.papyrus.uml.diagram.common,
- org.eclipse.papyrus.uml.diagram.wizards,
+ org.eclipse.papyrus.uml.diagram.common;bundle-version="1.0.0",
+ org.eclipse.papyrus.uml.diagram.wizards;bundle-version="1.0.0",
org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.0",
org.eclipse.uml2.uml;bundle-version="4.1.0",
org.eclipse.papyrus.sysml;bundle-version="1.0.0",

Back to the top