[Git][java-team/eclipse-platform-ui][master] 13 commits: Build the org.eclipse.ui.ide and org.eclipse.ui.views bundles

Emmanuel Bourg gitlab at salsa.debian.org
Thu Oct 25 23:27:33 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-platform-ui


Commits:
6dcd585b by Emmanuel Bourg at 2018-10-25T11:24:41Z
Build the org.eclipse.ui.ide and org.eclipse.ui.views bundles

- - - - -
7ddb8648 by Emmanuel Bourg at 2018-10-25T11:24:46Z
Build the org.eclipse.ui.navigator bundle

- - - - -
ed56a2c3 by Emmanuel Bourg at 2018-10-25T13:06:18Z
Build the org.eclipse.ui.monitoring bundle

- - - - -
9ceaa88f by Emmanuel Bourg at 2018-10-25T13:41:29Z
Build the org.eclipse.ui.browser bundle

- - - - -
21aaa998 by Emmanuel Bourg at 2018-10-25T14:17:35Z
Build the org.eclipse.e4.ui.progress bundle

- - - - -
21050e18 by Emmanuel Bourg at 2018-10-25T14:29:21Z
Build the org.eclipse.ui bundle

- - - - -
442b1a0a by Emmanuel Bourg at 2018-10-25T15:00:19Z
Build the org.eclipse.ui.views.properties.tabbed bundle

- - - - -
1abe5fc9 by Emmanuel Bourg at 2018-10-25T15:48:18Z
Build the org.eclipse.ui.ide.application bundle

- - - - -
49bf84a7 by Emmanuel Bourg at 2018-10-25T15:54:42Z
Depend on xml-apis-1.4.01.jar instead of xml-apis.jar

- - - - -
ca8998ff by Emmanuel Bourg at 2018-10-25T20:21:57Z
Added the missing dependencies to the packages added in the previous update

- - - - -
b5466778 by Emmanuel Bourg at 2018-10-25T20:41:49Z
Wrap and sort

- - - - -
6de57fb2 by Emmanuel Bourg at 2018-10-25T20:47:28Z
Fixed the description of libeclipse-e4-ui-workbench-swt-java

- - - - -
2899a406 by Emmanuel Bourg at 2018-10-25T21:11:25Z
Upload to unstable

- - - - -


4 changed files:

- debian/build.xml
- debian/bundles
- debian/changelog
- debian/control


Changes:

=====================================
debian/build.xml
=====================================
@@ -140,6 +140,24 @@
     </make-bundle>
   </target>
 
+  <!-- Eclipse e4 Progress View -->
+  <target name="org.eclipse.e4.ui.progress" depends="org.eclipse.e4.core.commands,org.eclipse.e4.ui.di,org.eclipse.e4.ui.model.workbench,org.eclipse.e4.ui.services,org.eclipse.e4.ui.workbench,org.eclipse.jface">
+    <make-bundle name="org.eclipse.e4.ui.progress" depends="org.eclipse.e4.core.commands,org.eclipse.e4.ui.di,org.eclipse.e4.ui.model.workbench,org.eclipse.e4.ui.services,org.eclipse.e4.ui.workbench,org.eclipse.jface">
+      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-jobs.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-runtime.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/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+      <pathelement path="/usr/share/java/icu4j.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
+    </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">
@@ -231,7 +249,7 @@
       <pathelement path="/usr/share/java/equinox-common.jar"/>
       <pathelement path="/usr/share/java/equinox-preferences.jar"/>
       <pathelement path="/usr/share/java/swt4.jar"/>
-      <pathelement path="/usr/share/java/xml-apis.jar"/>
+      <pathelement path="/usr/share/java/xml-apis-1.4.01.jar"/>
     </make-bundle>
   </target>
 
@@ -256,7 +274,8 @@
       <pathelement path="/usr/share/java/icu4j.jar"/>
       <pathelement path="/usr/share/java/sac.jar"/>
       <pathelement path="/usr/share/java/swt4.jar"/>
-      <pathelement path="/usr/share/java/xml-apis.jar"/>
+      <pathelement path="/usr/share/java/xml-apis-1.4.01.jar"/>
+      <pathelement path="/usr/share/java/xml-apis-ext.jar"/>
     </make-bundle>
   </target>
 
