Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-06-21 11:01:31 +0000
committercletavernie2013-06-21 11:01:31 +0000
commitac88efee4b9cb85cceabb50c65e80e23b5a5d638 (patch)
tree14f7d0ab5cdb3213c505dbcd2211168056207c94
parent7a0a98950383caa73914320f46a8e40d7a32e336 (diff)
downloadorg.eclipse.papyrus-ac88efee4b9cb85cceabb50c65e80e23b5a5d638.tar.gz
org.eclipse.papyrus-ac88efee4b9cb85cceabb50c65e80e23b5a5d638.tar.xz
org.eclipse.papyrus-ac88efee4b9cb85cceabb50c65e80e23b5a5d638.zip
[Releng] Update Extra plug-ins metadata
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.acceleo/META-INF/MANIFEST.MF4
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.acceleo/about.html28
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.acceleo/build.properties4
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/.classpath2
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/META-INF/MANIFEST.MF2
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/build.properties1
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/plugin.xml5
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/build.properties4
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/plugin.properties2
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.ui/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.ui/plugin.properties2
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/Activator.java4
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/preference/GeneratorPreferenceImpl.java16
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.reverse/.classpath14
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.xml5
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/META-INF/MANIFEST.MF2
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/src/org/eclipse/papyrus/qompass/designer/doc/Activator.java4
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/src/org/eclipse/papyrus/qompass/modellibs/core/Activator.java10
-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
29 files changed, 85 insertions, 48 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.acceleo/META-INF/MANIFEST.MF b/extraplugins/codegen/org.eclipse.papyrus.acceleo/META-INF/MANIFEST.MF
index be23969f83e..93ac4976e0e 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.acceleo/META-INF/MANIFEST.MF
+++ b/extraplugins/codegen/org.eclipse.papyrus.acceleo/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Acceleo Integration
+Bundle-Name: Acceleo Integration (Incubation)
Bundle-SymbolicName: org.eclipse.papyrus.acceleo
Bundle-Version: 0.10.0.qualifier
Bundle-Activator: org.eclipse.papyrus.acceleo.Activator
-Bundle-Vendor: CEA
+Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.acceleo.engine;bundle-version="3.2.2",
org.eclipse.acceleo.parser;bundle-version="3.2.2",
diff --git a/extraplugins/codegen/org.eclipse.papyrus.acceleo/about.html b/extraplugins/codegen/org.eclipse.papyrus.acceleo/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/extraplugins/codegen/org.eclipse.papyrus.acceleo/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/extraplugins/codegen/org.eclipse.papyrus.acceleo/build.properties b/extraplugins/codegen/org.eclipse.papyrus.acceleo/build.properties
index 34d2e4d2dad..9cbab3c135e 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.acceleo/build.properties
+++ b/extraplugins/codegen/org.eclipse.papyrus.acceleo/build.properties
@@ -1,4 +1,6 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html
+src.includes = about.html
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/.classpath b/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/.classpath
index 8a8f1668cdc..9d5026e8ffd 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/.classpath
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/META-INF/MANIFEST.MF b/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/META-INF/MANIFEST.MF
index 5c9f236aa27..fe59ce08868 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/META-INF/MANIFEST.MF
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/META-INF/MANIFEST.MF
@@ -15,3 +15,5 @@ Require-Bundle: org.eclipse.uml2.uml,
org.eclipse.jdt.core,
org.eclipse.jface.text,
org.eclipse.jdt.launching
+Bundle-Localization: plugin
+ \ No newline at end of file
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/build.properties b/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/build.properties
index 7915e442db0..81e0fbf3cff 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/build.properties
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/build.properties
@@ -2,7 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml,\
icons/,\
about.html,\
plugin.properties
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/plugin.xml b/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/plugin.xml
deleted file mode 100644
index b60f62ae57e..00000000000
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.jdtsynchronizer/plugin.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-
-</plugin>
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/META-INF/MANIFEST.MF b/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/META-INF/MANIFEST.MF
index f4f954410a6..a70d186f04f 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/META-INF/MANIFEST.MF
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/META-INF/MANIFEST.MF
@@ -8,3 +8,4 @@ Bundle-Vendor:
Require-Bundle: org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.java.generator.transfo.umltojdt
+Bundle-Localization: plugin
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/build.properties b/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/build.properties
index 52a7a104928..60a87c754ae 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/build.properties
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/build.properties
@@ -3,8 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
transforms/,\
- models/,\
plugin.properties,\
about.html
-src.includes = models/,\
- about.html
+src.includes = about.html
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/plugin.properties b/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/plugin.properties
index 88e51c56902..7d387085329 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/plugin.properties
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.transfo.umltojdt/plugin.properties
@@ -16,4 +16,4 @@
pluginName=Papyrus Java Classes Generator transformations (Incubation)
-providerName= Nicolas Deblock and Manuel Giles
+providerName=Eclipse Modeling Project
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.ui/META-INF/MANIFEST.MF b/extraplugins/java/org.eclipse.papyrus.java.generator.ui/META-INF/MANIFEST.MF
index f1681db6da4..94a1418e893 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.ui/META-INF/MANIFEST.MF
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.ui/META-INF/MANIFEST.MF
@@ -18,3 +18,4 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Bundle-Activator: org.eclipse.papyrus.java.generator.ui.Activator
Export-Package: org.eclipse.papyrus.java.generator.ui
+Bundle-Localization: plugin
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.ui/plugin.properties b/extraplugins/java/org.eclipse.papyrus.java.generator.ui/plugin.properties
index b1c61d00f99..c561698838c 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.ui/plugin.properties
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.ui/plugin.properties
@@ -16,4 +16,4 @@
pluginName=Papyrus Java Classes Generator UI (Incubation)
-providerName= Nicolas Deblock and Manuel Giles and Cedric Dumoulin
+providerName=Eclipse Modeling Project
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/Activator.java b/extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/Activator.java
index fc8b6f40400..3ba3075565e 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/Activator.java
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/Activator.java
@@ -25,7 +25,7 @@ import org.osgi.framework.BundleContext;
public class Activator extends AbstractUIPlugin {
// The plug-in ID
- public static final String PLUGIN_ID = "org.eclipse.papyrus.java.javagen.ui"; //$NON-NLS-1$
+ public static final String PLUGIN_ID = "org.eclipse.papyrus.java.generator.ui"; //$NON-NLS-1$
// The shared instance
private static Activator plugin;
@@ -41,6 +41,7 @@ public class Activator extends AbstractUIPlugin {
*
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
*/
+ @Override
public void start(BundleContext context) throws Exception {
super.start(context);
plugin = this;
@@ -51,6 +52,7 @@ public class Activator extends AbstractUIPlugin {
*
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
*/
+ @Override
public void stop(BundleContext context) throws Exception {
plugin = null;
super.stop(context);
diff --git a/extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/preference/GeneratorPreferenceImpl.java b/extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/preference/GeneratorPreferenceImpl.java
index b1ca5e6aec5..f683ac72b31 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/preference/GeneratorPreferenceImpl.java
+++ b/extraplugins/java/org.eclipse.papyrus.java.generator.ui/src/org/eclipse/papyrus/java/generator/ui/preference/GeneratorPreferenceImpl.java
@@ -45,30 +45,35 @@ public class GeneratorPreferenceImpl implements GeneratorPreference {
}
public boolean isPackageToGenerate(String packageQualifiedName) {
- if(packageQualifiedName == null || packageQualifiedName.isEmpty())
+ if(packageQualifiedName == null || packageQualifiedName.isEmpty()) {
return true;
+ }
// gather list of packages :
String listStr = store.getString(PreferenceConstants.P_FILTER_OF_PACKAGE_NOT_TO_GENERATE);
// if list of package don't exist, return true
- if(listStr == null || listStr.isEmpty())
+ if(listStr == null || listStr.isEmpty()) {
return true;
+ }
// gather list in a table
String[] listPackage = listStr.split(";");
for(String _package : listPackage) {
- if(_package.equals(packageQualifiedName))
+ if(_package.equals(packageQualifiedName)) {
return false;
+ }
// if package have a *, we delete *
String packageWithoutStar = _package;
- if(_package.contains("*"))
+ if(_package.contains("*")) {
packageWithoutStar = _package.substring(0, _package.indexOf("*") - 1);
+ }
- if(packageQualifiedName.contains(packageWithoutStar))
+ if(packageQualifiedName.contains(packageWithoutStar)) {
return false;
+ }
}
// by default, return true
@@ -79,7 +84,6 @@ public class GeneratorPreferenceImpl implements GeneratorPreference {
return store.getString(PreferenceConstants.P_GENERIC_CLASS_FOR_MULTIVALUE);
}
- @Override
public boolean stopOnFirstError() {
return store.getBoolean(PreferenceConstants.P_STOP_ON_FIRST_ERROR);
}
diff --git a/extraplugins/java/org.eclipse.papyrus.java.reverse/.classpath b/extraplugins/java/org.eclipse.papyrus.java.reverse/.classpath
index 16d067f284a..9d5026e8ffd 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.reverse/.classpath
+++ b/extraplugins/java/org.eclipse.papyrus.java.reverse/.classpath
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.xml b/extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.xml
deleted file mode 100644
index 64943018a89..00000000000
--- a/extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-
-</plugin>
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/META-INF/MANIFEST.MF b/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/META-INF/MANIFEST.MF
index 949a1b000b7..cb2afd9f862 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/META-INF/MANIFEST.MF
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.qompass.designer.doc;singleton:=true
Bundle-Version: 0.10.0.qualifier
-Bundle-Activator: org.eclipse.papyrus.qompass.designer.help.Activator
+Bundle-Activator: org.eclipse.papyrus.qompass.designer.doc.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/src/org/eclipse/papyrus/qompass/designer/doc/Activator.java b/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/src/org/eclipse/papyrus/qompass/designer/doc/Activator.java
index 47fc3a5cd50..22024c1a6f8 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/src/org/eclipse/papyrus/qompass/designer/doc/Activator.java
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.designer.doc/src/org/eclipse/papyrus/qompass/designer/doc/Activator.java
@@ -9,7 +9,7 @@ import org.osgi.framework.BundleContext;
public class Activator extends AbstractUIPlugin {
// The plug-in ID
- public static final String PLUGIN_ID = "org.eclipse.papyrus.qompass.designer.help"; //$NON-NLS-1$
+ public static final String PLUGIN_ID = "org.eclipse.papyrus.qompass.designer.doc"; //$NON-NLS-1$
// The shared instance
private static Activator plugin;
@@ -25,6 +25,7 @@ public class Activator extends AbstractUIPlugin {
*
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
*/
+ @Override
public void start(BundleContext context) throws Exception {
super.start(context);
plugin = this;
@@ -35,6 +36,7 @@ public class Activator extends AbstractUIPlugin {
*
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
*/
+ @Override
public void stop(BundleContext context) throws Exception {
plugin = null;
super.stop(context);
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/src/org/eclipse/papyrus/qompass/modellibs/core/Activator.java b/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/src/org/eclipse/papyrus/qompass/modellibs/core/Activator.java
index 514ac7ffeb4..f2cbe552f92 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/src/org/eclipse/papyrus/qompass/modellibs/core/Activator.java
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.qompass.modellibs.core/src/org/eclipse/papyrus/qompass/modellibs/core/Activator.java
@@ -9,11 +9,11 @@ import org.osgi.framework.BundleContext;
public class Activator extends AbstractUIPlugin {
// The plug-in ID
- public static final String PLUGIN_ID = "org.eclipse.papyrus.qompass.designer.stdMappingRules"; //$NON-NLS-1$
+ public static final String PLUGIN_ID = "org.eclipse.papyrus.qompass.modellibs.core"; //$NON-NLS-1$
// The shared instance
private static Activator plugin;
-
+
/**
* The constructor
*/
@@ -22,8 +22,10 @@ public class Activator extends AbstractUIPlugin {
/*
* (non-Javadoc)
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
*/
+ @Override
public void start(BundleContext context) throws Exception {
super.start(context);
plugin = this;
@@ -31,8 +33,10 @@ public class Activator extends AbstractUIPlugin {
/*
* (non-Javadoc)
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
*/
+ @Override
public void stop(BundleContext context) throws Exception {
plugin = null;
super.stop(context);
@@ -40,7 +44,7 @@ public class Activator extends AbstractUIPlugin {
/**
* Returns the shared instance
- *
+ *
* @return the shared instance
*/
public static Activator getDefault() {
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