Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2012-01-09 01:28:11 +0000
committerKenn Hussey2012-01-09 01:28:11 +0000
commitface3530bf188add9501e4dcae8816b0907bef0b (patch)
tree8d434d4cda7c21b87a644d485cc9f0c14010a70b
parent9427b49926b07b060d5242bd71155e8cd1b76b31 (diff)
downloadorg.eclipse.uml2.test-face3530bf188add9501e4dcae8816b0907bef0b.tar.gz
org.eclipse.uml2.test-face3530bf188add9501e4dcae8816b0907bef0b.tar.xz
org.eclipse.uml2.test-face3530bf188add9501e4dcae8816b0907bef0b.zip
[367817] Fixing item provider adapter factory URI.
-rw-r--r--plugins/org.eclipse.uml2-feature/feature.xml2
-rw-r--r--plugins/org.eclipse.uml2.sdk-feature/feature.xml2
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/plugin.xml6
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.uml2-feature/feature.xml b/plugins/org.eclipse.uml2-feature/feature.xml
index 7f309d57..4763e956 100644
--- a/plugins/org.eclipse.uml2-feature/feature.xml
+++ b/plugins/org.eclipse.uml2-feature/feature.xml
@@ -13,7 +13,7 @@
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2003, 2011 IBM Corporation, Embarcadero Technologies, CEA, and others.
+ Copyright (c) 2003, 2012 IBM Corporation, Embarcadero Technologies, CEA, 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
diff --git a/plugins/org.eclipse.uml2.sdk-feature/feature.xml b/plugins/org.eclipse.uml2.sdk-feature/feature.xml
index 0acaf4d0..9e10b054 100644
--- a/plugins/org.eclipse.uml2.sdk-feature/feature.xml
+++ b/plugins/org.eclipse.uml2.sdk-feature/feature.xml
@@ -13,7 +13,7 @@
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2003, 2011 IBM Corporation, Embarcadero Technologies, CEA, and others.
+ Copyright (c) 2003, 2012 IBM Corporation, Embarcadero Technologies, CEA, 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
diff --git a/plugins/org.eclipse.uml2.uml.edit/plugin.xml b/plugins/org.eclipse.uml2.uml.edit/plugin.xml
index d43bb8cd..659a5501 100644
--- a/plugins/org.eclipse.uml2.uml.edit/plugin.xml
+++ b/plugins/org.eclipse.uml2.uml.edit/plugin.xml
@@ -2,7 +2,7 @@
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2008 IBM Corporation, Embarcadero Technologies, and others.
+ Copyright (c) 2005, 2012 IBM Corporation, Embarcadero Technologies, 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
@@ -11,15 +11,15 @@
Contributors:
IBM - initial API and implementation
Kenn Hussey (Embarcadero Technologies) - 215418
+ Kenn Hussey - 367817
- $Id: plugin.xml,v 1.5 2008/10/03 20:50:39 jbruck Exp $
-->
<plugin>
<extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
<factory
- uri = "http://www.eclipse.org/uml2/3.0.0/UML"
+ uri = "http://www.eclipse.org/uml2/4.0.0/UML"
class = "org.eclipse.uml2.uml.edit.providers.UMLItemProviderAdapterFactory"
supportedTypes =
"org.eclipse.emf.edit.provider.IEditingDomainItemProvider

Back to the top