@@ -278,8 +297,25 @@
   </target>
 
   <!-- Eclipse UI -->
-  <target name="org.eclipse.ui" depends="org.eclipse.ui.workbench">
-    <make-bundle name="org.eclipse.ui" depends="org.eclipse.ui.workbench">
+  <target name="org.eclipse.ui" depends="org.eclipse.jface,org.eclipse.ui.workbench">
+    <make-bundle name="org.eclipse.ui" depends="org.eclipse.jface,org.eclipse.ui.workbench">
+      <pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Browser Support -->
+  <target name="org.eclipse.ui.browser" depends="org.eclipse.jface,org.eclipse.ui.workbench">
+    <make-bundle name="org.eclipse.ui.browser" depends="org.eclipse.jface,org.eclipse.ui.workbench">
+      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+      <pathelement path="/usr/share/java/equinox-registry.jar"/>
+      <pathelement path="/usr/share/java/icu4j.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
     </make-bundle>
   </target>
 
@@ -291,7 +327,106 @@
       <pathelement path="/usr/share/java/equinox-registry.jar"/>
       <pathelement path="/usr/share/java/icu4j.jar"/>
       <pathelement path="/usr/share/java/swt4.jar"/>
-      <pathelement path="/usr/share/java/xml-apis.jar"/>
+      <pathelement path="/usr/share/java/xml-apis-1.4.01.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse IDE UI -->
+  <target name="org.eclipse.ui.ide" depends="org.eclipse.e4.core.commands,org.eclipse.e4.ui.workbench,org.eclipse.jface,org.eclipse.ui.forms,org.eclipse.ui.views,org.eclipse.ui.workbench">
+    <make-bundle name="org.eclipse.ui.ide" depends="org.eclipse.e4.core.commands,org.eclipse.e4.ui.workbench,org.eclipse.jface,org.eclipse.ui.forms,org.eclipse.ui.views,org.eclipse.ui.workbench">
+      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-commands.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-contenttype.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-expressions.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-filesystem.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-jobs.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-resources.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
+      <pathelement path="/usr/share/java/eclipse-e4-core-contexts.jar"/>
+      <pathelement path="/usr/share/java/eclipse-e4-core-di-annotations.jar"/>
+      <pathelement path="/usr/share/java/eclipse-e4-core-di-extensions.jar"/>
+      <pathelement path="/usr/share/java/eclipse-e4-core-services.jar"/>
+      <pathelement path="/usr/share/java/eclipse-help.jar"/>
+      <pathelement path="/usr/share/java/eclipse-jface-text.jar"/>
+      <pathelement path="/usr/share/java/equinox-bidi.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-p2-engine.jar"/>
+      <pathelement path="/usr/share/java/equinox-p2-metadata.jar"/>
+      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+      <pathelement path="/usr/share/java/equinox-registry.jar"/>
+      <pathelement path="/usr/share/java/icu4j.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse IDE UI Application -->
+  <target name="org.eclipse.ui.ide.application" depends="org.eclipse.core.commands,org.eclipse.e4.ui.model.workbench,org.eclipse.e4.ui.workbench,org.eclipse.e4.ui.workbench3,org.eclipse.jface,org.eclipse.ui.ide,org.eclipse.ui.workbench">
+    <make-bundle name="org.eclipse.ui.ide.application" depends="org.eclipse.core.commands,org.eclipse.e4.ui.model.workbench,org.eclipse.e4.ui.workbench,org.eclipse.e4.ui.workbench3,org.eclipse.jface,org.eclipse.ui.ide,org.eclipse.ui.workbench">
+      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-filesystem.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-jobs.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-net.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-resources.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
+      <pathelement path="/usr/share/java/eclipse-e4-core-contexts.jar"/>
+      <pathelement path="/usr/share/java/eclipse-e4-core-di-annotations.jar"/>
+      <pathelement path="/usr/share/java/eclipse-e4-core-di-extensions.jar"/>
+      <pathelement path="/usr/share/java/eclipse-e4-core-services.jar"/>
+      <pathelement path="/usr/share/java/equinox-app.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+      <pathelement path="/usr/share/java/equinox-registry.jar"/>
+      <pathelement path="/usr/share/java/icu4j.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse UI Responsiveness Monitoring -->
+  <target name="org.eclipse.ui.monitoring" depends="org.eclipse.ui.workbench">
+    <make-bundle name="org.eclipse.ui.monitoring" depends="org.eclipse.ui.workbench">
+      <pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
+      <pathelement path="/usr/share/java/eclipse-jface.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+      <pathelement path="/usr/share/java/equinox-registry.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Common Navigator View -->
+  <target name="org.eclipse.ui.navigator" depends="org.eclipse.core.commands,org.eclipse.jface,org.eclipse.ui.workbench">
+    <make-bundle name="org.eclipse.ui.navigator" depends="org.eclipse.core.commands,org.eclipse.jface,org.eclipse.ui.workbench">
+      <pathelement path="/usr/share/java/eclipse-core-expressions.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-jobs.jar"/>
+      <pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
+      <pathelement path="/usr/share/java/eclipse-jface.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+      <pathelement path="/usr/share/java/equinox-registry.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Views -->
+  <target name="org.eclipse.ui.views" depends="org.eclipse.core.commands,org.eclipse.jface,org.eclipse.ui.workbench">
+    <make-bundle name="org.eclipse.ui.views" depends="org.eclipse.core.commands,org.eclipse.jface,org.eclipse.ui.workbench">
+      <pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
+      <pathelement path="/usr/share/java/eclipse-help.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-registry.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Tabbed Properties View -->
+  <target name="org.eclipse.ui.views.properties.tabbed" depends="org.eclipse.core.commands,org.eclipse.e4.ui.css.core,org.eclipse.e4.ui.css.swt,org.eclipse.jface,org.eclipse.ui.forms,org.eclipse.ui.views,org.eclipse.ui.workbench">
+    <make-bundle name="org.eclipse.ui.views.properties.tabbed" depends="org.eclipse.core.commands,org.eclipse.e4.ui.css.core,org.eclipse.e4.ui.css.swt,org.eclipse.jface,org.eclipse.ui.forms,org.eclipse.ui.views,org.eclipse.ui.workbench">
+      <pathelement path="/usr/share/java/eclipse-core-runtime.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/equinox-registry.jar"/>
+      <pathelement path="/usr/share/java/swt4.jar"/>
+      <pathelement path="/usr/share/java/icu4j.jar"/>
+      <pathelement path="/usr/share/java/xml-apis-1.4.01.jar"/>
     </make-bundle>
   </target>
 
