Changeset 827 for trunk/t2fos.sh


Ignore:
Timestamp:
11/20/08 13:04:58 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: BuildContrib now builds both Foswiki and TWiki targeted plugins. If you want to target both, then target TWiki. TWiki plugins require the TWikiCompatibilityContrib to be installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/t2fos.sh

    r811 r827  
    66    [ -f $1 -a "$1" != "mapname.sh" ] && { \ 
    77        grep -s -q "TWiki" $1 && { 
    8             sed -e 's.data/TWiki/.data/System/.g' | \ 
     8            sed -e 's.data/TWiki/.data/System/.g' $1 | \ 
    99            sed -e 's.pub/TWiki/.pub/System/.g' | \ 
    1010            sed -e 's/TWiki::/Foswiki::/g' $1 | \ 
Note: See TracChangeset for help on using the changeset viewer.