This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 15:27:33 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Don't require the removed xerces-j2-xml-apis
|
||||
- Don't require the removed xerces-j2-xml-apis, build against a
|
||||
generic xml-apis provider in order to allow bootstrapping
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 15 04:51:19 UTC 2018 - fstrba@suse.com
|
||||
|
@@ -32,10 +32,10 @@ BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: log4j
|
||||
BuildRequires: xerces-j2
|
||||
BuildRequires: xml-commons-apis
|
||||
BuildRequires: xml-apis
|
||||
Requires: log4j
|
||||
Requires: xerces-j2
|
||||
Requires: xml-commons-apis
|
||||
Requires: xml-apis
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -68,7 +68,7 @@ done
|
||||
|
||||
%build
|
||||
perl -p -i -e 's|classic|modern|' src/build.xml
|
||||
export CLASSPATH=$(build-classpath xml-commons-apis log4j xerces-j2 xerces-j2-xml-apis)
|
||||
export CLASSPATH=$(build-classpath xml-apis log4j xerces-j2)
|
||||
ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 -buildfile src/build.xml jar javadoc
|
||||
CLASSPATH=$CLASSPATH:dist/adaptx_%{version}.jar
|
||||
ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 -buildfile src/build.xml doc
|
||||
|
Reference in New Issue
Block a user