@@ -318,7 +453,7 @@
       <pathelement path="/usr/share/java/equinox-registry.jar"/>
       <pathelement path="/usr/share/java/icu4j.jar"/>
       <pathelement path="/usr/share/java/swt4.jar"/>
-      <pathelement path="/usr/share/java/xml-apis.jar"/>
+      <pathelement path="/usr/share/java/xml-apis-1.4.01.jar"/>
     </make-bundle>
   </target>
 


=====================================
debian/bundles
=====================================
@@ -12,6 +12,7 @@ org.eclipse.e4.ui.css.swt.theme
 org.eclipse.e4.ui.di
 org.eclipse.e4.ui.dialogs
 org.eclipse.e4.ui.model.workbench
+org.eclipse.e4.ui.progress
 org.eclipse.e4.ui.services
 org.eclipse.e4.ui.swt.gtk
 org.eclipse.e4.ui.widgets
@@ -22,6 +23,13 @@ org.eclipse.e4.ui.workbench.renderers.swt
 org.eclipse.e4.ui.workbench.swt
 org.eclipse.jface
 org.eclipse.jface.databinding
-#org.eclipse.ui
+org.eclipse.ui
+org.eclipse.ui.browser
 org.eclipse.ui.forms
+org.eclipse.ui.ide
+org.eclipse.ui.ide.application
+org.eclipse.ui.monitoring
+org.eclipse.ui.navigator
+org.eclipse.ui.views
+org.eclipse.ui.views.properties.tabbed
 org.eclipse.ui.workbench


