Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2013-08-26 15:42:04 +0000
committerAnsgar Radermacher2013-08-26 15:42:04 +0000
commitdc7d8a7974179191554d9b67eeb451f45871ebb7 (patch)
tree4adfa6c8a4bb45fc3b346410a92e0bc4a4c74e83 /extraplugins
parente75bcd90d9905b1ceb9e91e5229fc94982628a17 (diff)
downloadorg.eclipse.papyrus-dc7d8a7974179191554d9b67eeb451f45871ebb7.tar.gz
org.eclipse.papyrus-dc7d8a7974179191554d9b67eeb451f45871ebb7.tar.xz
org.eclipse.papyrus-dc7d8a7974179191554d9b67eeb451f45871ebb7.zip
Correct URL in ecore
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.texteditor.model/model/texteditormodel.ecore2
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties6
2 files changed, 4 insertions, 4 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/model/texteditormodel.ecore b/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/model/texteditormodel.ecore
index 37ec2b29e9e..ebd0b42107a 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/model/texteditormodel.ecore
+++ b/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/model/texteditormodel.ecore
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="texteditormodel" nsURI="http://www.eclipse.org/Papyrus/Example/0.10.0/texteditormodel"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="texteditormodel" nsURI="http://www.eclipse.org/Papyrus/TextEditor/0.10.0/texteditormodel"
nsPrefix="texteditormodel">
<eClassifiers xsi:type="ecore:EClass" name="TextEditorModel" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="editedObject" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
diff --git a/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties b/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties
index fa4bae9bc58..a04aa34fe31 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties
+++ b/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties
@@ -6,8 +6,8 @@
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# Vincent Lorenzo (CEA-LIST) vincent.lorenzo@cea.fr - Initial API and implementation
+# Ansgar Radermacher (CEA LIST) ansgar.radermacher@cea.fr - Initial API and implementation
+# (with the help of examining table support from Vincent Lorenzo)
#
-
-pluginName = Papyrus Text Editor Example (Incubation)
+pluginName = Ecore model for text editors (Incubation)
providerName = Eclipse Modeling Project

Back to the top