Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.workingsets')
-rw-r--r--plugins/org.eclipse.oomph.workingsets/.settings/org.eclipse.jdt.ui.prefs2
-rw-r--r--plugins/org.eclipse.oomph.workingsets/META-INF/MANIFEST.MF10
-rw-r--r--plugins/org.eclipse.oomph.workingsets/about.html6
-rw-r--r--plugins/org.eclipse.oomph.workingsets/about.ini4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/about.properties4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/build.properties4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/plugin.properties4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/plugin.xml4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/pom.xml6
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/ExclusionPredicate.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/InclusionPredicate.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSet.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetGroup.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsPackage.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/ExclusionPredicateImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/InclusionPredicateImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/PreferencesURIHandlerImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetGroupImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsPackageImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/package-info.java2
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/package-info.java2
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsSwitch.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsUtil.java4
-rw-r--r--plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/package-info.java2
28 files changed, 57 insertions, 57 deletions
diff --git a/plugins/org.eclipse.oomph.workingsets/.settings/org.eclipse.jdt.ui.prefs b/plugins/org.eclipse.oomph.workingsets/.settings/org.eclipse.jdt.ui.prefs
index 4ac0357df..24b6d0cff 100644
--- a/plugins/org.eclipse.oomph.workingsets/.settings/org.eclipse.jdt.ui.prefs
+++ b/plugins/org.eclipse.oomph.workingsets/.settings/org.eclipse.jdt.ui.prefs
@@ -64,7 +64,7 @@ org.eclipse.jdt.ui.keywordthis=false
org.eclipse.jdt.ui.ondemandthreshold=99
org.eclipse.jdt.ui.overrideannotation=true
org.eclipse.jdt.ui.staticondemandthreshold=99
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment"/><template autoinsert\="false" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment"/><template autoinsert\="false" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment"/><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\r\n * Copyright (c) ${year} ${user}${location} and others.\r\n * All rights reserved. This program and the accompanying materials\r\n * are made available under the terms of the Eclipse Public License v1.0\r\n * which accompanies this distribution, and is available at\r\n * http\://www.eclipse.org/legal/epl-v10.html\r\n * \r\n * Contributors\:\r\n * ${user} - initial API and implementation\r\n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n */</template><template autoinsert\="false" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment"/><template autoinsert\="false" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment"/><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment"/><template autoinsert\="false" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment"/><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="false" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">${exception_var}.printStackTrace();</template><template autoinsert\="false" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">${body_statement}</template><template autoinsert\="false" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment"/><template autoinsert\="false" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment"/><template autoinsert\="false" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment"/><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\r\n * Copyright (c) ${year} ${user}${location} and others.\r\n * All rights reserved. This program and the accompanying materials\r\n * are made available under the terms of the Eclipse Public License v2.0\r\n * which accompanies this distribution, and is available at\r\n * http\://www.eclipse.org/legal/epl-v20.html\r\n * \r\n * Contributors\:\r\n * ${user} - initial API and implementation\r\n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n */</template><template autoinsert\="false" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment"/><template autoinsert\="false" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment"/><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment"/><template autoinsert\="false" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment"/><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="false" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">${exception_var}.printStackTrace();</template><template autoinsert\="false" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">${body_statement}</template><template autoinsert\="false" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
sp_cleanup.add_default_serial_version_id=true
sp_cleanup.add_generated_serial_version_id=false
sp_cleanup.add_missing_annotations=true
diff --git a/plugins/org.eclipse.oomph.workingsets/META-INF/MANIFEST.MF b/plugins/org.eclipse.oomph.workingsets/META-INF/MANIFEST.MF
index 801636897..e7ff1da15 100644
--- a/plugins/org.eclipse.oomph.workingsets/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.oomph.workingsets/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.oomph.workingsets;singleton:=true
-Bundle-Version: 1.9.0.qualifier
+Bundle-Version: 1.10.0.qualifier
Bundle-ClassPath: .
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
@@ -9,10 +9,10 @@ Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.10.0,3.0.0)";visibility:=reexport,
- org.eclipse.oomph.predicates;bundle-version="[1.9.0,2.0.0)";visibility:=reexport
+ org.eclipse.oomph.predicates;bundle-version="[1.10.0,2.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.oomph.workingsets;version="1.9.0",
- org.eclipse.oomph.workingsets.impl;version="1.9.0",
- org.eclipse.oomph.workingsets.util;version="1.9.0"
+Export-Package: org.eclipse.oomph.workingsets;version="1.10.0",
+ org.eclipse.oomph.workingsets.impl;version="1.10.0",
+ org.eclipse.oomph.workingsets.util;version="1.10.0"
Automatic-Module-Name: org.eclipse.oomph.workingsets
diff --git a/plugins/org.eclipse.oomph.workingsets/about.html b/plugins/org.eclipse.oomph.workingsets/about.html
index d35d5aed6..0881ccdec 100644
--- a/plugins/org.eclipse.oomph.workingsets/about.html
+++ b/plugins/org.eclipse.oomph.workingsets/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>.
+Eclipse Public License Version 2.0(&quot;EPL&quot;). A copy of the EPL is available
+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.oomph.workingsets/about.ini b/plugins/org.eclipse.oomph.workingsets/about.ini
index 5f81ba3d9..e7d8a3873 100644
--- a/plugins/org.eclipse.oomph.workingsets/about.ini
+++ b/plugins/org.eclipse.oomph.workingsets/about.ini
@@ -1,8 +1,8 @@
# Copyright (c) 2014 Eike Stepper (Loehne, Germany) 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:
# Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/about.properties b/plugins/org.eclipse.oomph.workingsets/about.properties
index e8432f4aa..8d9657463 100644
--- a/plugins/org.eclipse.oomph.workingsets/about.properties
+++ b/plugins/org.eclipse.oomph.workingsets/about.properties
@@ -1,8 +1,8 @@
# Copyright (c) 2014, 2016 Eike Stepper (Loehne, Germany) 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:
# Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/build.properties b/plugins/org.eclipse.oomph.workingsets/build.properties
index 8226013b8..5fdac1297 100644
--- a/plugins/org.eclipse.oomph.workingsets/build.properties
+++ b/plugins/org.eclipse.oomph.workingsets/build.properties
@@ -1,8 +1,8 @@
# Copyright (c) 2014-2016 Eike Stepper (Loehne, Germany) 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:
# Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/plugin.properties b/plugins/org.eclipse.oomph.workingsets/plugin.properties
index e1f6f518d..199dbef7a 100644
--- a/plugins/org.eclipse.oomph.workingsets/plugin.properties
+++ b/plugins/org.eclipse.oomph.workingsets/plugin.properties
@@ -1,8 +1,8 @@
# Copyright (c) 2014 Eike Stepper (Loehne, Germany) 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:
# Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/plugin.xml b/plugins/org.eclipse.oomph.workingsets/plugin.xml
index 0340220ac..41be2f004 100644
--- a/plugins/org.eclipse.oomph.workingsets/plugin.xml
+++ b/plugins/org.eclipse.oomph.workingsets/plugin.xml
@@ -3,9 +3,9 @@
<!--
Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/pom.xml b/plugins/org.eclipse.oomph.workingsets/pom.xml
index 2c9e86ec6..546f327d0 100644
--- a/plugins/org.eclipse.oomph.workingsets/pom.xml
+++ b/plugins/org.eclipse.oomph.workingsets/pom.xml
@@ -2,9 +2,9 @@
<!--
Copyright (c) 2014-2017 Eike Stepper (Loehne, Germany) 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:
Eike Stepper - initial API and implementation
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.oomph</groupId>
<artifactId>org.eclipse.oomph.workingsets</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/ExclusionPredicate.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/ExclusionPredicate.java
index 6c7bf4fe8..e9bdc458c 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/ExclusionPredicate.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/ExclusionPredicate.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/InclusionPredicate.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/InclusionPredicate.java
index 66c127cd9..e21cc1524 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/InclusionPredicate.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/InclusionPredicate.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSet.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSet.java
index db55ef5c6..57a5124ca 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSet.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSet.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetGroup.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetGroup.java
index 269af6d91..c8de390e0 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetGroup.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetGroup.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsFactory.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsFactory.java
index 362748530..7a6d3ed1f 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsFactory.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsFactory.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsPackage.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsPackage.java
index 12fd65347..d5393b287 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsPackage.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/WorkingSetsPackage.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/ExclusionPredicateImpl.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/ExclusionPredicateImpl.java
index ba981d310..077b39993 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/ExclusionPredicateImpl.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/ExclusionPredicateImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/InclusionPredicateImpl.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/InclusionPredicateImpl.java
index 746922a8f..ada4904ec 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/InclusionPredicateImpl.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/InclusionPredicateImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/PreferencesURIHandlerImpl.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/PreferencesURIHandlerImpl.java
index a990dc620..d31648dfc 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/PreferencesURIHandlerImpl.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/PreferencesURIHandlerImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetGroupImpl.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetGroupImpl.java
index cf15e6265..5b4753dcd 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetGroupImpl.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetGroupImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetImpl.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetImpl.java
index e3d95ca67..13a46de61 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetImpl.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015, 2018 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsFactoryImpl.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsFactoryImpl.java
index 2bb3bc945..58b6d7469 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsFactoryImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsPackageImpl.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsPackageImpl.java
index 0c87a2615..b220a37bb 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsPackageImpl.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/WorkingSetsPackageImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015, 2018 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/package-info.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/package-info.java
index 44de8ab8f..78210e33e 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/package-info.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/impl/package-info.java
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2014-2016 Eike Stepper (Loehne, Germany) 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 Contributors:
+ * the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html Contributors:
* Eike Stepper - initial API and implementation
*/
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/package-info.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/package-info.java
index 768e7efae..37cc41f94 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/package-info.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/package-info.java
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2014-2016 Eike Stepper (Loehne, Germany) 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 Contributors:
+ * the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html Contributors:
* Eike Stepper - initial API and implementation
*/
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsAdapterFactory.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsAdapterFactory.java
index b1245cbd0..05211483b 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsAdapterFactory.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsAdapterFactory.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsSwitch.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsSwitch.java
index 139083e0d..d30d0b283 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsSwitch.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsSwitch.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsUtil.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsUtil.java
index b4b9ee69b..ea58ed414 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsUtil.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/WorkingSetsUtil.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/package-info.java b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/package-info.java
index 90b0996b9..238114b7a 100644
--- a/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/package-info.java
+++ b/plugins/org.eclipse.oomph.workingsets/src/org/eclipse/oomph/workingsets/util/package-info.java
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2014-2016 Eike Stepper (Loehne, Germany) 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 Contributors:
+ * the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html Contributors:
* Eike Stepper - initial API and implementation
*/

Back to the top