=====================================
debian/changelog
=====================================
@@ -1,3 +1,29 @@
+eclipse-platform-ui (4.7.3-4) unstable; urgency=medium
+
+  * Build more bundles:
+    - org.eclipse.e4.ui.progress
+    - org.eclipse.ui
+    - org.eclipse.ui.browser
+    - org.eclipse.ui.ide
+    - org.eclipse.ui.ide.application
+    - org.eclipse.ui.monitoring
+    - org.eclipse.ui.navigator
+    - org.eclipse.ui.views
+    - org.eclipse.ui.views.properties.tabbed
+  * Depend on xml-apis-1.4.01.jar instead of xml-apis.jar
+  * Added the missing dependencies for:
+    - libeclipse-ui-forms-java
+    - libeclipse-ui-workbench-java
+    - libeclipse-e4-ui-model-workbench-java
+    - libeclipse-e4-ui-workbench-java
+    - libeclipse-e4-ui-workbench3-java
+    - libeclipse-e4-ui-workbench-addons-swt-java
+    - libeclipse-e4-ui-workbench-renderers-swt-java
+    - libeclipse-e4-ui-workbench-swt-java
+  * Fixed the description of libeclipse-e4-ui-workbench-swt-java
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 25 Oct 2018 23:11:08 +0200
+
 eclipse-platform-ui (4.7.3-3) unstable; urgency=medium
 
   [ Emmanuel Bourg ]


=====================================
debian/control
=====================================
@@ -6,32 +6,40 @@ Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends:
  debhelper (>= 11~),
  default-jdk,
+ eclipse-debian-helper,
  libatinject-jsr330-api-java,
  libcommons-jxpath-java,
+ libeclipse-core-commands-java,
+ libeclipse-core-contenttype-java,
  libeclipse-core-expressions-java,
+ libeclipse-core-filesystem-java,
  libeclipse-core-jobs-java,
+ libeclipse-core-net-java,
+ libeclipse-core-resources-java,
  libeclipse-core-runtime-java,
  libeclipse-e4-core-contexts-java,
- libeclipse-e4-core-services-java,
- libeclipse-e4-core-di-java,
  libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-di-extensions-java,
  libeclipse-e4-core-di-extensions-supplier-java,
+ libeclipse-e4-core-di-java,
+ libeclipse-e4-core-services-java,
+ libeclipse-emf-ecore-xmi-java,
+ libeclipse-help-java,
+ libeclipse-jface-text-java,
  libeclipse-osgi-java,
  libeclipse-osgi-services-java,
+ libequinox-app-java,
  libequinox-bidi-java,
  libequinox-common-java,
+ libequinox-p2-engine-java,
+ libequinox-p2-metadata-java,
  libequinox-preferences-java,
  libequinox-registry-java,
- libicu4j-java,
- libswt-gtk-4-java (>= 4.7.3),
- libxml-commons-external-java,
- libeclipse-e4-core-di-extensions-java,
- libeclipse-emf-ecore-xmi-java,
- libeclipse-help-java,
- libequinox-app-java,
  libgeronimo-osgi-support-java,
+ libicu4j-java,
  libjaxb-java,
- eclipse-debian-helper
+ libswt-gtk-4-java (>= 4.7.3),
+ libxml-commons-external-java
 Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/eclipse-platform-ui.git
 Vcs-Browser: https://salsa.debian.org/java-team/eclipse-platform-ui
@@ -98,9 +106,9 @@ Depends:
  ${misc:Depends},
  ${bundle:Depends},
  libeclipse-core-expressions-java,
+ libeclipse-e4-core-contexts-java,
  libeclipse-e4-core-di-java,
  libeclipse-e4-core-di-annotations-java,
- libeclipse-e4-core-contexts-java,
  libeclipse-e4-core-services-java,
  libequinox-common-java
 Description: Eclipse e4 core commands
@@ -237,6 +245,10 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${bundle:Depends},
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-services-java,
+ libeclipse-emf-common-java,
+ libeclipse-emf-ecore-java
 Description: Eclipse Workbench Model
  The Eclipse Platform UI project is responsible for the runtime, user interface
  and help components of Eclipse. Platform UI provides the basic building blocks
@@ -245,6 +257,31 @@ Description: Eclipse Workbench Model
  .
  This package contains the org.eclipse.e4.ui.model.workbench bundle.
 
