Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2014-12-10 14:17:16 +0000
committerMickael ADAM2014-12-10 15:24:29 +0000
commite1c761448c1c7f66b5382d6945a9b67b79daa866 (patch)
tree6fece7702f758d2710737a98a28361070de9c039 /plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme
parentd5f1e0b4266b8716c7587efc23de1431567e1950 (diff)
downloadorg.eclipse.papyrus-e1c761448c1c7f66b5382d6945a9b67b79daa866.tar.gz
org.eclipse.papyrus-e1c761448c1c7f66b5382d6945a9b67b79daa866.tar.xz
org.eclipse.papyrus-e1c761448c1c7f66b5382d6945a9b67b79daa866.zip
436547: [Diagram] All shapes shall be refactored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436547 - Add namedStyle property : "portPosition", to applied on a port, which define where is the port(inside, outside, onLine). - Applied common PortPositionLocator to Component Diagram. - change stack option to false for palette Change-Id: I819800fd74d1f55284d9cfe5c8e52bb5a2dc1bdc Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/.project b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/.project
index 0f37954209c..37460a6fb23 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/.project
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/.project
@@ -6,6 +6,11 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
@@ -18,5 +23,6 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>

Back to the top