Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.ecore.editor')
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/META-INF/MANIFEST.MF8
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/about.html4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/about.properties4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/plugin.properties4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/pom.xml2
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/CreateDynamicInstanceAction.java4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/OpenEditorAction.java4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/DynamicModelWizard.java4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreActionBarContributor.java4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditor.java4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditorPlugin.java4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreModelWizard.java4
-rw-r--r--plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/package.html4
13 files changed, 27 insertions, 27 deletions
diff --git a/plugins/org.eclipse.emf.ecore.editor/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.ecore.editor/META-INF/MANIFEST.MF
index 7db935b6e..b7c62061a 100644
--- a/plugins/org.eclipse.emf.ecore.editor/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.ecore.editor/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.ecore.editor;singleton:=true
-Bundle-Version: 2.14.0.qualifier
+Bundle-Version: 2.15.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.emf.ecore.presentation.EcoreEditorPlugin$Implementation
Bundle-Vendor: %providerName
@@ -13,9 +13,9 @@ Export-Package: org.eclipse.emf.ecore.action,
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.6.0,4.0.0)";visibility:=reexport,
org.eclipse.ui.ide;bundle-version="[3.6.0,4.0.0)";visibility:=reexport,
- org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)";visibility:=reexport,
- org.eclipse.emf.ecore.edit;bundle-version="[2.10.0,3.0.0)";visibility:=reexport,
- org.eclipse.emf.edit.ui;bundle-version="[2.14.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.ecore.xmi;bundle-version="[2.15.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.ecore.edit;bundle-version="[2.11.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.edit.ui;bundle-version="[2.15.0,3.0.0)";visibility:=reexport,
org.eclipse.jface.text;bundle-version="[3.6.0,4.0.0)"
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.emf.ecore.editor/about.html b/plugins/org.eclipse.emf.ecore.editor/about.html
index 1b8f94080..5ab4a4c7c 100644
--- a/plugins/org.eclipse.emf.ecore.editor/about.html
+++ b/plugins/org.eclipse.emf.ecore.editor/about.html
@@ -8,13 +8,13 @@
<body lang="EN-US">
<h2>About This Content</h2>
-<p>June 5, 2007</p>
+<p>November 22, 2017</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+at <a href="http://www.eclipse.org/legal/epl-v20.html">http://www.eclipse.org/legal/epl-v20.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
diff --git a/plugins/org.eclipse.emf.ecore.editor/about.properties b/plugins/org.eclipse.emf.ecore.editor/about.properties
index 3097d58a8..f128b7cbe 100644
--- a/plugins/org.eclipse.emf.ecore.editor/about.properties
+++ b/plugins/org.eclipse.emf.ecore.editor/about.properties
@@ -1,9 +1,9 @@
# /**
# * Copyright (c) 2002-2010 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
+# * are made available under the terms of the Eclipse Public License v2.0
# * which accompanies this distribution, and is available at
-# * http://www.eclipse.org/legal/epl-v10.html
+# * http://www.eclipse.org/legal/epl-v20.html
# *
# * Contributors:
# * IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/plugin.properties b/plugins/org.eclipse.emf.ecore.editor/plugin.properties
index 59fb52f47..f2ba267a6 100644
--- a/plugins/org.eclipse.emf.ecore.editor/plugin.properties
+++ b/plugins/org.eclipse.emf.ecore.editor/plugin.properties
@@ -1,9 +1,9 @@
# /**
# * Copyright (c) 2002-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
+# * are made available under the terms of the Eclipse Public License v2.0
# * which accompanies this distribution, and is available at
-# * http://www.eclipse.org/legal/epl-v10.html
+# * http://www.eclipse.org/legal/epl-v20.html
# *
# * Contributors:
# * IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/pom.xml b/plugins/org.eclipse.emf.ecore.editor/pom.xml
index 222f75442..16208c7db 100644
--- a/plugins/org.eclipse.emf.ecore.editor/pom.xml
+++ b/plugins/org.eclipse.emf.ecore.editor/pom.xml
@@ -12,7 +12,7 @@
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.editor</artifactId>
- <version>2.14.0-SNAPSHOT</version>
+ <version>2.15.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/CreateDynamicInstanceAction.java b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/CreateDynamicInstanceAction.java
index ee68f1b9a..0cb0a24cc 100644
--- a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/CreateDynamicInstanceAction.java
+++ b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/CreateDynamicInstanceAction.java
@@ -1,9 +1,9 @@
/**
* Copyright (c) 2002-2006 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
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/OpenEditorAction.java b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/OpenEditorAction.java
index 0babef15e..5dcd2d9f9 100644
--- a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/OpenEditorAction.java
+++ b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/action/OpenEditorAction.java
@@ -1,9 +1,9 @@
/**
* Copyright (c) 2002-2006 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
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/DynamicModelWizard.java b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/DynamicModelWizard.java
index 5d8aa68ac..61c218ef7 100644
--- a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/DynamicModelWizard.java
+++ b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/DynamicModelWizard.java
@@ -1,9 +1,9 @@
/**
* Copyright (c) 2002-2006 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
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreActionBarContributor.java b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreActionBarContributor.java
index e781072db..e478d20f5 100644
--- a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreActionBarContributor.java
+++ b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreActionBarContributor.java
@@ -1,9 +1,9 @@
/**
* Copyright (c) 2002-2012 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
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditor.java b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditor.java
index d53fde71c..2bf48e23c 100644
--- a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditor.java
+++ b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditor.java
@@ -1,9 +1,9 @@
/**
* Copyright (c) 2002-2007 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
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditorPlugin.java b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditorPlugin.java
index 63e373a42..575d75146 100644
--- a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditorPlugin.java
+++ b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreEditorPlugin.java
@@ -1,9 +1,9 @@
/**
* Copyright (c) 2004-2006 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
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreModelWizard.java b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreModelWizard.java
index b2682ea0c..141a11b1b 100644
--- a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreModelWizard.java
+++ b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/EcoreModelWizard.java
@@ -1,9 +1,9 @@
/**
* Copyright (c) 2004-2007 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
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/package.html b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/package.html
index 7d5bc9854..75e96c55a 100644
--- a/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/package.html
+++ b/plugins/org.eclipse.emf.ecore.editor/src/org/eclipse/emf/ecore/presentation/package.html
@@ -8,9 +8,9 @@ content="text/html; charset=ISO-8859-1" /><!--
/**
* Copyright (c) 2002-2004 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
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation

Back to the top