Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2013-12-19 11:28:02 +0000
committerrschnekenbu2013-12-19 11:28:02 +0000
commitfa54e01fd8025f27241be68d59dc8eb83807cd15 (patch)
tree272c86e1f67a6956e6ddf004fdda8762416681be /tests/junit/plugins/core
parentbbfe46e3be7ad10c26a14004f53f6de436e5f51c (diff)
downloadorg.eclipse.papyrus-fa54e01fd8025f27241be68d59dc8eb83807cd15.tar.gz
org.eclipse.papyrus-fa54e01fd8025f27241be68d59dc8eb83807cd15.tar.xz
org.eclipse.papyrus-fa54e01fd8025f27241be68d59dc8eb83807cd15.zip
424431: [Core] Deployment of Palettes should be possible at runtime
https://bugs.eclipse.org/bugs/show_bug.cgi?id=424431
Diffstat (limited to 'tests/junit/plugins/core')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.extendedtypes.tests/model/MyPalette.palette1
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.extendedtypes.tests/model/Test.palette.xml12
2 files changed, 1 insertions, 12 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.extendedtypes.tests/model/MyPalette.palette b/tests/junit/plugins/core/org.eclipse.papyrus.extendedtypes.tests/model/MyPalette.palette
new file mode 100644
index 00000000000..16715342f71
--- /dev/null
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.extendedtypes.tests/model/MyPalette.palette
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><paletteDefinition><content><drawer iconpath="/icons/drawer.gif" id="Drawer__1387437837516" name="TestDrawer"><aspectTool description="Create an element with a stereotype" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/Class.gif" id="clazz.tool.class_1387437855081" name="Electrical Module" refToolId="clazz.tool.class"><postAction id="org.eclipse.papyrus.applystereotypeactionprovider"><stereotypesToApply><stereotype stereotypeName="ExtendedTypesTestsProfile::Module"><property propertyName="ExtendedTypesTestsProfile::Module::kind"><value>Electrical</value></property></stereotype></stereotypesToApply></postAction></aspectTool></drawer></content></paletteDefinition> \ No newline at end of file
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.extendedtypes.tests/model/Test.palette.xml b/tests/junit/plugins/core/org.eclipse.papyrus.extendedtypes.tests/model/Test.palette.xml
deleted file mode 100644
index 809b6ce6015..00000000000
--- a/tests/junit/plugins/core/org.eclipse.papyrus.extendedtypes.tests/model/Test.palette.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<paletteDefinition>
- <content>
- <drawer iconpath="/icons/drawer.gif" id="ExtendedTypesTests_Drawer"
- name="Extended Types">
- <aspectTool description="Create a new Restricted Component"
- iconpath="platform:/plugin/org.eclipse.papyrus.sysml/icons/blocks/Block.gif"
- id="extendedtypestests.restrictedcomponent" name="Restricted Component"
- refToolId="org.eclipse.papyrus.infra.extendedtypes.tests.specificcomponent"></aspectTool>
- </drawer>
- </content>
-</paletteDefinition> \ No newline at end of file

Back to the top