Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2017-01-17 14:43:09 +0000
committerLaurent Redor2017-01-23 16:17:44 +0000
commita1876f93d55aaa0242193d119cdeb61774a77ab1 (patch)
treed2edabb26016c2260df38cae1a099be303af5f60 /plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/My.ecore
parentee33758082b87e444c9ef5bea32984a4e19aa78f (diff)
downloadorg.eclipse.sirius-2.0.8.tar.gz
org.eclipse.sirius-2.0.8.tar.xz
org.eclipse.sirius-2.0.8.zip
[510582] Fix pb of ignored file during conversion to modeling project v2.0.8v2.0.x
Some files can be ignored with the extension point "org.eclipse.sirius.ui.modelingprojectresourcelistener". But these files are only ignored when they are added to a Modeling Project. The conversion action (Convert to Modeling Project) does not ignore these kind of files. This difference of behavior appears like a bug. On maintenance branch, some deprecated "API" have been added to temporarily solved the problem. On Sirius 5.0.0 another approach will be done (probably with API breaks). Bug: 510582 Change-Id: I02ed099f654af6c4d03b08bd9e575327af6ed469 Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/My.ecore')
-rw-r--r--plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/My.ecore3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/My.ecore b/plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/My.ecore
new file mode 100644
index 0000000000..876a15ed7b
--- /dev/null
+++ b/plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/My.ecore
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
+ name="testName" nsURI="testURI" nsPrefix="testPrefix"/>

Back to the top