[Git][java-team/eclipse-platform-runtime][master] Build the org.eclipse.help bundle migrated from eclipse-platform-ua
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Jul 22 07:30:31 BST 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-platform-runtime
Commits:
f11b1af6 by Emmanuel Bourg at 2024-07-22T08:30:07+02:00
Build the org.eclipse.help bundle migrated from eclipse-platform-ua
- - - - -
4 changed files:
- debian/build.xml
- debian/bundles
- debian/changelog
- debian/control
Changes:
=====================================
debian/build.xml
=====================================
@@ -96,4 +96,14 @@
</make-bundle>
</target>
+ <!-- Help System Core -->
+ <target name="org.eclipse.help" depends="org.eclipse.core.expressions,org.eclipse.core.runtime">
+ <make-bundle name="org.eclipse.help" depends="org.eclipse.core.expressions,org.eclipse.core.runtime" basedir="ua">
+ <pathelement path="/usr/share/java/equinox-common.jar"/>
+ <pathelement path="/usr/share/java/equinox-registry.jar"/>
+ <pathelement path="/usr/share/java/equinox-preferences.jar"/>
+ <pathelement path="/usr/share/java/icu4j.jar"/>
+ </make-bundle>
+ </target>
+
</project>
=====================================
debian/bundles
=====================================
@@ -9,3 +9,4 @@ org.eclipse.e4.core.di.annotations
org.eclipse.e4.core.di.extensions
org.eclipse.e4.core.di.extensions.supplier
org.eclipse.e4.core.services
+org.eclipse.help
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+eclipse-platform-runtime (4.29-2) unstable; urgency=medium
+
+ * Build the org.eclipse.help bundle migrated from eclipse-platform-ua
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 22 Jul 2024 08:29:40 +0200
+
eclipse-platform-runtime (4.29-1) unstable; urgency=medium
* New upstream release
=====================================
debian/control
=====================================
@@ -14,8 +14,9 @@ Build-Depends:
libequinox-preferences-java,
libequinox-registry-java,
libgeronimo-annotation-1.3-spec-java,
+ libicu4j-java,
libswt-gtk-4-java,
- eclipse-debian-helper
+ eclipse-debian-helper (>= 1.10~)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/eclipse-platform-runtime.git
Vcs-Browser: https://salsa.debian.org/java-team/eclipse-platform-runtime
@@ -153,3 +154,27 @@ Description: Eclipse Application Services
infrastructure that does not involve any UI.
.
This package contains the org.eclipse.e4.core.services bundle.
+
+Package: libeclipse-help-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
+ libicu4j-java
+Description: Eclipse Help System Core
+ The Platform User Assistance component provides the mechanisms for making the
+ Eclipse applications easier to use. These mechanisms are made available
+ throughout usage life cycle and include initial user experience (welcome),
+ online documentation, dynamic help, search, cheat sheets, automation and
+ samples.
+ .
+ The goal of this component is to make it easier for users to accomplish their
+ tasks in Eclipse applications. While it includes the traditional book-based
+ help system, increasing effort is spent towards bringing assistance closer to
+ the user. Welcome, dynamic help view and cheat sheets are examples of user
+ assistance vehicles that can be used that way.
+ .
+ This package contains the org.eclipse.help bundle.
View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-runtime/-/commit/f11b1af637506b82015c4fc01e778f702be5a06a
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-runtime/-/commit/f11b1af637506b82015c4fc01e778f702be5a06a
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/20240722/15649d0e/attachment.htm>
More information about the pkg-java-commits
mailing list