SHA256
1
0
forked from pool/groovy18
Fridrich Strba 2019-10-11 09:03:43 +00:00 committed by Git OBS Bridge
parent 4180681f15
commit cd50f3cacd
2 changed files with 10 additions and 4 deletions

View File

@ -61,10 +61,10 @@ BASE_JARS="$BASE_JARS ant"
BASE_JARS="$BASE_JARS ant/ant-junit" BASE_JARS="$BASE_JARS ant/ant-junit"
BASE_JARS="$BASE_JARS ant-launcher" BASE_JARS="$BASE_JARS ant-launcher"
BASE_JARS="$BASE_JARS antlr" BASE_JARS="$BASE_JARS antlr"
BASE_JARS="$BASE_JARS objectweb-asm3/asm-distroshaded" BASE_JARS="$BASE_JARS asm3/asm"
BASE_JARS="$BASE_JARS objectweb-asm3/asm-analysis-distroshaded" BASE_JARS="$BASE_JARS asm3/asm-analysis"
BASE_JARS="$BASE_JARS objectweb-asm3/asm-tree-distroshaded" BASE_JARS="$BASE_JARS asm3/asm-tree"
BASE_JARS="$BASE_JARS objectweb-asm3/asm-util-distroshaded" BASE_JARS="$BASE_JARS asm3/asm-util"
BASE_JARS="$BASE_JARS bsf" BASE_JARS="$BASE_JARS bsf"
BASE_JARS="$BASE_JARS commons-cli" BASE_JARS="$BASE_JARS commons-cli"
BASE_JARS="$BASE_JARS commons-logging" BASE_JARS="$BASE_JARS commons-logging"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 11 09:02:52 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Modify the groovy18-script to correspond to library paths in
our distributions
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 20 04:59:33 UTC 2019 - Fridrich Strba <fstrba@suse.com> Thu Jun 20 04:59:33 UTC 2019 - Fridrich Strba <fstrba@suse.com>