Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathalie Lepine2012-10-09 09:51:52 +0000
committerNathalie Lepine2012-10-09 09:51:52 +0000
commit19a9c65e63b74c099df31eb1cbd9424c5596b312 (patch)
tree613209bc6d177f5769e616d41a7e03811db3a9e7 /tests/org.eclipse.emf.eef.tests.nonreg.editor
parent81781b03d2cfe28f2af70e339ccf3df059347fd2 (diff)
downloadorg.eclipse.eef-19a9c65e63b74c099df31eb1cbd9424c5596b312.tar.gz
org.eclipse.eef-19a9c65e63b74c099df31eb1cbd9424c5596b312.tar.xz
org.eclipse.eef-19a9c65e63b74c099df31eb1cbd9424c5596b312.zip
fix contributor id for non reg
Diffstat (limited to 'tests/org.eclipse.emf.eef.tests.nonreg.editor')
-rw-r--r--tests/org.eclipse.emf.eef.tests.nonreg.editor/src/org/eclipse/emf/eef/eefnr/presentation/EefnrEditor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.eef.tests.nonreg.editor/src/org/eclipse/emf/eef/eefnr/presentation/EefnrEditor.java b/tests/org.eclipse.emf.eef.tests.nonreg.editor/src/org/eclipse/emf/eef/eefnr/presentation/EefnrEditor.java
index 5210a5b34..25ffb4973 100644
--- a/tests/org.eclipse.emf.eef.tests.nonreg.editor/src/org/eclipse/emf/eef/eefnr/presentation/EefnrEditor.java
+++ b/tests/org.eclipse.emf.eef.tests.nonreg.editor/src/org/eclipse/emf/eef/eefnr/presentation/EefnrEditor.java
@@ -128,7 +128,7 @@ public class EefnrEditor extends MultiPageEditorPart implements IEditingDomainPr
/**
* @generated NOT
*/
- public static final String PROPERTIES_CONTRIBUTOR = "org.eclipse.emf.eef.nonreg.properties";
+ public static final String PROPERTIES_CONTRIBUTOR = "org.eclipse.emf.eef.eefnr.properties";
/**
* This keeps track of the editing domain that is used to track all changes to the model. <!--

Back to the top