Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Build the org.eclipse.jdt.ui bundle
· 4642a057
Emmanuel Bourg
authored
Nov 22, 2018
4642a057
Build the org.eclipse.jdt.astview bundle
· 7fac69a6
Emmanuel Bourg
authored
Nov 22, 2018
7fac69a6
Upload to unstable
· ea1fb379
Emmanuel Bourg
authored
Nov 22, 2018
ea1fb379
Show whitespace changes
Inline
Side-by-side
debian/build.xml
View file @
ea1fb379
...
...
@@ -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
View file @
ea1fb379
#
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
View file @
ea1fb379
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@apache.org>
Mon, 29 Oct 2018 19:47:56
+0100
-- Emmanuel Bourg <ebourg@apache.org>
Thu, 22 Nov 2018 18:31:10
+0100
eclipse-jdt-ui (4.7.3-1) unstable; urgency=medium
...
...
debian/control
View file @
ea1fb379
...
...
@@ -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:
...
...