eclipse-jdt-core 4.9-1~18.04 source package in Ubuntu

Changelog

eclipse-jdt-core (4.9-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1817567.

eclipse-jdt-core (4.9-1) unstable; urgency=medium

  * New upstream release
    - The license changed to EPL-2.0

eclipse-jdt-core (4.8-1) unstable; urgency=medium

  * New upstream release
  * Fixed the Vcs-Browser URL

eclipse-jdt-core (4.7.3-1) unstable; urgency=medium

  * Initial release (Closes: #903913)

 -- Matthias Klose <email address hidden>  Thu, 07 Mar 2019 11:23:31 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
eclipse-jdt-core_4.9.orig.tar.xz 6.6 MiB 7a18d181d4bc87f28c29aa9ea36499d1b5ce594c41dc0b3296ee1d6dff143a80
eclipse-jdt-core_4.9-1~18.04.debian.tar.xz 8.6 KiB 122ece2e490244ab48bcc61f16039af582fe5aa4db5b520a2e37c99ab85cb4e9
eclipse-jdt-core_4.9-1~18.04.dsc 2.8 KiB 4f8ff531db0f453ec7d3e5d5f834dfbbbd4d5e306ca5ecff2b60c2fdae5afb9f

View changes file

Binary packages built by this source

libeclipse-jdt-annotation-java: No summary available for libeclipse-jdt-annotation-java in ubuntu cosmic.

No description available for libeclipse-jdt-annotation-java in ubuntu cosmic.

libeclipse-jdt-apt-core-java: No summary available for libeclipse-jdt-apt-core-java in ubuntu cosmic.

No description available for libeclipse-jdt-apt-core-java in ubuntu cosmic.

libeclipse-jdt-apt-pluggable-core-java: No summary available for libeclipse-jdt-apt-pluggable-core-java in ubuntu cosmic.

No description available for libeclipse-jdt-apt-pluggable-core-java in ubuntu cosmic.

libeclipse-jdt-compiler-apt-java: No summary available for libeclipse-jdt-compiler-apt-java in ubuntu cosmic.

No description available for libeclipse-jdt-compiler-apt-java in ubuntu cosmic.

libeclipse-jdt-compiler-tool-java: No summary available for libeclipse-jdt-compiler-tool-java in ubuntu cosmic.

No description available for libeclipse-jdt-compiler-tool-java in ubuntu cosmic.

libeclipse-jdt-core-java: Eclipse Java Development Tools Core

 Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE.
 It includes:
  * An incremental Java compiler. Implemented as an Eclipse builder, it is based
    on technology evolved from VisualAge for Java compiler. In particular, it
    allows one to run and debug code which still contains unresolved errors.
  * A Java Model that provides API for navigating the Java element tree.
    The Java element tree defines a Java centric view of a project. It surfaces
    elements like package fragments, compilation units, binary classes, types,
    methods, fields.
  * A Java Document Model providing API for manipulating a structured Java
    source document.
  * Code assist and code select support.
  * An indexed based search infrastructure that is used for searching, code
    assist, type hierarchy computation, and refactoring. The Java search engine
    can accurately find precise matches either in sources or binaries.
  * Evaluation support either in a scrapbook page or a debugger context.
  * Source code formatter
 .
 This package contains the org.eclipse.jdt.core bundle.