[Git][java-team/eclipse-jdt-ui][master] 3 commits: Build the org.eclipse.jdt.ui bundle
Emmanuel Bourg
gitlab at salsa.debian.org
Thu Nov 22 17:33:53 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-jdt-ui
Commits:
4642a057 by Emmanuel Bourg at 2018-11-22T17:01:58Z
Build the org.eclipse.jdt.ui bundle
- - - - -
7fac69a6 by Emmanuel Bourg at 2018-11-22T17:14:45Z
Build the org.eclipse.jdt.astview bundle
- - - - -
ea1fb379 by Emmanuel Bourg at 2018-11-22T17:31:19Z
Upload to unstable
- - - - -
4 changed files:
- debian/build.xml
- debian/bundles
- debian/changelog
- debian/control
Changes:
=====================================
debian/build.xml
=====================================
@@ -95,7 +95,6 @@
<!-- Eclipse Java Development Tools UI -->
<target name="org.eclipse.jdt.ui" depends="org.eclipse.jdt.core.manipulation,org.eclipse.ltk.core.refactoring,org.eclipse.ltk.ui.refactoring">
- <!-- TODO Eclipse Search, Eclipse Debug UI, org.eclipse.ui.console -->
<make-bundle name="org.eclipse.jdt.ui" basedir="." depends="org.eclipse.jdt.core.manipulation,org.eclipse.ltk.core.refactoring,org.eclipse.ltk.ui.refactoring">
<pathelement path="/usr/share/java/eclipse-compare.jar"/>
<pathelement path="/usr/share/java/eclipse-compare-core.jar"/>
=====================================
debian/bundles
=====================================
@@ -1,9 +1,9 @@
-#org.eclipse.jdt.astview
+org.eclipse.jdt.astview
org.eclipse.jdt.core.manipulation
#org.eclipse.jdt.junit
org.eclipse.jdt.junit.core
org.eclipse.jdt.junit.runtime
org.eclipse.jdt.junit4.runtime
-#org.eclipse.jdt.ui
+org.eclipse.jdt.ui
org.eclipse.ltk.core.refactoring
org.eclipse.ltk.ui.refactoring
=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
-eclipse-jdt-ui (4.7.3-2) UNRELEASED; urgency=medium
+eclipse-jdt-ui (4.7.3-2) unstable; urgency=medium
+ * Build more bundles:
+ - Build the org.eclipse.jdt.astview bundle
+ - Build the org.eclipse.jdt.ui bundle
* Fixed the watch file
- -- Emmanuel Bourg <ebourg at apache.org> Mon, 29 Oct 2018 19:47:56 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 22 Nov 2018 18:31:10 +0100
eclipse-jdt-ui (4.7.3-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -17,22 +17,24 @@ Build-Depends:
libeclipse-core-filebuffers-java,
libeclipse-core-filesystem-java,
libeclipse-core-jobs-java,
- libeclipse-core-runtime-java,
libeclipse-core-resources-java,
+ libeclipse-core-runtime-java,
libeclipse-core-variables-java,
libeclipse-debug-core-java,
-#libeclipse-debug-ui-java,
+ libeclipse-debug-ui-java,
libeclipse-help-java,
+ libeclipse-jdt-core-java,
libeclipse-jdt-launching-java,
libeclipse-jface-java,
libeclipse-jface-text-java,
-#libeclipse-search-java,
+ libeclipse-search-java,
libeclipse-team-core-java,
libeclipse-team-ui-java,
libeclipse-text-java,
-#libeclipse-ui-console-java,
+ libeclipse-ui-console-java,
libeclipse-ui-editors-java,
libeclipse-ui-forms-java,
+ libeclipse-ui-ide-java,
libeclipse-ui-navigator-java,
libeclipse-ui-views-java,
libeclipse-ui-workbench-java,
@@ -51,6 +53,52 @@ Vcs-Git: https://salsa.debian.org/java-team/eclipse-jdt-ui.git
Vcs-Browser: https://salsa.debian.org/java-team/eclipse-jdt-ui
Homepage: https://www.eclipse.org/jdt/ui/
+Package: libeclipse-jdt-astview-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-core-commands-java,
+ libeclipse-core-filebuffers-java,
+ libeclipse-core-resources-java,
+ libeclipse-core-runtime-java,
+ libeclipse-jdt-core-java,
+ libeclipse-jface-java,
+ libeclipse-jface-text-java,
+ libeclipse-text-java,
+ libeclipse-ui-workbench-java,
+ libeclipse-ui-workbench-texteditor-java,
+ libequinox-common-java,
+ libequinox-registry-java,
+ libswt-gtk-4-java
+Description: Eclipse AST View Plug-in
+ Eclipse JDT UI implements the user interface for the Java IDE. It provides
+ several workbench contributions for viewing and manipulating Java code:
+ * Package Explorer View - shows the Java element tree as defined
+ by a project's build class path
+ * Type Hierarchy View - shows the sub- and supertype hierarchies
+ * Java Outline View - shows the structure of a Java compilation unit
+ or class file
+ * Java Browsing Perspecitve - allows navigating the Java model using
+ separate views for projects, packages, types and memebers.
+ * Wizards for creating Java elements - Java project, package, class,
+ interface
+ * Java Editor - syntax coloring, content specific code assist, code
+ resolve, method level edit, import assistance, quick fix and quick
+ assist
+ .
+ In addition to these workbench elements the following functions are provided:
+ * Refactoring support - Extract Method, Safe Rename and Moving with
+ reference updates, Self Encapsulate Field etc.
+ * Java searching - find declarations of and/or references to packages,
+ types, methods, and fields, scoped to the workspace, a working set,
+ or the current selection.
+ * Java aware structured compare - determine and present changes to
+ individual Java methods. It supports to replace individual Java elements
+ with a version of an element from the local history.
+ .
+ This package contains the org.eclipse.jdt.astview bundle.
+
Package: libeclipse-jdt-core-manipulation-java
Architecture: all
Depends:
@@ -200,6 +248,75 @@ Description: Eclipse Java Development Tools JUnit4 Runtime Support
.
This package contains the org.eclipse.jdt.junit4.runtime bundle.
+Package: libeclipse-jdt-ui-java
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${bundle:Depends},
+ libeclipse-compare-java,
+ libeclipse-compare-core-java,
+ libeclipse-core-commands-java,
+ libeclipse-core-contenttype-java,
+ libeclipse-core-expressions-java,
+ libeclipse-core-filebuffers-java,
+ libeclipse-core-filesystem-java,
+ libeclipse-core-jobs-java,
+ libeclipse-core-resources-java,
+ libeclipse-core-runtime-java,
+ libeclipse-core-variables-java,
+ libeclipse-debug-core-java,
+ libeclipse-debug-ui-java,
+ libeclipse-help-java,
+ libeclipse-jdt-core-java,
+ libeclipse-jdt-launching-java,
+ libeclipse-jface-java,
+ libeclipse-jface-text-java,
+ libeclipse-search-java,
+ libeclipse-team-core-java,
+ libeclipse-team-ui-java,
+ libeclipse-text-java,
+ libeclipse-ui-console-java,
+ libeclipse-ui-editors-java,
+ libeclipse-ui-forms-java,
+ libeclipse-ui-ide-java,
+ libeclipse-ui-navigator-java,
+ libeclipse-ui-views-java,
+ libeclipse-ui-workbench-java,
+ libeclipse-ui-workbench-texteditor-java,
+ libequinox-bidi-java,
+ libequinox-common-java,
+ libequinox-preferences-java,
+ libequinox-registry-java,
+ libicu4j-java,
+ libswt-gtk-4-java,
+Description: Eclipse Java Development Tools UI
+ Eclipse JDT UI implements the user interface for the Java IDE. It provides
+ several workbench contributions for viewing and manipulating Java code:
+ * Package Explorer View - shows the Java element tree as defined
+ by a project's build class path
+ * Type Hierarchy View - shows the sub- and supertype hierarchies
+ * Java Outline View - shows the structure of a Java compilation unit
+ or class file
+ * Java Browsing Perspecitve - allows navigating the Java model using
+ separate views for projects, packages, types and memebers.
+ * Wizards for creating Java elements - Java project, package, class,
+ interface
+ * Java Editor - syntax coloring, content specific code assist, code
+ resolve, method level edit, import assistance, quick fix and quick
+ assist
+ .
+ In addition to these workbench elements the following functions are provided:
+ * Refactoring support - Extract Method, Safe Rename and Moving with
+ reference updates, Self Encapsulate Field etc.
+ * Java searching - find declarations of and/or references to packages,
+ types, methods, and fields, scoped to the workspace, a working set,
+ or the current selection.
+ * Java aware structured compare - determine and present changes to
+ individual Java methods. It supports to replace individual Java elements
+ with a version of an element from the local history.
+ .
+ This package contains the org.eclipse.jdt.ui bundle.
+
Package: libeclipse-ltk-core-refactoring-java
Architecture: all
Depends:
View it on GitLab: https://salsa.debian.org/java-team/eclipse-jdt-ui/compare/97adefc9b9b7d7f56f0c33156e41da8f8d299e0d...ea1fb379b2593c30e98f08e276303a9454a60626
--
View it on GitLab: https://salsa.debian.org/java-team/eclipse-jdt-ui/compare/97adefc9b9b7d7f56f0c33156e41da8f8d299e0d...ea1fb379b2593c30e98f08e276303a9454a60626
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/20181122/a9e1dae2/attachment.html>
More information about the pkg-java-commits
mailing list