Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2016-05-28 20:00:23 +0000
committerEd Willink2016-05-30 11:27:18 +0000
commit3d4ec20f4767043bcc0834b69178151c351f3a43 (patch)
treea0ee2b779fa1990463a5752b4625ab413aaa62f4 /plugins
parent837315285709bdfe3a901ddd06b270361d2a75eb (diff)
downloadorg.eclipse.qvtd-3d4ec20f4767043bcc0834b69178151c351f3a43.tar.gz
org.eclipse.qvtd-3d4ec20f4767043bcc0834b69178151c351f3a43.tar.xz
org.eclipse.qvtd-3d4ec20f4767043bcc0834b69178151c351f3a43.zip
[unrelated] Comment fixme for Papyrus diagram export
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.qvt/src/org/eclipse/qvt/tools/Ecore2UML.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.qvt/src/org/eclipse/qvt/tools/Ecore2UML.java b/plugins/org.eclipse.qvt/src/org/eclipse/qvt/tools/Ecore2UML.java
index 6714a83ac..4a8b89ec1 100644
--- a/plugins/org.eclipse.qvt/src/org/eclipse/qvt/tools/Ecore2UML.java
+++ b/plugins/org.eclipse.qvt/src/org/eclipse/qvt/tools/Ecore2UML.java
@@ -84,6 +84,8 @@ import org.eclipse.uml2.uml.util.UMLUtil;
/**
* Translator from the QVT 1.2 *.ecore master to the QVT 1.2 distribution
*/
+// FIXME investigate org.eclipse.papyrus.infra.gmfdiag.export to export all diagrams
+// -- See "How to get an image out of a Papyrus diagram ?" Papyrus newsgroup thread
@SuppressWarnings("restriction")
public class Ecore2UML {

Back to the top