File: README.source

package info (click to toggle)
jersey1 1.19.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 22,944 kB
  • sloc: java: 158,166; xml: 31,914; jsp: 330; python: 42; sh: 17; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download | duplicates (4)
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
Information about jersey1
-------------------------

This package was debianized using the mh_make command
from the maven-debian-helper package.

The build system uses Maven but prevents it from downloading
anything from the Internet, making the build compliant with
the Debian policy.

The Jersey project contains test classes generated from XML schemas:

 * jersey-json/src/test/java/com/sun/jersey/json/impl/unbounded/*
   Generated from jersey-json/src/test/resources/com/sun/jersey/json/impl/unbounded/unboundedAnyWildcard.xsd

 * jersey-json/src/test/java/com/sun/jersey/json/impl/rim/*
   Generated from the OASIS ebXML Registry Information Model schema
   (https://www.oasis-open.org/committees/regrep/documents/3.0/schema/rim.xsd)

 * contribs/spring/src/test/java/com/sun/jersey/spring/Item*.java
   Generated from samples/generate-wadl/src/main/xsd/schema.xsd

 * samples/json-from-jaxb/src/main/java/com/sun/jersey/samples/jsonfromjaxb/jaxb/*
   Schema unknown

These classes aren't used during the build and aren't regenerated
from their source schema. Note that the code generated is clear
and simple enough to be modified manually if necessary.