Skip to content
Commits on Source (6)
eclipse-emf (2.18.0-1) unstable; urgency=medium
* New upstream version 2.18.0
* Update copyright
* Bump policy version (no changes)
* Switch to debhelper-compat and debhelper 12
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 27 Jul 2019 20:51:37 +0200
eclipse-emf (2.16.0-1) unstable; urgency=medium
* New upstream version 2.16.0
......
......@@ -4,12 +4,12 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>, Jochen Sprickerhof <jspricke@debian.org>
Build-Depends:
debhelper (>= 11),
debhelper-compat (= 12),
default-jdk,
eclipse-debian-helper (>= 1.4~),
libeclipse-core-resources-java,
libeclipse-osgi-java,
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/eclipse-emf.git
Vcs-Browser: https://salsa.debian.org/java-team/eclipse-emf
Homepage: http://www.eclipse.org/emf
......
......@@ -7,11 +7,11 @@ Comment:
Files: *
Copyright: 2001-2012, Ed Merks
2000-2018, IBM Corporation
2000-2019, IBM Corporation
2009-2011, BestSolution.at
2007, Brad Reynolds
2014, CEA
2011-2018, Eclipse Contributors
2011-2019, Eclipse Contributors
2002-2008, Embarcadero Technologies
2008-2012, Hallvard Traetteberg
2010, JBoss by Red Hat
......@@ -19,7 +19,7 @@ Copyright: 2001-2012, Ed Merks
2009-2018, Kenn Hussey
2008-2009, Matthew Hall
2013, Obeo
2015, THALES GLOBAL SERVICES
2015, 2019, THALES GLOBAL SERVICES
2009, TIBCO Software Inc
1999-2010, The Apache Software Foundation
2008-2009, Tom Schindl
......
......@@ -2,10 +2,10 @@
<feature
id="org.eclipse.emf.doc"
label="%featureName"
version="2.15.0.qualifier"
version="2.17.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.emf.license"
license-feature-version="2.10.0">
license-feature-version="2.11.0">
<description>
%description
......
......@@ -12,7 +12,7 @@
<groupId>org.eclipse.emf.features</groupId>
<artifactId>org.eclipse.emf.doc</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.17.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.doc; singleton:=true
Bundle-Version: 2.13.0.qualifier
Bundle-Version: 2.15.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.5.0,4.0.0)"
......
......@@ -12,7 +12,7 @@
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.doc</artifactId>
<version>2.13.0-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
......@@ -2,10 +2,10 @@
<feature
id="org.eclipse.emf.examples"
label="%featureName"
version="2.14.0.qualifier"
version="2.15.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.emf.license"
license-feature-version="2.10.0">
license-feature-version="2.11.0">
<description>
%description
......
......@@ -12,7 +12,7 @@
<groupId>org.eclipse.emf.features</groupId>
<artifactId>org.eclipse.emf.examples</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
......@@ -4,14 +4,16 @@ Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.emf.examples.databinding.project.core
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.emf.examples.databinding.project.core.internal.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)",
org.eclipse.emf.edit;bundle-version="[2.13.0,3.0.0)"
org.eclipse.emf.ecore.xmi;bundle-version="[2.16.0,3.0.0)",
org.eclipse.emf.edit;bundle-version="[2.15.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.emf.examples.databinding.project.core
Export-Package: org.eclipse.emf.examples.databinding.project.core,
org.eclipse.emf.examples.databinding.project.core.internal;x-internal:=true,
org.eclipse.emf.examples.databinding.project.core.internal.xmi;x-internal:=true
Service-Component: META-INF/component.xml, META-INF/xmiprovider.xml
Import-Package: org.eclipse.emf.examples.databinding.project.core.model.project
Automatic-Module-Name: org.eclipse.emf.examples.databinding.project.core
......@@ -12,7 +12,7 @@
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.examples.databinding.project.core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
......@@ -4,7 +4,7 @@ Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.emf.examples.databinding.project.ui.rcp;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.5.0.qualifier
Bundle-Activator: org.eclipse.emf.example.databinding.project.ui.rcp.Activator
Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
......@@ -12,11 +12,11 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
org.eclipse.core.databinding.property;bundle-version="[1.3.0,2.0.0)",
org.eclipse.jface.databinding;bundle-version="[1.4.0,2.0.0)",
org.eclipse.ui.forms;bundle-version="[3.5.0,4.0.0)",
org.eclipse.emf.databinding;bundle-version="[1.4.0,2.0.0)",
org.eclipse.emf.databinding.edit;bundle-version="[1.4.0,2.0.0)",
org.eclipse.emf.examples.databinding.project.core;bundle-version="[1.2.0,2.0.0)",
org.eclipse.emf.databinding;bundle-version="[1.5.0,2.0.0)",
org.eclipse.emf.databinding.edit;bundle-version="[1.6.0,2.0.0)",
org.eclipse.emf.examples.databinding.project.core;bundle-version="[1.3.0,2.0.0)",
org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)"
org.eclipse.emf.ecore.xmi;bundle-version="[2.16.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.eclipse.emf.examples.databinding.project.core.model.project
......
......@@ -12,7 +12,7 @@
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.examples.databinding.project.ui.rcp</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
......@@ -32,6 +32,7 @@ import org.eclipse.emf.databinding.EMFUpdateValueStrategy;
* Helper class which builds a two column form with labels and text-fields
* @param <P> the value property type
*/
@SuppressWarnings("deprecation")
public class FormBuilder<P extends IValueProperty>
{
private class Entry
......
......@@ -49,6 +49,7 @@ import org.eclipse.emf.examples.databinding.project.core.model.project.ProjectPa
/**
* Dialog to edit the committer ship
*/
@SuppressWarnings("deprecation")
public class CommitterShipDialog extends TitleAreaDialog
{
private final DataBindingContext ctx;
......
......@@ -57,6 +57,7 @@ import org.eclipse.emf.examples.databinding.project.core.model.project.ProjectPa
/**
* Dialog to edit person data
*/
@SuppressWarnings("deprecation")
public class PersonDialog extends TitleAreaDialog
{
private final Person person;
......
......@@ -48,6 +48,7 @@ import org.eclipse.emf.examples.databinding.project.core.model.project.ProjectPa
/**
* Part showing the current committers
*/
@SuppressWarnings("deprecation")
public class ProjectCommittersPart
{
private static final String END_DATE_PROPERTY = "enddate";
......
......@@ -86,6 +86,7 @@ import org.eclipse.emf.examples.databinding.project.core.model.project.ProjectPa
/**
* Part responsible for rendering the project tree
*/
@SuppressWarnings("deprecation")
public class ProjectExplorerPart
{
private final TreeViewer viewer;
......
......@@ -73,6 +73,7 @@ import org.eclipse.emf.examples.databinding.project.core.model.project.ProjectPa
/**
* Part creating the form area
*/
@SuppressWarnings("deprecation")
public class ProjectFormAreaPart
{
private DataBindingContext ctx;
......