diff options
author | atikhomirov | 2007-05-18 17:38:19 -0400 |
---|---|---|
committer | atikhomirov | 2007-05-18 17:38:19 -0400 |
commit | 13601d35c02ec00c29971c55c334dc25b3b2c833 (patch) | |
tree | 5b87a56df0932ac27415b5716319e97f24d9bd0a | |
parent | 08b999e8b6677d1823a32960d044b04f44c9316d (diff) | |
download | org.eclipse.gmf-tooling-13601d35c02ec00c29971c55c334dc25b3b2c833.tar.gz org.eclipse.gmf-tooling-13601d35c02ec00c29971c55c334dc25b3b2c833.tar.xz org.eclipse.gmf-tooling-13601d35c02ec00c29971c55c334dc25b3b2c833.zip |
switching to nsURI format which uses year to denote model version (same way EMF does)
-rw-r--r-- | examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfgen | 2 | ||||
-rw-r--r-- | examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfmap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfgen b/examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfgen index eeac30cc4..7614a4868 100644 --- a/examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfgen +++ b/examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfgen @@ -2,7 +2,7 @@ <gmfgen:GenEditorGenerator xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:gmfgen="http://www.eclipse.org/gmf/2005/GenModel/2.0" packageNamePrefix="org.eclipse.gmf.ecore" + xmlns:gmfgen="http://www.eclipse.org/gmf/2006/GenModel" packageNamePrefix="org.eclipse.gmf.ecore" copyrightText="Copyright (c) 2006, 2007 Borland Software Corp.

All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors:
 Alexander Shatalin (Borland) - initial API and implementation"> <diagram visualID="1000" diff --git a/examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfmap b/examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfmap index f7bde6ff0..71a3352d4 100644 --- a/examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfmap +++ b/examples/org.eclipse.gmf.ecore.editor/models/ecore.gmfmap @@ -3,7 +3,7 @@ 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" - xmlns:gmfmap="http://www.eclipse.org/gmf/2005/mappings/2.0" + xmlns:gmfmap="http://www.eclipse.org/gmf/2006/mappings" xmlns:gmftool="http://www.eclipse.org/gmf/2005/ToolDefinition"> <nodes> <containmentFeature |