libjettison-java 1.2-3 source package in Ubuntu

Changelog

libjettison-java (1.2-3) unstable; urgency=low

  * Team upload.
  * Install Maven artifacts (Closes: #620049).
    Thanks to James Page <email address hidden> :
    - debian/control: Add maven-repo-helper to Build-Depends.
    - debian/rules: Use mh_installpom and mh_installjar instead of
      install/dh_link.
    - debian/pom.xml: Downloaded POM for Maven.
    - debian/maven.rules: Force installed POM to use "jar" packaging.
  * Update Standards-Version: 3.9.1 (no changes needed).
  * Bump Debhelper compat level to 7 (and update B-D).
  * Drop Depends on a JRE since it's a library package.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:06:01 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libs
Trusty release universe libs
Precise release universe libs

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libjettison-java_1.2.orig.tar.gz 36.6 KiB 3b35143b8ccb7383e273bfac6593b6d134b47944d4b16ef7de70bc29de7ede8f
libjettison-java_1.2-3.debian.tar.gz 4.4 KiB 6bf282cdea614fece008355c2fc44ca1c40cefbdfa7adc7cdffdd4a17ca1b8e9
libjettison-java_1.2-3.dsc 1.9 KiB 22e03d7989aab9153a0b152eeda8a74d9831a475c4ed2bfb8da40d3c5e38a7cd

Available diffs

View changes file

Binary packages built by this source

libjettison-java: collection of StAX parsers and writers for JSON

 Jettison is a collection of StAX parsers (streaming API for XML) and
 writers which read and write JSON (JavaScript Object Notation). This
 allows nearly transparent enablement of JSON based web services in
 services frameworks like Apache CXF.
 .
 There are currently two included conventions for mapping JSON to XML.
 The first is BadgerFish which implements the full XML infoset in JSON
 using various techniques. The second is called the "mapped"
 convention. It allows you to manually map XML namespaces to JSON
 element prefixes.