1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: eclipse-emf
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>, Jochen Sprickerhof <jspricke@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
eclipse-debian-helper (>= 1.4~),
libeclipse-core-resources-java,
libeclipse-osgi-java,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/eclipse-emf.git
Vcs-Browser: https://salsa.debian.org/java-team/eclipse-emf
Homepage: http://www.eclipse.org/emf
Rules-Requires-Root: no
Package: libeclipse-emf-common-java
Architecture: all
Depends: ${misc:Depends}, ${bundle:Depends}, libequinox-common-java, libeclipse-core-contenttype-java,
Description: Eclipse Modeling Framework (EMF) Common
The Eclipse Modeling Framework (EMF) allows developers to build tools and
other applications based on a structured data model. From a model
specification described in XMI, EMF provides tools and runtime support to
produce a set of Java classes for the model, along with a set of adapter
classes that enable viewing and command-based editing of the model, and a
basic editor.
.
This package contains the org.eclipse.emf.common bundle.
Package: libeclipse-emf-ecore-java
Architecture: all
Depends: ${misc:Depends}, ${bundle:Depends}, libeclipse-core-resources-java,
Description: Eclipse Modeling Framework (EMF) Ecore
The Eclipse Modeling Framework (EMF) allows developers to build tools and
other applications based on a structured data model. From a model
specification described in XMI, EMF provides tools and runtime support to
produce a set of Java classes for the model, along with a set of adapter
classes that enable viewing and command-based editing of the model, and a
basic editor.
.
This package contains the org.eclipse.emf.ecore bundle.
Package: libeclipse-emf-ecore-xmi-java
Architecture: all
Depends: ${misc:Depends}, ${bundle:Depends}, libeclipse-core-contenttype-java, libeclipse-core-runtime-java, libequinox-registry-java,
Description: Eclipse Modeling Framework (EMF) XML/XMI Persistence
The Eclipse Modeling Framework (EMF) allows developers to build tools and
other applications based on a structured data model. From a model
specification described in XMI, EMF provides tools and runtime support to
produce a set of Java classes for the model, along with a set of adapter
classes that enable viewing and command-based editing of the model, and a
basic editor.
.
This package contains the org.eclipse.emf.ecore.xmi bundle.
Package: libeclipse-emf-ecore-change-java
Architecture: all
Depends: ${misc:Depends}, ${bundle:Depends}, libeclipse-core-runtime-java
Description: Eclipse Modeling Framework (EMF) Change Model
The Eclipse Modeling Framework (EMF) allows developers to build tools and
other applications based on a structured data model. From a model
specification described in XMI, EMF provides tools and runtime support to
produce a set of Java classes for the model, along with a set of adapter
classes that enable viewing and command-based editing of the model, and a
basic editor.
.
This package contains the org.eclipse.emf.ecore.change bundle.
Package: libeclipse-emf-edit-java
Architecture: all
Depends: ${misc:Depends}, ${bundle:Depends}, libeclipse-core-runtime-java, libequinox-registry-java
Description: Eclipse Modeling Framework (EMF) Edit
The Eclipse Modeling Framework (EMF) allows developers to build tools and
other applications based on a structured data model. From a model
specification described in XMI, EMF provides tools and runtime support to
produce a set of Java classes for the model, along with a set of adapter
classes that enable viewing and command-based editing of the model, and a
basic editor.
.
This package contains the org.eclipse.emf.edit bundle.
|