This commit is contained in:
parent
5816b31cd4
commit
5e3713eeb6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 14 08:35:38 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build against the new plexus-classworlds package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 5 22:15:24 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
Mon Nov 5 22:15:24 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ BuildRequires: ant-junit
|
|||||||
BuildRequires: antlr
|
BuildRequires: antlr
|
||||||
BuildRequires: apache-parent
|
BuildRequires: apache-parent
|
||||||
BuildRequires: avalon-logkit
|
BuildRequires: avalon-logkit
|
||||||
BuildRequires: classworlds
|
|
||||||
BuildRequires: commons-collections
|
BuildRequires: commons-collections
|
||||||
BuildRequires: commons-lang
|
BuildRequires: commons-lang
|
||||||
BuildRequires: commons-logging
|
BuildRequires: commons-logging
|
||||||
@ -42,6 +41,7 @@ BuildRequires: jdom >= 1.0-1
|
|||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
BuildRequires: log4j >= 1.1
|
BuildRequires: log4j >= 1.1
|
||||||
BuildRequires: oro
|
BuildRequires: oro
|
||||||
|
BuildRequires: plexus-classworlds
|
||||||
BuildRequires: servletapi4
|
BuildRequires: servletapi4
|
||||||
BuildRequires: werken-xpath
|
BuildRequires: werken-xpath
|
||||||
Requires: apache-parent
|
Requires: apache-parent
|
||||||
@ -186,7 +186,7 @@ ln -sf $(build-classpath oro)
|
|||||||
# Use servletapi4 instead of servletapi5 in CLASSPATH
|
# Use servletapi4 instead of servletapi5 in CLASSPATH
|
||||||
ln -sf $(build-classpath servletapi4)
|
ln -sf $(build-classpath servletapi4)
|
||||||
ln -sf $(build-classpath werken-xpath)
|
ln -sf $(build-classpath werken-xpath)
|
||||||
ln -sf $(build-classpath classworlds)
|
ln -sf $(build-classpath plexus/classworlds)
|
||||||
popd
|
popd
|
||||||
export CLASSPATH=$(build-classpath jdom commons-collections commons-lang werken-xpath antlr)
|
export CLASSPATH=$(build-classpath jdom commons-collections commons-lang werken-xpath antlr)
|
||||||
CLASSPATH=$CLASSPATH:$(pwd)/test/texen-classpath/test.jar
|
CLASSPATH=$CLASSPATH:$(pwd)/test/texen-classpath/test.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user