Ignore:
Timestamp:
2024-05-02T21:24:03+12:00 (6 weeks ago)
Author:
anupama
Message:

I think these are all the changes needed for tthe new GS3 ext/DEACTIVATE.sh (and ext/ACTIVATE.sh) to (de)activate the webswing extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/ant-start-with-exts.sh

    r37746 r38983  
    2424    if [ -d ext  ] ; then
    2525    for gsdl_ext in ext/* ; do
     26        if [[ "$gsdl_ext" == *.inactive ]]; then
     27        echo "Skipping inactive extension $gsdl_ext"
     28        continue
     29        fi
    2630        # Sourcing first for settings, then run ext's 'start' script if it exists
    2731        if [ -d $gsdl_ext ] ; then
     
    4145    if [ -d gs2build/ext  ] ; then
    4246    for gsdl_ext in gs2build/ext/* ; do
     47        if [[ "$gsdl_ext" == *.inactive ]]; then
     48        echo "Skipping inactive extension $gsdl_ext"
     49        continue
     50        fi
    4351        # Sourcing first for settings, then run ext's 'start' script if it exists
    4452        if [ -d $gsdl_ext ] ; then
Note: See TracChangeset for help on using the changeset viewer.