Changeset 36272 for main/trunk


Ignore:
Timestamp:
2022-06-21T17:11:13+12:00 (22 months ago)
Author:
anupama
Message:

Finally tracked down where the commented-out GS3 format statements are coming from. Not gs2build/collect's modelcol, but hardcoded into gli code. Fixing a missing div, which posed a problem for me when I tried uncommenting and editing the format stmt that lacked it.

Location:
main/trunk/gli/src/org/greenstone/gatherer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/cdm/Format4gs3Manager.java

    r32628 r36272  
    134134          "<div id=\"gs-document-text\">" +
    135135          "<xsl:call-template name=\"documentNodeText\"/>" +
     136          "</div>" +
    136137          "</div>" +
    137138        "</gsf:template>" +
  • main/trunk/gli/src/org/greenstone/gatherer/gui/FormatConversionDialog.java

    r31582 r36272  
    254254        // If we get here, it means there were no CDataSections in the first (any) <gsf:gs2-format/>
    255255        // This means it's the first time the GS2 collection is being opened in GLI
    256         // Open the FormatCconversionDialog and convert the gs2 statements to gs3:
     256        // Open the FormatConversionDialog and convert the gs2 statements to gs3:
    257257        FormatConversionDialog formatconversionDlg = new FormatConversionDialog(collect_cfg_file, xml_file_doc, gsf_format_gs2_list);
    258258        formatconversionDlg.convertGS2FormatStatements();
     
    761761    //******************INNER CLASSES including LISTENERS and STREAMGOBBLERS****************//
    762762
    763     // windowClosing() is called when the user presses the top-right close button the dialog
     763    // windowClosing() is called when the user presses the top-right close button of the dialog
    764764    // this means the user wanted to cancel out of the entire Format Conversion Wizard.
    765765    private class WindowClosingListener extends WindowAdapter {
Note: See TracChangeset for help on using the changeset viewer.