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
|
Source: eclipse-emf
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Niels Thykier <niels@thykier.net>, Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 7),
default-jdk,
eclipse-pde (>= 3.5.2),
eclipse-platform (>= 3.5.2),
javahelper (>= 0.31~),
tofrodos,
unzip,
zip
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-emf.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse-emf.git
Homepage: http://www.eclipse.org/emf
Package: eclipse-emf
Architecture: all
Depends: default-jre | java5-runtime | java6-runtime,
eclipse-platform (>= 3.5.2),
${misc:Depends}
Description: Eclipse Modeling Framework (EMF)
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.
Package: eclipse-emf-examples
Architecture: all
Depends: default-jre | java5-runtime | java6-runtime,
eclipse-emf (= ${source:Version}),
${misc:Depends}
Description: Eclipse EMF examples
Installable versions of the example projects from the SDKs that demonstrate how
to use the Eclipse Modeling Framework (EMF) plugin.
Package: eclipse-emf-sdk
Architecture: all
Depends: default-jre | java5-runtime | java6-runtime,
eclipse-emf (= ${source:Version}),
eclipse-pde (>= 3.5.2),
${misc:Depends}
Description: Eclipse Modeling Framework (EMF) - (Source/Documentation)
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.
.
Documentation and source for the Eclipse Modeling Framework (EMF).
|