+Package: libeclipse-e4-ui-progress-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libatinject-jsr330-api-java,
+ libeclipse-core-commands-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-runtime-java,
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-di-java,
+ libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-services-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libicu4j-java,
+ libswt-gtk-4-java
+Description: Eclipse e4 Progress View
+ 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.progress bundle.
+
 Package: libeclipse-e4-ui-services-java
 Architecture: all
 Depends:
@@ -270,8 +307,8 @@ Depends:
  ${misc:Depends},
  ${bundle:Depends},
  libatinject-jsr330-api-java,
- libeclipse-osgi-services-java,
  libeclipse-e4-core-services-java,
+ libeclipse-osgi-services-java,
  libswt-gtk-4-java (>= 4.7.3)
 Description: Eclipse UI GTK Enhancements
  The Eclipse Platform UI project is responsible for the runtime, user interface
@@ -294,7 +331,21 @@ Description: Eclipse UI Custom widgets
 
 Package: libeclipse-e4-ui-workbench-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle:Depends}
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libatinject-jsr330-api-java,
+ libeclipse-core-commands-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-runtime-java,
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-di-java,
+ libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-services-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libicu4j-java,
+ libswt-gtk-4-java
 Description: Eclipse e4 Workbench
  The Eclipse Platform UI project is responsible for the runtime, user interface
  and help components of Eclipse. Platform UI provides the basic building blocks
@@ -305,7 +356,12 @@ Description: Eclipse e4 Workbench
 
 Package: libeclipse-e4-ui-workbench3-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle:Depends}
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libequinox-common-java,
+ libequinox-registry-java,
+ libswt-gtk-4-java
 Description: Bundle for Workbench APIs available in e4
  The Eclipse Platform UI project is responsible for the runtime, user interface
  and help components of Eclipse. Platform UI provides the basic building blocks
@@ -316,7 +372,20 @@ Description: Bundle for Workbench APIs available in e4
 
 Package: libeclipse-e4-ui-workbench-addons-swt-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle:Depends}
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libatinject-jsr330-api-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-runtime-java,
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-di-java,
+ libeclipse-e4-core-services-java,
+ libeclipse-emf-common-java,
+ libeclipse-emf-ecore-java,
+ libequinox-common-java,
+ libswt-gtk-4-java
 Description: Eclipse e4 Workbench Add-ons
  The Eclipse Platform UI project is responsible for the runtime, user interface
  and help components of Eclipse. Platform UI provides the basic building blocks
@@ -327,7 +396,20 @@ Description: Eclipse e4 Workbench Add-ons
 
 Package: libeclipse-e4-ui-workbench-renderers-swt-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle:Depends}
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libatinject-jsr330-api-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-runtime-java,
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-di-java,
+ libeclipse-e4-core-services-java,
+ libeclipse-emf-common-java,
+ libeclipse-emf-ecore-java,
+ libequinox-common-java,
+ libswt-gtk-4-java
 Description: Eclipse e4 Workbench SWT Renderer
  The Eclipse Platform UI project is responsible for the runtime, user interface
  and help components of Eclipse. Platform UI provides the basic building blocks
@@ -338,14 +420,27 @@ Description: Eclipse e4 Workbench SWT Renderer
 
 Package: libeclipse-e4-ui-workbench-swt-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle:Depends}
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libatinject-jsr330-api-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-runtime-java,
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-di-java,
+ libeclipse-e4-core-services-java,
+ libeclipse-emf-common-java,
+ libeclipse-emf-ecore-java,
+ libequinox-common-java,
+ liblibswt-gtk-4-java
 Description: Eclipse e4 Workbench SWT
  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.renderers.swt bundle.
+ This package contains the org.eclipse.e4.ui.workbench.swt bundle.
 
 Package: libeclipse-jface-java
 Architecture: all
@@ -378,9 +473,54 @@ Description: Eclipse JFace Data Binding for SWT and JFace
  .
  This package contains the org.eclipse.jface.databinding bundle.
 
