Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/html/developer-guide/org.eclipse.papyrus.qompass.designer.core.html')
-rw-r--r--extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/html/developer-guide/org.eclipse.papyrus.qompass.designer.core.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/html/developer-guide/org.eclipse.papyrus.qompass.designer.core.html b/extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/html/developer-guide/org.eclipse.papyrus.qompass.designer.core.html
deleted file mode 100644
index 2136ae652a7..00000000000
--- a/extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/html/developer-guide/org.eclipse.papyrus.qompass.designer.core.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Main Topic</title>
- <link rel="StyleSheet"
- href="../sitestyle.css"
- type="text/css">
-</head>
-
-<body>
-<h1>org.eclipse.papyrus.qompass.designer.core</h1>
-
-This is the main Qompass plugin. It contains the dialogs and model transformations code as well as a
-set of utilities classes.
-Qompass consists of a set of package (oepqd is an abbreviation for the path org.eclipse.papyrus.qompass.designer):
-<ul>
-<li>ccegc.acceleo a driver for the versoin 2.7.x of Acceleo. This driver is used to instantiate text
-templates that refer to model elements. These are primarily used for the connector instantiation (since
-the implementations given in form of Opaque behaviors need to be instantiated as well.
-
-<li>oepqd.deployment
-<li>oepqd.transformation
- Main transformation code
-<li>oepqd.synchronization
- A part of the utilities that synchronize derived elements, in particular the implementation of
- a component which has for instance
- <ul>
- <li>implement the interfaces provided by a component port
- </ul>
-</ul>
-</body>
-</html>

Back to the top