httpunit 1.7+dfsg-8 source package in Ubuntu

Changelog

httpunit (1.7+dfsg-8) unstable; urgency=low

  * Fixup XML parsing with correct JAX-P 1.4 API's:
    - d/control: Restore libxerces2-java dependency.
    - d/maven.rules: Map xmlParserAPIs->xml-apis-1.4.
    - d/mavenIgnore.rules: Drop - no longer required.
    - d/patches/add_classpath_to_manifest: Restore xercesImpl.jar to 
      Class-Path.

httpunit (1.7+dfsg-7) unstable; urgency=low

  * Fix maven metadata to use libservlet2.5-java artifacts
  * Drop dependency on libxerces2-java; no longer required as JAX-P 
    implementation is provided by default-jdk. 
  * Added myself to Uploaders.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  08 Nov 2011 10:40:30 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
httpunit_1.7+dfsg.orig.tar.gz 463.5 KiB 2aa54040da97fcda6c8663ef6b27b5b571c474c2912a204fd90e31114fb1d059
httpunit_1.7+dfsg-8.debian.tar.gz 7.4 KiB 2e1e0a185ee358e88c785b4ab3da5504f5feba2ffa8c21fb2d3b95880d7050ef
httpunit_1.7+dfsg-8.dsc 2.2 KiB 47d24a87158bcb878e9f8f6460f62a5bacad7920282d6ca9e465678b4d184ec0

Available diffs

View changes file

Binary packages built by this source

libhttpunit-java: automated web site testing toolkit

 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.

libhttpunit-java-doc: documentation for libhttpunit-java

 Documentation for HttpUnit which is an automated web site testing toolkit.
 .
 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.
 .
 This package includes a small manual, the javadoc API, a tutorial and examples.