Skip to content
Snippets Groups Projects
Commit df00f1b0 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Build the org.eclipse.e4.ui.services bundle

parent 35a41051
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
......@@ -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
......
......@@ -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
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment