Changeset 37439 for other-projects


Ignore:
Timestamp:
2023-03-07T20:03:18+13:00 (14 months ago)
Author:
anupama
Message:

PDFv2Plugin was of course inactive for GS2. I'm not sure why it was active in my previous GS2 set up for diffcol. Maybe I manually activated it at some point, but it needs to be renamed from .tmp suffix to .pm suffix for GS2 when pdfbox has been successfully downloaded and untarred into GS2 ext folder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/gen-model-colls.sh

    r37431 r37439  
    598598    popd
    599599fi
     600# for GS2 need to make PDFv2Plugin.tmp functional, now that we have pdfbox
     601if [ -e "$GSDLHOME/ext/pdf-box" ]; then
     602    if [ -e "$GSDLHOME/perllib/plugins/PDFv2Plugin.tmp" ]; then
     603    mv "$GSDLHOME/perllib/plugins/PDFv2Plugin.tmp" "$GSDLHOME/perllib/plugins/PDFv2Plugin.pm"
     604    fi
     605fi
    600606
    601607
Note: See TracChangeset for help on using the changeset viewer.