Changeset 27848 for main/trunk


Ignore:
Timestamp:
2013-07-13T20:23:06+12:00 (11 years ago)
Author:
davidb
Message:

solr-ext now part of the 'prepare' sequence. In other work (outside of this file) the devel.bash file to the gnome-lib extension is now automatically source (in gs2build/common-src/packages/configure) if the extension is detected on the file system. This means it is no longer necessary to print out the reminder (in thfile) about sourcing devel.bash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r27846 r27848  
    640640    </and>
    641641      </bool>
     642<!-- This is automatically done now in the gs2build/common-src/packages/configure script if the
     643     gnomelib.ext directory is detected
     644
    642645      <echo>
    643646    *********************************************
     
    647650    ${basedir}/gs2build/ext/gnome-lib
    648651    *********************************************</echo>
     652-->
    649653    </if>
    650654  </target>
     
    10451049 
    10461050  <target name="prepare-solr-ext" depends="init" >
     1051    <property name="solr-ext.home" value="${basedir}/ext/solr"/>
    10471052    <exec executable="ant" dir="${solr-ext.home}" spawn="false">
    10481053      <arg value="add-service"/>
Note: See TracChangeset for help on using the changeset viewer.