diff options
| author | cbrun | 2017-03-01 13:07:43 +0000 |
|---|---|---|
| committer | cbrun | 2017-03-01 13:07:43 +0000 |
| commit | a5c96e35aeba2363497a09b5a797ac19bd333bb7 (patch) | |
| tree | a79d45a0a278e7093237ee068612c0f69a3c3050 | |
| parent | e59c657ec09ccbbd3063642376bebef3ff7d4c2f (diff) | |
| download | org.eclipse.ecoretools-a5c96e35aeba2363497a09b5a797ac19bd333bb7.tar.gz org.eclipse.ecoretools-a5c96e35aeba2363497a09b5a797ac19bd333bb7.tar.xz org.eclipse.ecoretools-a5c96e35aeba2363497a09b5a797ac19bd333bb7.zip | |
[512868] Disable default property rules in the context of EcoreTools
Bug: 512868
Change-Id: Ic71e78c39f1787f5e762febb056bfdb9b95b18d3
| -rw-r--r-- | org.eclipse.emf.ecoretools.design/description/ecore.odesign | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.emf.ecoretools.design/description/ecore.odesign b/org.eclipse.emf.ecoretools.design/description/ecore.odesign index 8c0a5a8..e84f8b3 100644 --- a/org.eclipse.emf.ecoretools.design/description/ecore.odesign +++ b/org.eclipse.emf.ecoretools.design/description/ecore.odesign @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ASCII"?> -<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:description_2="http://www.eclipse.org/sirius/table/description/1.1.0" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:tool="http://www.eclipse.org/sirius/description/tool/1.1.0" xmlns:tool_1="http://www.eclipse.org/sirius/diagram/description/tool/1.1.0" xmlns:validation="http://www.eclipse.org/sirius/description/validation/1.1.0" name="EcoreTools" version="11.0.0.201601261200"> +<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:description_2="http://www.eclipse.org/sirius/table/description/1.1.0" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:tool="http://www.eclipse.org/sirius/description/tool/1.1.0" xmlns:tool_1="http://www.eclipse.org/sirius/diagram/description/tool/1.1.0" xmlns:validation="http://www.eclipse.org/sirius/description/validation/1.1.0" documentation="FORCE_LEGACY_PROPERTIES" name="EcoreTools" version="11.1.1.201610211630"> <ownedViewpoints endUserDocumentation="<html>
<head>
</head>
<body>
<p>Provides graphical and tabular representation to design an Ecore model.</p>
<br>
<img src="/icons/full/wizban/entities.png"/>
<img src="/icons/full/wizban/classes.png"/>
</body>
</html>


" name="Design" modelFileExtension="ecore xcore ecorebin"> <ownedRepresentations xsi:type="description_1:DiagramDescription" dropDescriptions="//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@toolSections.0/@ownedTools[name='External%20EClass%20from%20treeview'] //@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']/@toolSections.0/@ownedTools[name='Drop%20EClassifier%20into%20EPackage']" documentation="<html>
<head>
</head>
<body>
<p>Provides a class diagram to represent EClasses, EDatatypes, EAttributes and their relationships.</p>
<br>
<img src="/icons/full/wizban/entities.png"/>
</body>
</html>


" endUserDocumentation="A class diagram to represent EClasses, EDatatypes, EAttributes and their relationships." name="Entities" label="Entities in a Class Diagram" titleExpression="aql:self.name + ' class diagram'" pasteDescriptions="//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@toolSections.0/@ownedTools[name='Paste%20Anything']" domainClass="ecore.EPackage" enablePopupBars="true"> <metamodel href="http://www.eclipse.org/emf/2002/Ecore#/"/> |
