Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2016-05-20 14:02:41 +0000
committerGerrit Code Review @ Eclipse.org2016-05-20 14:23:10 +0000
commitea9557b3ea37f3c3dd22d86d4480ebc62d4fe743 (patch)
treec7cbf846a6e11a4813a3e0f01d54ee71006ab6b3 /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties
parentc743abb16b04886c0524932193c63581cc862fb5 (diff)
downloadorg.eclipse.papyrus-ea9557b3ea37f3c3dd22d86d4480ebc62d4fe743.tar.gz
org.eclipse.papyrus-ea9557b3ea37f3c3dd22d86d4480ebc62d4fe743.tar.xz
org.eclipse.papyrus-ea9557b3ea37f3c3dd22d86d4480ebc62d4fe743.zip
Bug 494172: [Properties View] The Advanced Notation properties view
doesn't work for standard installations https://bugs.eclipse.org/bugs/show_bug.cgi?id=494172 Change-Id: I9810f25e64b4b6ca63a46402cbc4d615e51b5a7d Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/build.properties3
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/advanceStyle/advanceStyle.ctx6
2 files changed, 5 insertions, 4 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/build.properties b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/build.properties
index 5f13ee92ca9..031026eb7d2 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/build.properties
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/build.properties
@@ -5,7 +5,8 @@ bin.includes = META-INF/,\
plugin.xml,\
model/,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ schema/
output..=bin/
source..=src/
bin..=bin/
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/advanceStyle/advanceStyle.ctx b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/advanceStyle/advanceStyle.ctx
index 7f8d2231d0d..42d422af74b 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/advanceStyle/advanceStyle.ctx
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/advanceStyle/advanceStyle.ctx
@@ -17,7 +17,7 @@
<tabs xmi:id="_b0dE8AU3EeWyLrX3gM3cmQ" label="Appearance" id="appearance" category="org.eclipse.papyrus" priority="75"/>
<views xmi:id="_XRw1UPP-EeSAco7o1Suyeg" elementMultiplicity="-1" name="GenericNodeShape" sections="_LSzTgPP_EeSAco7o1Suyeg">
<constraints xsi:type="constraints:SimpleConstraint" xmi:id="_iKCmcPP-EeSAco7o1Suyeg" name="RoundedCompartmentEditPart">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/model/ConstraintEnvironment.xmi#//@constraintTypes.3"/>
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.3"/>
<properties xsi:type="constraints:ValueProperty" xmi:id="_ZYvMEPQCEeSAco7o1Suyeg" name="class" value="org.eclipse.papyrus.uml.diagram.common.editparts.RoundedCompartmentEditPart"/>
</constraints>
</views>
@@ -29,13 +29,13 @@
</views>
<views xmi:id="_lYPpQP09EeSv6-u-klIJ1Q" elementMultiplicity="-1" name="FloatingLabel" sections="_7dELUP09EeSv6-u-klIJ1Q">
<constraints xsi:type="constraints:SimpleConstraint" xmi:id="_MZzFUP1WEeSv6-u-klIJ1Q" name="isFloatingLabel">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/model/ConstraintEnvironment.xmi#//@constraintTypes.3"/>
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.3"/>
<properties xsi:type="constraints:ValueProperty" xmi:id="_VjJtIP1vEeSv6-u-klIJ1Q" name="class" value="org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart"/>
</constraints>
</views>
<views xmi:id="_JCvLcP1tEeSv6-u-klIJ1Q" elementMultiplicity="-1" name="PortStyle" sections="_W4rVoP1vEeSv6-u-klIJ1Q">
<constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Ab6NoP1vEeSv6-u-klIJ1Q" name="isPortEditPart">
- <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/model/ConstraintEnvironment.xmi#//@constraintTypes.3"/>
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.3"/>
<properties xsi:type="constraints:ValueProperty" xmi:id="_VjJtIf1vEeSv6-u-klIJ1Q" name="class" value="org.eclipse.papyrus.uml.diagram.common.editparts.RoundedBorderNamedElementEditPart"/>
</constraints>
</views>

Back to the top