File: control

package info (click to toggle)
eclipse-xsd 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 10,484 kB
  • ctags: 7,296
  • sloc: java: 61,363; xml: 1,368; sh: 92; makefile: 13
file content (42 lines) | stat: -rw-r--r-- 1,708 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
Source: eclipse-xsd
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 9),
               default-jdk,
               eclipse-pde,
               eclipse-emf-sdk (>= 2.8.0~),
               javahelper (>= 0.31~),
               tofrodos,
               unzip,
               zip
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-xsd.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse-xsd.git
Homepage: http://www.eclipse.org/modeling/mdt/?project=xsd

Package: eclipse-xsd
Architecture: all
Depends: eclipse-emf (>= 2.8.0~),
         ${orbit:Depends},
         ${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: eclipse-xsd (= ${source:Version}),
         eclipse-emf-sdk,
         ${orbit:Depends},
         ${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.