From 8ab3ffb7b33a3d36e9c599d325e12d25da61250c8cbf3122e667d7dd1f6e594c Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 21 Sep 2010 09:15:44 +0000 Subject: [PATCH] - use antlr-bootstrap for javadoc build OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=8 --- xerces-j2.changes | 5 +++++ xerces-j2.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/xerces-j2.changes b/xerces-j2.changes index 964eb8f..6401e98 100644 --- a/xerces-j2.changes +++ b/xerces-j2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 21 09:15:04 UTC 2010 - mvyskocil@suse.cz + +- use antlr-bootstrap for javadoc build + ------------------------------------------------------------------- Mon Sep 13 13:40:54 UTC 2010 - mvyskocil@suse.cz diff --git a/xerces-j2.spec b/xerces-j2.spec index 4716c07..b58e22c 100644 --- a/xerces-j2.spec +++ b/xerces-j2.spec @@ -45,6 +45,7 @@ PreReq: update-alternatives /bin/ln # the first package built, and we use the libraries in the tools subdir # for it. BuildRequires: java-1_5_0-gcj-compat-devel +BuildRequires: antlr-bootstrap #!BuildIgnore: antlr antlr-java BuildRequires: jpackage-utils BuildRequires: unzip @@ -339,6 +340,7 @@ This package contains the APIs subproject of xml-commons. # jpackage bootstrap has to start somewhere. It is not installed, # though. export GC_MAXIMUM_HEAP_SIZE="134217728" +export CLASSPATH=$CLASSPATH:`build-classpath antlr-bootstrap` sh build.sh jars sh build.sh javadocs