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 84 85 86 87 88
|
Source: glassfish
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Torsten Werner <twerner@debian.org>,
Damien Raude-Morvan <drazzib@debian.org>, Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: cdbs, debhelper (>= 9), maven-repo-helper
Build-Depends-Indep: ant, default-jdk, libaxis-java
Standards-Version: 3.9.6
Homepage: https://glassfish.dev.java.net/
Vcs-Git: git://anonscm.debian.org/pkg-java/glassfish.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/glassfish.git
#Package: glassfish
#Architecture: all
#Depends: ${misc:Depends}, default-jre | java2-runtime
#Description: Open source Java EE 5 Application Server
# The GlassFish community is building free, open source,
# production-quality, enterprise software. The main deliverables are an
# Application Server, the Java EE 5 Reference Implementation, and the
# Java Persistence API Reference Implementation, TopLink Essentials.
#Package: glassfish-activation
#Architecture: all
#Depends: ${misc:Depends}
#Description: Open source Java EE 5 Application Server
# The GlassFish community is building free, open source,
# production-quality, enterprise software. The main deliverables are an
# Application Server, the Java EE 5 Reference Implementation, and the
# Java Persistence API Reference Implementation, TopLink Essentials.
# .
# This package ships only the activation part of GlassFish.
#Package: glassfish-appserv
#Architecture: all
#Depends: ${misc:Depends}
#Description: Open source Java EE 5 Application Server
# The GlassFish community is building free, open source,
# production-quality, enterprise software. The main deliverables are an
# Application Server, the Java EE 5 Reference Implementation, and the
# Java Persistence API Reference Implementation, TopLink Essentials.
# .
# This package ships only the Application Server components of GlassFish.
Package: glassfish-jmac-api
Architecture: all
Depends: ${misc:Depends}
Description: Open source Java EE 5 Application Server
The GlassFish community is building free, open source,
production-quality, enterprise software. The main deliverables are an
Application Server, the Java EE 5 Reference Implementation, and the
Java Persistence API Reference Implementation, TopLink Essentials.
.
This package ships only the Jmac API components of GlassFish.
#Package: glassfish-mail
#Architecture: all
#Depends: ${misc:Depends}
#Description: Open source Java EE 5 Application Server
# The GlassFish community is building free, open source,
# production-quality, enterprise software. The main deliverables are an
# Application Server, the Java EE 5 Reference Implementation, and the
# Java Persistence API Reference Implementation, TopLink Essentials.
# .
# This package ships only the Java Mail components of GlassFish.
Package: glassfish-javaee
Architecture: all
Depends: ${misc:Depends}
Description: Open source Java EE 5 Application Server
The GlassFish community is building free, open source,
production-quality, enterprise software. The main deliverables are an
Application Server, the Java EE 5 Reference Implementation, and the
Java Persistence API Reference Implementation, TopLink Essentials.
.
This package ships only the Java EE 5 Reference Implementation
components of GlassFish.
Package: glassfish-toplink-essentials
Architecture: all
Depends: ${misc:Depends}
Description: Open source Java EE 5 Application Server
The GlassFish community is building free, open source,
production-quality, enterprise software. The main deliverables are an
Application Server, the Java EE 5 Reference Implementation, and the
Java Persistence API Reference Implementation, TopLink Essentials.
.
This package ships only the Toplink Essentials components of GlassFish.
|