Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/META-INF/MANIFEST.MF2
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/bundle.properties3
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/build.properties3
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/build.properties3
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.interfacedef/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.doc/META-INF/MANIFEST.MF2
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.doc/src/org/eclipse/papyrus/robotml/doc/Activator.java (renamed from extraplugins/robotml/org.eclipse.papyrus.robotml.doc/src/org/eclipse/papyrus/robotml/cheatsheets/Activator.java)4
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/build.properties2
10 files changed, 13 insertions, 9 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/META-INF/MANIFEST.MF b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/META-INF/MANIFEST.MF
index 1048e06d706..e399ebfd7bd 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/META-INF/MANIFEST.MF
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/META-INF/MANIFEST.MF
@@ -38,4 +38,4 @@ Require-Bundle: org.eclipse.gmf.runtime.diagram.ui.resources.editor;bundle-versi
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Bundle-Vendor
-Bundle-Localization: bundle
+Bundle-Localization: plugin
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/bundle.properties b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/bundle.properties
deleted file mode 100644
index 5784971ca42..00000000000
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.architecture/bundle.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-#Properties file for org.eclipse.papyrus.robotml.diagram.architecture
-Bundle-Vendor = CEA List
-Bundle-Name = RobotML Architecture Diagram \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/META-INF/MANIFEST.MF b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/META-INF/MANIFEST.MF
index 385fec9a4af..3ddd3e89439 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/META-INF/MANIFEST.MF
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/META-INF/MANIFEST.MF
@@ -33,3 +33,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.gmf.tooling.runtime;bundle-version="3.1.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/build.properties b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/build.properties
index 5de73c121fa..71bd08b3798 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/build.properties
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.componentdef/build.properties
@@ -6,5 +6,6 @@ bin.includes = META-INF/,\
icons/,\
palettes/,\
model/,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/META-INF/MANIFEST.MF b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/META-INF/MANIFEST.MF
index f163e1770b1..6a91dc35073 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/META-INF/MANIFEST.MF
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/META-INF/MANIFEST.MF
@@ -31,3 +31,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.eclipse.papyrus.robotml.diagram.datatypedef.provider
+Bundle-Localization: plugin
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/build.properties b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/build.properties
index e2f7028bf1c..9fe825bebfb 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/build.properties
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.datatypedef/build.properties
@@ -5,5 +5,6 @@ bin.includes = META-INF/,\
icons/,\
palettes/,\
model/,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.interfacedef/META-INF/MANIFEST.MF b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.interfacedef/META-INF/MANIFEST.MF
index 8878790f1e8..a7d9118d6b4 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.interfacedef/META-INF/MANIFEST.MF
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.interfacedef/META-INF/MANIFEST.MF
@@ -30,3 +30,4 @@ Require-Bundle: org.eclipse.gmf.runtime.diagram.ui.resources.editor;bundle-versi
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Bundle-Vendor
+Bundle-Localization: plugin
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/META-INF/MANIFEST.MF b/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/META-INF/MANIFEST.MF
index 2dabb4ff02c..dc3dc94c4a3 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/META-INF/MANIFEST.MF
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.papyrus.robotml.doc;singleton:=true
Bundle-Version: 0.10.0.qualifier
-Bundle-Activator: org.eclipse.papyrus.robotml.cheatsheets.Activator
+Bundle-Activator: org.eclipse.papyrus.robotml.doc.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/src/org/eclipse/papyrus/robotml/cheatsheets/Activator.java b/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/src/org/eclipse/papyrus/robotml/doc/Activator.java
index 386356766f7..95959b58923 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/src/org/eclipse/papyrus/robotml/cheatsheets/Activator.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/src/org/eclipse/papyrus/robotml/doc/Activator.java
@@ -9,7 +9,7 @@
* Contributors:
* Saadia Dhouib (CEA LIST) saadia.dhouib@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.robotml.cheatsheets;
+package org.eclipse.papyrus.robotml.doc;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
@@ -20,7 +20,7 @@ import org.osgi.framework.BundleContext;
public class Activator extends AbstractUIPlugin {
// The plug-in ID
- public static final String PLUGIN_ID = "org.eclipse.papyrus.robotml.cheatsheets"; //$NON-NLS-1$
+ public static final String PLUGIN_ID = "org.eclipse.papyrus.robotml.doc"; //$NON-NLS-1$
// The shared instance
private static Activator plugin;
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/build.properties b/extraplugins/robotml/org.eclipse.papyrus.robotml/build.properties
index c8b5b97ce80..db343c28cfc 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/build.properties
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/build.properties
@@ -8,4 +8,6 @@ bin.includes = META-INF/,\
plugin.properties,\
palettes/,\
build.properties,\
+ about.html
+src.includes = about.html

Back to the top