[Git][java-team/eclipse-platform-runtime][master] 3 commits: Enabled more bundles

Emmanuel Bourg gitlab at salsa.debian.org
Wed Sep 5 14:53:50 BST 2018


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


Commits:
73465b50 by Emmanuel Bourg at 2018-09-05T13:50:58Z
Enabled more bundles

- - - - -
c435fccc by Emmanuel Bourg at 2018-09-05T13:51:06Z
Standards-Version updated to 4.2.1

- - - - -
a20bb934 by Emmanuel Bourg at 2018-09-05T13:52:04Z
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/build.xml
=====================================
@@ -46,4 +46,50 @@
     </make-bundle>
   </target>
 
+  <!-- Eclipse Contexts -->
+  <target name="org.eclipse.e4.core.contexts" depends="org.eclipse.e4.core.di">
+    <make-bundle name="org.eclipse.e4.core.contexts" depends="org.eclipse.e4.core.di">
+      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
+      <pathelement path="/usr/share/java/eclipse-osgi-services.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Dependency Injection -->
+  <target name="org.eclipse.e4.core.di" depends="org.eclipse.e4.core.di.annotations">
+    <make-bundle name="org.eclipse.e4.core.di" depends="org.eclipse.e4.core.di.annotations">
+      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Dependency Injection Annotations -->
+  <target name="org.eclipse.e4.core.di.annotations">
+    <make-bundle name="org.eclipse.e4.core.di.annotations">
+      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Dependency Injection Extensions -->
+  <target name="org.eclipse.e4.core.di.extensions">
+    <make-bundle name="org.eclipse.e4.core.di.extensions">
+      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Dependency Injection Extensions Supplier -->
+  <target name="org.eclipse.e4.core.di.extensions.supplier" depends="org.eclipse.e4.core.contexts,org.eclipse.e4.core.di,org.eclipse.e4.core.di.annotations,org.eclipse.e4.core.di.extensions">
+    <make-bundle name="org.eclipse.e4.core.di.extensions.supplier" depends="org.eclipse.e4.core.contexts,org.eclipse.e4.core.di,org.eclipse.e4.core.di.annotations,org.eclipse.e4.core.di.extensions">
+      <pathelement path="/usr/share/java/eclipse-osgi-services.jar"/>
+      <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+    </make-bundle>
+  </target>
+
+  <!-- Eclipse Application Services -->
+  <target name="org.eclipse.e4.core.services" depends="org.eclipse.e4.core.contexts,org.eclipse.e4.core.di,org.eclipse.e4.core.di.annotations">
+    <make-bundle name="org.eclipse.e4.core.services" depends="org.eclipse.e4.core.contexts,org.eclipse.e4.core.di,org.eclipse.e4.core.di.annotations">
+      <pathelement path="/usr/share/java/atinject-jsr330-api.jar"/>
+      <pathelement path="/usr/share/java/equinox-common.jar"/>
+      <pathelement path="/usr/share/java/eclipse-osgi-services.jar"/>
+    </make-bundle>
+  </target>
+
 </project>


=====================================
debian/bundles
=====================================
@@ -1,5 +1,11 @@
-#org.eclipse.core.contenttype
-#org.eclipse.core.expressions
+org.eclipse.core.contenttype
+org.eclipse.core.expressions
 org.eclipse.core.jobs
-#org.eclipse.core.runtime
+org.eclipse.core.runtime
 #org.eclipse.core.tools
+org.eclipse.e4.core.contexts
+org.eclipse.e4.core.di
+org.eclipse.e4.core.di.annotations
+org.eclipse.e4.core.di.extensions
+org.eclipse.e4.core.di.extensions.supplier
+org.eclipse.e4.core.services


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+eclipse-platform-runtime (4.7.3-2) unstable; urgency=medium
+
+  * Enabled more bundles
+  * Standards-Version updated to 4.2.1
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 05 Sep 2018 15:51:58 +0200
+
 eclipse-platform-runtime (4.7.3-1) unstable; urgency=medium
 
   * Initial release (Closes: #903632)


=====================================
debian/control
=====================================
@@ -6,14 +6,16 @@ Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends:
  debhelper (>= 11~),
  default-jdk,
- libequinox-osgi-java,
-# libequinox-app-java,
+ libatinject-jsr330-api-java,
+ libeclipse-osgi-java,
+ libeclipse-osgi-services-java,
+ libequinox-app-java,
  libequinox-common-java,
-# libequinox-preferences-java,
-# libequinox-registry-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
  libswt-gtk-4-java,
  eclipse-debian-helper
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/eclipse-platform-runtime.git
 Vcs-Browser: https://salsa.debian.org/java-team/eclipse-platform-runtime
 Homepage: http://www.eclipse.org/eclipse/platform-core/
@@ -30,41 +32,41 @@ Description: Eclipse Core Jobs
  .
  This package contains the org.eclipse.core.jobs bundle.
 
-#Package: libeclipse-core-contenttype-java
-#Architecture: all
-#Depends: ${misc:Depends}, ${bundle-Depends}
-#Description: Eclipse Content Mechanism
-# Eclipse Platform defines the set of frameworks and common services that
-# collectively make up infrastructure required to support the use of Eclipse
-# as a component model, as a Rich Client Platform (RCP) and as a comprehensive
-# tool integration platform. The core component provides basic platform
-# infrastructure that does not involve any UI.
-# .
-# This package contains the org.eclipse.core.contenttype bundle.
+Package: libeclipse-core-contenttype-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}
+Description: Eclipse Content Mechanism
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.core.contenttype bundle.
 
