Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf/plugin.xml')
-rw-r--r--plugins/infra/emf/org.eclipse.papyrus.infra.emf/plugin.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/plugin.xml b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/plugin.xml
index d7c9c6fbd2a..bf405510fb0 100644
--- a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/plugin.xml
+++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
- Copyright (c) 2012, 2014 CEA and others.
+ Copyright (c) 2012, 2016 CEA, Christian W. Damus, and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
@@ -13,6 +13,7 @@
Christian W. Damus (CEA) - bug 323802
Christian W. Damus (CEA) - bug 408491
Christian W. Damus (CEA) - bug 431953 (pre-requisite refactoring of ModelSet service start-up)
+ Christian W. Damus - bug 485220
-->
<plugin>
@@ -65,9 +66,9 @@
<elementType
ref="org.eclipse.papyrus.infra.emf.page">
</elementType>
- <elementType
+ <advice
ref="org.eclipse.papyrus.infra.emf.deletePageAdvice">
- </elementType>
+ </advice>
</binding>
</extension>
<extension

Back to the top