Changeset 28185 for main


Ignore:
Timestamp:
2013-08-29T15:13:29+12:00 (11 years ago)
Author:
kjdon
Message:

we don't need to copy solr.xml from ext folder as its modified in the web folder. but we will generate the .in file to keep that in synch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/activate.pl

    r28088 r28185  
    740740    }
    741741
    742     # copy the just updated ext/solr/solr.xml to web/ext/solr/solr.xml
    743     $solr_server->copy_solrxml_to_web();
     742    # regenerate the solr.xml.in from solr.xml in case we are working off a dvd.
     743    $solr_server->solr_xml_to_solr_xml_in();
    744744    }
    745745
Note: See TracChangeset for help on using the changeset viewer.