File: control

package info (click to toggle)
eclipse-emf 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,964 kB
  • sloc: java: 407,889; xml: 7,165; sh: 200; makefile: 13
file content (83 lines) | stat: -rw-r--r-- 3,545 bytes parent folder | download
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
82
83
Source: eclipse-emf
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Niels Thykier <niels@thykier.net>
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.2
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}),
         eclipse-xsd (= ${source:Version}),
         ${misc:Depends}
Description: Eclipse EMF/XSD examples
 Installable versions of the example projects from the SDKs that demonstrate how
 to use the Eclipse Modeling Framework (EMF) and XML Schema Definition (XSD)
 plugins.

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).

Package: eclipse-xsd
Architecture: all
Depends: default-jre | java5-runtime | java6-runtime,
         eclipse-emf (= ${source:Version}),
         ${misc:Depends}
Description: XML Schema Definition (XSD) for Eclipse
 The XML Schema Definition (XSD) plugin is a library that provides an API for
 manipulating the components of an XML Schema as described by the W3C XML
 Schema specifications, as well as an API for manipulating the DOM-accessible
 representation of XML Schema as a series of XML documents.

Package: eclipse-xsd-sdk
Architecture: all
Depends: default-jre | java5-runtime | java6-runtime,
         eclipse-emf-sdk (= ${source:Version}),
         eclipse-pde (>= 3.5.2),
         eclipse-xsd (= ${source:Version}),
         ${misc:Depends}
Description: XML Schema Definition (XSD) for Eclipse - (Source/Documentation)
 The XML Schema Definition (XSD) plugin is a library that provides an API for
 manipulating the components of an XML Schema as described by the W3C XML
 Schema specifications, as well as an API for manipulating the DOM-accessible
 representation of XML Schema as a series of XML documents.
 .
 Documentation and source for the Eclipse XML Schema Definition (XSD) plugin.