Changeset 3984


Ignore:
Timestamp:
2003-03-25T14:40:24+12:00 (21 years ago)
Author:
kjdon
Message:

uses a different conversion script for activate collection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/build/GS2PerlConstructor.java

    r3684 r3984  
    122122    // run the convert coll script to convert the gs2 coll to gs3
    123123    Vector command = new Vector();
    124     command.add("convert_coll_from_gs2.pl");
     124    command.add("activate_gs2_style_coll.pl");
    125125    command.add("-collectdir");
    126126    command.add(GSFile.collectDir(site_home_));
Note: See TracChangeset for help on using the changeset viewer.