summaryrefslogtreecommitdiff
blob: ed3a1d30305d0603ebd30455a536119aeb782b5c (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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# ChangeLog for dev-java/jswat
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jswat/ChangeLog,v 1.21 2005/04/02 11:07:11 axxo Exp $

*jswat-2.34 (02 Apr 2005)

  02 Apr 2005; Thomas Matthijs <axxo@gentoo.org> -jswat-2.25.ebuild,
  -jswat-2.25-r1.ebuild, -jswat-2.27.ebuild, -jswat-2.28.ebuild,
  +jswat-2.34.ebuild:
  version bump

  20 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> jswat-1.7.1-r1.ebuild,
  jswat-2.21-r1.ebuild, jswat-2.25-r1.ebuild, jswat-2.25.ebuild,
  jswat-2.27.ebuild, jswat-2.28.ebuild:
  added missing jikes dependencies. see #78819.

  03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> jswat-1.7.1-r1.ebuild,
  jswat-2.21-r1.ebuild, jswat-2.25-r1.ebuild, jswat-2.25.ebuild,
  jswat-2.27.ebuild, jswat-2.28.ebuild:
  depend on app-arch/unzip

*jswat-2.28 (17 Oct 2004)

  17 Oct 2004; Thomas Matthijs <axxo@gentoo.org> +jswat-2.28.ebuild:
  version bump

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

*jswat-2.27 (22 Sep 2004)

  22 Sep 2004; Thomas Matthijs <axxo@gentoo.org> +jswat-2.27.ebuild:
  version bump

*jswat-2.25-r1 (19 Sep 2004)

  19 Sep 2004; Thomas Matthijs <axxo@gentoo.org> +jswat-2.25-r1.ebuild:
  don't use packed jars anymore

*jswat-2.21-r1 (27 Aug 2004)

  27 Aug 2004; Thomas Matthijs <axxo@gentoo.org> +jswat-1.7.1-r1.ebuild,
  -jswat-1.7.1.ebuild, +jswat-2.21-r1.ebuild, -jswat-2.21.ebuild:
  revision bump, because wrapper script has been changed/fixed

*jswat-2.25 (27 Aug 2004)

  27 Aug 2004; Thomas Matthijs <axxo@gentoo.org> +files/build.xml.patch,
  +files/jswat2, jswat-2.21.ebuild, +jswat-2.25.ebuild:
  bit of files/ cleanup, disabled junit because it runs inside a X program which
  is unacceptable, version bump

  27 Aug 2004; Thomas Matthijs <axxo@gentoo.org> files/jswat,
  -files/jswat-2.21.diff, -files/jswat2, +files/2.21/build.xml.diff,
  files/2.21/jswat2, -jswat-2.17-r1.ebuild, jswat-2.21.ebuild:
  Fixed wrapper script (bug 59523), cleaned the ebuild
  TODO: fix wrapper script's jdk detection

  02 Jun 2004; Aron Griffis <agriffis@gentoo.org> jswat-2.17-r1.ebuild:
  Fix use invocation

*jswat-2.21 (28 Feb 2004)

  28 Feb 2004; Dylan Carlson <absinthe@gentoo.org> jswat-2.21.ebuild,
  files/2.21/jswat2:
  Fix to close bug #43222.

  25 Feb 2004; Dylan Carlson <absinthe@gentoo.org> :
  Version bump.  

  Keywords -ppc for jswat-2* due to dependency problems.

*jswat-1.7.1 (24 May 2003)

  24 May 2003; Dylan Carlson <absinthe@gentoo.org> jswat-1.7.1.ebuild

  Support for the JDK 1.3 version of jswat has been added.
  
  /usr/bin/jswat   is for jswat-1.* (JDK 1.3)
  /usr/bin/jswat2  is for jswat-2.* (JDK 1.4)

  No solid support for JDK 1.2 is in the tree (yet), so jswat will be fixed
  whenever that happens.

*jswat-2.17-r1 (24 May 2003)

  24 May 2003; Dylan Carlson <absinthe@gentoo.org> jswat-2.17-r1.ebuild,
  jswat-2.17.ebuild, files/jswat:
  This package _should_ work correctly now.  Apologies for the confusion.

*jswat-2.17 (23 May 2003)

  23 May 2003; Dylan Carlson <absinthe@gentoo.org> jswat-2.16.ebuild,
  jswat-2.17.ebuild:
  Version bump.
  
  This version disallows quick-copy of selected text from a text component to
  the text areas that are not editable. A very long classpath no longer causes
  exceptions. The shared memory radio button is now disabled in the attach
  dialog when the connector is not available. The source view no longer throws a
  null pointer exception for a file stored inside a zip or jar. Breakpoints now
  resolve within inner classes defined inside interfaces. The alias command now
  strips enclosing quotes because the command parser does not.

*jswat-2.16 (30 Apr 2003)

  30 Apr 2003; Dylan Carlson <absinthe@gentoo.org> jswat-2.16.ebuild:
  Version bump.  Closes # 12431.

*jswat-2.6 (18 Jun 2002)

  18 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :

  Initial import, closes bug #3846.
  ebuild submitted by Maik Schreiber <bZ@iq-computing.de>