Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-06-28 09:19:18 +0000
committercletavernie2012-06-28 09:19:18 +0000
commit291eb759c00c6b38e5ed6c2c2d63d1d548870b21 (patch)
treead599d9f740c8f4531223dc7343952474cc78a7e /plugins/customization
parent79691d6e590faa894d3fbfc5eaf35b08aae54c04 (diff)
downloadorg.eclipse.papyrus-291eb759c00c6b38e5ed6c2c2d63d1d548870b21.tar.gz
org.eclipse.papyrus-291eb759c00c6b38e5ed6c2c2d63d1d548870b21.tar.xz
org.eclipse.papyrus-291eb759c00c6b38e5ed6c2c2d63d1d548870b21.zip
383748: [Properties View] Customization & Generation do not work with a default Papyrus installation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=383748
Diffstat (limited to 'plugins/customization')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF3
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties.generation/properties-generation.pdoc23
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/.project2
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/META-INF/MANIFEST.MF3
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/xwt-model.pdoc15
5 files changed, 37 insertions, 9 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF
index f674044f8bf..281208d5902 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF
@@ -27,7 +27,8 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.1",
org.eclipse.papyrus.customization.properties.model.xwt;bundle-version="0.9.0",
org.eclipse.papyrus.infra.tools;bundle-version="0.9.0",
org.eclipse.papyrus.infra.constraints;bundle-version="0.9.0",
- org.eclipse.papyrus.infra.emf;bundle-version="0.9.0"
+ org.eclipse.papyrus.infra.emf;bundle-version="0.9.0",
+ org.eclipse.m2m.qvt.oml.project;bundle-version="3.1.0"
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.9.0.qualifier
Bundle-ManifestVersion: 2
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/properties-generation.pdoc b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/properties-generation.pdoc
index cb089918983..ca820b6419c 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/properties-generation.pdoc
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/properties-generation.pdoc
@@ -1,6 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<doc:Documentation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:doc="http://www.eclipse.org/papyrus/documentation/plugin/documentation" description="This plug-in contains a wizard for generating a property view configuration:&#xD;&#xA;&#xD;&#xA;- From an Ecore Metamodel&#xD;&#xA;- From a UML Profile&#xD;&#xA;&#xD;&#xA;Additionnal generators can be contributed through an extension point.">
- <implicitDependencies plugin="org.eclipse.papyrus.customization.properties.model.xwt" comment="This plug-in needs the XWT projectors to manipulate XWT Files as EMF Models"/>
- <referent firstName="Camille" lastName="Letavernier" eMail="camille.letavernier@cea.fr" currentCompany="CEA LIST"/>
- <additionalComments title="Plug-in state" contents="This plug-in is still a prototype. It cannot be used for complex models or profiles (With dependencies)"/>
+<doc:Documentation
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:doc="http://www.eclipse.org/papyrus/documentation/plugin/documentation"
+ description="This plug-in contains a wizard for generating a property view configuration:&#xD;&#xA;&#xD;&#xA;- From an Ecore Metamodel&#xD;&#xA;- From a UML Profile&#xD;&#xA;&#xD;&#xA;Additionnal generators can be contributed through an extension point.">
+ <implicitDependencies
+ plugin="org.eclipse.papyrus.customization.properties.model.xwt"
+ comment="This plug-in needs the XWT projectors to manipulate XWT Files as EMF Models"/>
+ <implicitDependencies
+ plugin="org.eclipse.m2m.qvt.oml.project"
+ comment="This plug-in implicitly requires the qvt.oml.project plug-in to load and execute QVT transformations"/>
+ <referent
+ firstName="Camille"
+ lastName="Letavernier"
+ eMail="camille.letavernier@cea.fr"
+ currentCompany="CEA LIST"/>
+ <additionalComments
+ title="Plug-in state"
+ contents="This plug-in is still a prototype. It cannot be used for complex models or profiles (With dependencies)"/>
</doc:Documentation>
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/.project b/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/.project
index 0736b2064bb..c206f4a22bc 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/.project
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/.project
@@ -25,7 +25,7 @@
<arguments>
<dictionary>
<key>src_container</key>
- <value>transforms</value>
+ <value>Transformation</value>
</dictionary>
</arguments>
</buildCommand>
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/META-INF/MANIFEST.MF
index 087016a33f4..16abee49f3b 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/META-INF/MANIFEST.MF
@@ -8,7 +8,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.views.properties.model;bundle-version="0.9.0",
org.eclipse.papyrus.infra.core.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"
+ org.eclipse.core.resources;bundle-version="3.7.100",
+ org.eclipse.m2m.qvt.oml.project;bundle-version="3.1.0"
Export-Package: org.eclipse.papyrus.customization.properties.model.xwt.resource
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/xwt-model.pdoc b/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/xwt-model.pdoc
index 7f16b8afc47..2a8b4ba0b3b 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/xwt-model.pdoc
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties.model.xwt/xwt-model.pdoc
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<doc:Documentation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:doc="http://www.eclipse.org/papyrus/documentation/plugin/documentation" description="This plug-in contains the EMF Projectors for XWT files.&#xD;&#xA;&#xD;&#xA;The XWT format is an xml-based format. In order to manipulate these files as EMF Models, we need an Injector to parse them, and an extractor to re-generate them from the modified EMF model.">
- <referent firstName="Camille" lastName="Letavernier" eMail="camille.letavernier@cea.fr" currentCompany="CEA LIST"/>
+<doc:Documentation
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:doc="http://www.eclipse.org/papyrus/documentation/plugin/documentation"
+ description="This plug-in contains the EMF Projectors for XWT files.&#xD;&#xA;&#xD;&#xA;The XWT format is an xml-based format. In order to manipulate these files as EMF Models, we need an Injector to parse them, and an extractor to re-generate them from the modified EMF model.">
+ <implicitDependencies
+ plugin="org.eclipse.m2m.qvt.oml.project"
+ comment="This plug-in implicitly requires the qvt.oml.project plug-in to load and execute QVT transformations"/>
+ <referent
+ firstName="Camille"
+ lastName="Letavernier"
+ eMail="camille.letavernier@cea.fr"
+ currentCompany="CEA LIST"/>
</doc:Documentation>

Back to the top