summaryrefslogtreecommitdiff
blob: c9e0c33e6d8a7856b2e1d2e556531df6d9049f24 (plain)
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
# ChangeLog for dev-java/gnu-jaxp
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/ChangeLog,v 1.10 2005/03/13 19:26:39 corsair Exp $

  13 Mar 2005; Markus Rothe <corsair@gentoo.org> gnu-jaxp-1.0_beta1-r1.ebuild:
  Added ~ppc64 to KEYWORDS

  04 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org>
  gnu-jaxp-1.0_beta1-r1.ebuild:
  stable on amd64 and x86

  03 Nov 2004; Thomas Matthijs <axxo@gentoo.org>
  gnu-jaxp-1.0_beta1-r1.ebuild, gnu-jaxp-1.0_beta1.ebuild:
  depend on app-arch/unzip

  22 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
  gnu-jaxp-1.0_beta1-r1.ebuild:
  Keywords ~amd64.

  16 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
  gnu-jaxp-1.0_beta1-r1.ebuild, gnu-jaxp-1.0_beta1.ebuild:
  use java-pkg_dohtml instead of dohtml to also install the package-list in
  case of api docs: #50740

*gnu-jaxp-1.0_beta1-r1 (23 Sep 2004)

  23 Sep 2004; Thomas Matthijs <axxo@gentoo.org>
  +gnu-jaxp-1.0_beta1-r1.ebuild:
  now builds from source, Thanks too Hendrik Sticher <hendrik_sticher@gmx.de> in
  bug 63291

  03 May 2004; David Holm <dholm@gentoo.org> gnu-jaxp-1.0_beta1.ebuild:
  Added to ~ppc.

  30 Mar 2004; Chris Aniszczyk <zx@gentoo.org> gnu-jaxp-1.0_beta1.ebuild:
  Fixes bug #45691

*gnu-jaxp-1.0_beta1 (16 Mar 2003)

  16 Mar 2003; Dylan Carlson <absinthe@gentoo.org> gnu-jaxp-1.0_beta1.ebuild:
  Initial import.
  
  GNU JAXP, a part of the GNU Classpath Extensions project (hosted at
  savannah.gnu.org) is a free implementation of the standard XML processing APIs
  for Java: 
  
  	- SAX Parser API
  	- DOM Level 2 generic XML data structures
  	- Sun's JAXP v1.1 interfaces