forked from pool/apache-commons-validator
Accepting request 1170464 from Java:packages
allow building against non-shaded hamcrest OBS-URL: https://build.opensuse.org/request/show/1170464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 11:33:47 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Put hamcrest on classpath explicitely. This allows buiding against
|
||||
junit without shaded hamcrest
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 10:22:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@@ -91,6 +91,7 @@ export CLASSPATH=$(build-classpath \
|
||||
commons-digester \
|
||||
commons-beanutils \
|
||||
junit \
|
||||
hamcrest \
|
||||
oro )
|
||||
ant \
|
||||
-Dcompile.source=8 -Dcompile.target=8 \
|
||||
@@ -104,6 +105,7 @@ export CLASSPATH=$(build-classpath \
|
||||
commons-digester \
|
||||
commons-beanutils \
|
||||
junit \
|
||||
hamcrest \
|
||||
oro )
|
||||
ant \
|
||||
-Dcompile.source=8 -Dcompile.target=8 \
|
||||
|
Reference in New Issue
Block a user