This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxerces2-java.
commit 8d16c0f42c3f98d5667884edfe2fe69912473e3e Author: Stefan Gybas <[email protected]> Date: Wed Oct 23 16:43:39 2002 +0000 Use jikes as Java compiler --- build.properties | 1 + debian/changelog | 8 ++++++++ debian/control | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..90e15fb --- /dev/null +++ b/build.properties @@ -0,0 +1 @@ +build.compiler=jikes diff --git a/debian/changelog b/debian/changelog index 6c03775..4220a77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xerces2-j (2.2.0-1) unstable; urgency=low + + * New upstream release + * Added Takashi Okamoto and Ola Lundqvist as uploaders + * Use jikes to compile the Java classes + + -- Stefan Gybas <[email protected]> Wed, 23 Oct 2002 18:23:15 +0200 + xerces2-j (2.1.0-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index aa95639..7e91359 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/libs Priority: optional Maintainer: Stefan Gybas <[email protected]> Uploaders: Takashi Okamoto <[email protected]>, Ola Lundqvist <[email protected]> -Build-Depends-Indep: debhelper (>= 4.1.0), ant (>= 1.5-1), j2sdk (>= 1.4.0-1), libxerces-java, libxalan2-java +Build-Depends-Indep: debhelper (>= 4.1.0), ant (>= 1.5-1), j2sdk (>= 1.4.0-1), jikes, libxerces-java, libxalan2-java Standards-Version: 3.5.7 Package: libxerces2-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