+Package: libeclipse-ui-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-core-runtime-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libswt-gtk-4-java
+Description: Eclipse UI
+ 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.ui bundle.
+
+Package: libeclipse-ui-browser-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-core-commands-java,
+ libeclipse-core-runtime-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
+ libicu4j-java,
+ libswt-gtk-4-java
+Description: Eclipse Browser Support
+ 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.ui.browser bundle.
+
 Package: libeclipse-ui-forms-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle:Depends}
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-core-runtime-java,
+ libequinox-common-java,
+ libequinox-registry-java,
+ libicu4j-java,
+ libswt-gtk-4-java,
+ libxml-commons-external-java
 Description: Eclipse UI forms
  The Eclipse Platform UI project is responsible for the runtime, user interface
  and help components of Eclipse. Platform UI provides the basic building blocks
@@ -389,9 +529,173 @@ Description: Eclipse UI forms
  .
  This package contains the org.eclipse.ui.forms bundle.
 
+Package: libeclipse-ui-ide-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libatinject-jsr330-api-java,
+ libeclipse-core-commands-java,
+ libeclipse-core-contenttype-java,
+ libeclipse-core-expressions-java,
+ libeclipse-core-filesystem-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-resources-java,
+ libeclipse-core-runtime-java,
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-di-extensions-java,
+ libeclipse-e4-core-services-java,
+ libeclipse-help-java,
+ libeclipse-jface-text-java,
+ libequinox-bidi-java,
+ libequinox-common-java,
+ libequinox-p2-engine-java,
+ libequinox-p2-metadata-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
+ libicu4j-java,
+ libswt-gtk-4-java
+Description: Eclipse IDE UI
+ 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.ui.ide bundle.
+
+Package: libeclipse-ui-ide-application-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libatinject-jsr330-api-java,
+ libeclipse-core-filesystem-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-net-java,
+ libeclipse-core-resources-java,
+ libeclipse-core-runtime-java,
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-di-extensions-java,
+ libeclipse-e4-core-services-java,
+ libequinox-app-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
+ libicu4j-java,
+ libswt-gtk-4-java
+Description: Eclipse IDE UI Application
+ 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.ui.ide.application bundle.
+
+Package: libeclipse-ui-navigator-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-core-expressions-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-runtime-java,
+ libeclipse-jface-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
+ libswt-gtk-4-java
+Description: Eclipse Common Navigator View
+ 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.ui.navigator bundle.
+
+Package: libeclipse-ui-monitoring-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-core-runtime-java,
+ libeclipse-jface-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
+ libswt-gtk-4-java
+Description: Eclipse UI Responsiveness Monitoring
+ 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.ui.monitoring bundle.
+
+Package: libeclipse-ui-views-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-core-runtime-java,
+ libeclipse-help-java,
+ libequinox-common-java,
+ libequinox-registry-java,
+ libswt-gtk-4-java
+Description: Eclipse Views
+ 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.ui.views bundle.
+
+Package: libeclipse-ui-views-properties-tabbed-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-core-runtime-java,
+ libequinox-common-java,
+ libequinox-registry-java,
+ libicu4j-java,
+ libswt-gtk-4-java,
+ libxml-commons-external-java
+Description: Eclipse Tabbed Properties View
+ 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.ui.views.properties.tabbed bundle.
+
 Package: libeclipse-ui-workbench-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle:Depends}
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libatinject-jsr330-api-java,
+ libeclipse-core-contenttype-java,
+ libeclipse-core-expressions-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-runtime-java,
+ libeclipse-e4-core-contexts-java,
+ libeclipse-e4-core-di-annotations-java,
+ libeclipse-e4-core-di-extensions-java,
+ libeclipse-e4-core-di-java,
+ libeclipse-e4-core-services-java,
+ libeclipse-emf-common-java,
+ libeclipse-emf-ecore-java,
+ libeclipse-emf-ecore-xmi-java,
+ libeclipse-help-java,
+ libequinox-app-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
+ libicu4j-java,
+ libswt-gtk-4-java,
+ libxml-commons-external-java
 Description: Eclipse Workbench
  The Eclipse Platform UI project is responsible for the runtime, user interface
  and help components of Eclipse. Platform UI provides the basic building blocks



View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-ui/compare/cb529257bcd3489b64dca136940f712ccb2018ca...2899a40631ffdb6d20d1b1aed6106dba1e49e0c5

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-ui/compare/cb529257bcd3489b64dca136940f712ccb2018ca...2899a40631ffdb6d20d1b1aed6106dba1e49e0c5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181025/6a4b0ea4/attachment.html>


More information about the pkg-java-commits mailing list