Loading debian/build.xml +13 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,19 @@ </make-bundle> </target> <!-- Eclipse UI Application Services --> <target name="org.eclipse.e4.ui.services" depends="org.eclipse.core.commands,org.eclipse.e4.ui.di"> <make-bundle name="org.eclipse.e4.ui.services" depends="org.eclipse.core.commands,org.eclipse.e4.ui.di"> <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/> <pathelement path="/usr/share/java/eclipse-e4-core-contexts.jar"/> <pathelement path="/usr/share/java/eclipse-e4-core-di.jar"/> <pathelement path="/usr/share/java/eclipse-e4-core-di-annotations.jar"/> <pathelement path="/usr/share/java/eclipse-e4-core-services.jar"/> <pathelement path="/usr/share/java/eclipse-osgi-services.jar"/> <pathelement path="/usr/share/java/xml-apis-1.4.01.jar"/> </make-bundle> </target> <!-- Eclipse JFace --> <target name="org.eclipse.jface" depends="org.eclipse.core.commands"> <make-bundle name="org.eclipse.jface" depends="org.eclipse.core.commands"> Loading debian/bundles +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ org.eclipse.e4.ui.css.core org.eclipse.e4.ui.css.swt org.eclipse.e4.ui.di org.eclipse.e4.ui.dialogs org.eclipse.e4.ui.services org.eclipse.jface org.eclipse.jface.databinding #org.eclipse.ui Loading debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ eclipse-platform-ui (4.7.3-2) UNRELEASED; urgency=medium * Build the org.eclipse.e4.ui.css.core and org.eclipse.e4.ui.css.swt bundles * Build the org.eclipse.e4.ui.di bundle * Build the org.eclipse.e4.ui.dialogs bundle * Build the org.eclipse.e4.ui.services bundle * Standards-Version updated to 4.2.1 -- Emmanuel Bourg <ebourg@apache.org> Mon, 24 Sep 2018 23:44:46 +0200 Loading debian/control +20 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,26 @@ Description: Eclipse e4 dialogs . This package contains the org.eclipse.e4.ui.dialogs bundle. Package: libeclipse-e4-ui-services-java Architecture: all Depends: ${misc:Depends}, ${bundle:Depends}, libatinject-jsr330-api-java, libeclipse-e4-core-contexts-java, libeclipse-e4-core-di-java, libeclipse-e4-core-di-annotations-java, libeclipse-e4-core-di-services-java, libeclipse-osgi-services-java, libxml-commons-external-java Description: Eclipse UI Application Services The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.services bundle. Package: libeclipse-jface-java Architecture: all Depends: Loading Loading
debian/build.xml +13 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,19 @@ </make-bundle> </target> <!-- Eclipse UI Application Services --> <target name="org.eclipse.e4.ui.services" depends="org.eclipse.core.commands,org.eclipse.e4.ui.di"> <make-bundle name="org.eclipse.e4.ui.services" depends="org.eclipse.core.commands,org.eclipse.e4.ui.di"> <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/> <pathelement path="/usr/share/java/eclipse-e4-core-contexts.jar"/> <pathelement path="/usr/share/java/eclipse-e4-core-di.jar"/> <pathelement path="/usr/share/java/eclipse-e4-core-di-annotations.jar"/> <pathelement path="/usr/share/java/eclipse-e4-core-services.jar"/> <pathelement path="/usr/share/java/eclipse-osgi-services.jar"/> <pathelement path="/usr/share/java/xml-apis-1.4.01.jar"/> </make-bundle> </target> <!-- Eclipse JFace --> <target name="org.eclipse.jface" depends="org.eclipse.core.commands"> <make-bundle name="org.eclipse.jface" depends="org.eclipse.core.commands"> Loading
debian/bundles +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ org.eclipse.e4.ui.css.core org.eclipse.e4.ui.css.swt org.eclipse.e4.ui.di org.eclipse.e4.ui.dialogs org.eclipse.e4.ui.services org.eclipse.jface org.eclipse.jface.databinding #org.eclipse.ui Loading
debian/changelog +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ eclipse-platform-ui (4.7.3-2) UNRELEASED; urgency=medium * Build the org.eclipse.e4.ui.css.core and org.eclipse.e4.ui.css.swt bundles * Build the org.eclipse.e4.ui.di bundle * Build the org.eclipse.e4.ui.dialogs bundle * Build the org.eclipse.e4.ui.services bundle * Standards-Version updated to 4.2.1 -- Emmanuel Bourg <ebourg@apache.org> Mon, 24 Sep 2018 23:44:46 +0200 Loading
debian/control +20 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,26 @@ Description: Eclipse e4 dialogs . This package contains the org.eclipse.e4.ui.dialogs bundle. Package: libeclipse-e4-ui-services-java Architecture: all Depends: ${misc:Depends}, ${bundle:Depends}, libatinject-jsr330-api-java, libeclipse-e4-core-contexts-java, libeclipse-e4-core-di-java, libeclipse-e4-core-di-annotations-java, libeclipse-e4-core-di-services-java, libeclipse-osgi-services-java, libxml-commons-external-java Description: Eclipse UI Application Services The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.services bundle. Package: libeclipse-jface-java Architecture: all Depends: Loading