[313359] gmf-R1_4_maintenance lgrahek 100716 Fields of the model facet in the gmfgen are not editable in the gmfgen editor
diff --git a/org.eclipse.gmf.runtime.notation-feature/feature.xml b/org.eclipse.gmf.runtime.notation-feature/feature.xml index 29eed4b..852d999 100755 --- a/org.eclipse.gmf.runtime.notation-feature/feature.xml +++ b/org.eclipse.gmf.runtime.notation-feature/feature.xml
@@ -1,50 +1,50 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="org.eclipse.gmf.runtime.notation" - label="%featureName" - version="1.4.0.qualifier" - provider-name="%providerName" - plugin="org.eclipse.gmf.runtime.notation" - image="eclipse_update_120.jpg"> - - <description url="http://www.eclipse.org/gmf"> - %description - </description> - - <copyright url="http://www.eclipse.org/legal/epl-v10.html"> - Copyright (c) 2008 IBM Corporation and others. -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 - </copyright> - - <license url="%licenseURL"> - %license - </license> - - <url> - <update label="%updateSiteName" url="http://download.eclipse.org/modeling/gmf/updates/releases/"/> - </url> - - <requires> - <import feature="org.eclipse.emf.ecore" version="2.4.0"/> - <import feature="org.eclipse.emf.ecore.edit" version="2.4.0"/> - <import feature="org.eclipse.emf.edit" version="2.4.0"/> - </requires> - - <plugin - id="org.eclipse.gmf.runtime.notation" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.gmf.runtime.notation.edit" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - -</feature> +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.gmf.runtime.notation" + label="%featureName" + version="1.4.1.qualifier" + provider-name="%providerName" + plugin="org.eclipse.gmf.runtime.notation" + image="eclipse_update_120.jpg"> + + <description url="http://www.eclipse.org/gmf"> + %description + </description> + + <copyright url="http://www.eclipse.org/legal/epl-v10.html"> + Copyright (c) 2008 IBM Corporation and others. +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 + </copyright> + + <license url="%licenseURL"> + %license + </license> + + <url> + <update label="%updateSiteName" url="http://download.eclipse.org/modeling/gmf/updates/releases/"/> + </url> + + <requires> + <import feature="org.eclipse.emf.ecore" version="2.4.0"/> + <import feature="org.eclipse.emf.ecore.edit" version="2.4.0"/> + <import feature="org.eclipse.emf.edit" version="2.4.0"/> + </requires> + + <plugin + id="org.eclipse.gmf.runtime.notation" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.gmf.runtime.notation.edit" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature>
diff --git a/org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml b/org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml index 60a3b9e..7574ac2 100755 --- a/org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml +++ b/org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.gmf.runtime.notation.sdk" label="%featureName" - version="1.4.0.qualifier" + version="1.4.1.qualifier" provider-name="%providerName" image="eclipse_update_120.jpg">
diff --git a/org.eclipse.gmf.runtime.notation.sdk/META-INF/MANIFEST.MF b/org.eclipse.gmf.runtime.notation.sdk/META-INF/MANIFEST.MF index 652ddc5..7b61f7e 100755 --- a/org.eclipse.gmf.runtime.notation.sdk/META-INF/MANIFEST.MF +++ b/org.eclipse.gmf.runtime.notation.sdk/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.gmf.runtime.notation.sdk -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.4.1.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.gmf.runtime.notation/META-INF/MANIFEST.MF b/org.eclipse.gmf.runtime.notation/META-INF/MANIFEST.MF index 17e32c1..e152a86 100644 --- a/org.eclipse.gmf.runtime.notation/META-INF/MANIFEST.MF +++ b/org.eclipse.gmf.runtime.notation/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.gmf.runtime.notation;singleton:=true -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.4.1.qualifier Bundle-Activator: org.eclipse.gmf.runtime.notation.NotationPlugin$Implementation Bundle-Vendor: %providerName Bundle-Localization: plugin