-#Package: libeclipse-core-runtime-java
-#Architecture: all
-#Depends: ${misc:Depends}, ${bundle-Depends}
-#Description: Eclipse Core Runtime
-# Eclipse Platform defines the set of frameworks and common services that
-# collectively make up infrastructure required to support the use of Eclipse
-# as a component model, as a Rich Client Platform (RCP) and as a comprehensive
-# tool integration platform. The core component provides basic platform
-# infrastructure that does not involve any UI.
-# .
-# This package contains the org.eclipse.core.runtime bundle.
+Package: libeclipse-core-runtime-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}
+Description: Eclipse Core Runtime
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.core.runtime bundle.
 
-#Package: libeclipse-core-expressions-java
-#Architecture: all
-#Depends: ${misc:Depends}, ${bundle-Depends}, libequinox-common-java, libequinox-preferences-java, libequinox-registry-java
-#Description: Eclipse Expression Language
-# Eclipse Platform defines the set of frameworks and common services that
-# collectively make up infrastructure required to support the use of Eclipse
-# as a component model, as a Rich Client Platform (RCP) and as a comprehensive
-# tool integration platform. The core component provides basic platform
-# infrastructure that does not involve any UI.
-# .
-# This package contains the org.eclipse.core.expressions bundle.
+Package: libeclipse-core-expressions-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}, libequinox-common-java, libequinox-preferences-java, libequinox-registry-java
+Description: Eclipse Expression Language
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.core.expressions bundle.
 
 #Package: libeclipse-core-tools-java
 #Architecture: all
@@ -77,3 +79,76 @@ Description: Eclipse Core Jobs
 # infrastructure that does not involve any UI.
 # .
 # This package contains the org.eclipse.core.tools bundle.
+
+
+Package: libeclipse-e4-core-contexts-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}, libatinject-jsr330-api-java, libeclipse-osgi-services-java
+Description: Eclipse Contexts
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.e4.core.contexts bundle.
+
+Package: libeclipse-e4-core-di-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}, libatinject-jsr330-api-java
+Description: Eclipse Dependency Injection
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.e4.core.di bundle.
+
+Package: libeclipse-e4-core-di-annotations-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}, libatinject-jsr330-api-java
+Description: Eclipse Dependency Injection Annotations
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.e4.core.di.annotations bundle.
+
+Package: libeclipse-e4-core-di-extensions-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}, libatinject-jsr330-api-java
+Description: Eclipse Dependency Injection Extensions
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.e4.core.di.extensions bundle.
+
+Package: libeclipse-e4-core-di-extensions-supplier-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}, libeclipse-osgi-services-java, libequinox-preferences-java
+Description: Eclipse Dependency Injection Extensions Supplier
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.e4.core.di.extensions.supplier bundle.
+
+Package: libeclipse-e4-core-services-java
+Architecture: all
+Depends: ${misc:Depends}, ${bundle-Depends}, libatinject-jsr330-api-java, libequinox-common-java
+Description: Eclipse Application Services
+ Eclipse Platform defines the set of frameworks and common services that
+ collectively make up infrastructure required to support the use of Eclipse
+ as a component model, as a Rich Client Platform (RCP) and as a comprehensive
+ tool integration platform. The core component provides basic platform
+ infrastructure that does not involve any UI.
+ .
+ This package contains the org.eclipse.e4.core.services bundle.



View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-runtime/compare/9a84147ac7425420c19dda0bd6182905dae93ca4...a20bb934113612fa1427f9834a61306d950accd3

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-runtime/compare/9a84147ac7425420c19dda0bd6182905dae93ca4...a20bb934113612fa1427f9834a61306d950accd3
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/20180905/0d60b193/attachment.html>


More information about the pkg-java-commits mailing list