Changeset 30037 for main/trunk


Ignore:
Timestamp:
2015-07-17T15:41:06+12:00 (9 years ago)
Author:
ak19
Message:

Moving new scripts to GS3/bin/script instead of cluttering top level folder

Location:
main/trunk/greenstone3
Files:
1 edited
2 moved

Legend:

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

    r30036 r30037  
    14131413    </if>
    14141414
    1415   </target>
     1415  </target> 
     1416
     1417  <target name="test-ipv4">
     1418    <exec executable="${basedir}/bin/script/IPv4.sh" os="${os.unix}" failonerror="false" outputproperty="ipv4.val"/>
     1419    <exec executable="${basedir}/IPv4.bat" osfamily="windows" failonerror="false" outputproperty="ipv4.val"/>
     1420    <echo>IPv4 was: ${ipv4.val}</echo>
     1421  </target>
     1422 
    14161423 
    14171424  <target name="configure-tomcat" depends="init,configure-tomcat-local,configure-tomcat-external"/>
     
    14291436    <!-- set up the solr context -->
    14301437   
    1431     <exec executable="${basedir}/IPv4.sh" os="${os.unix}" failonerror="false" outputproperty="ipv4.val"/>
    1432     <exec executable="${basedir}/IPv4.bat" osfamily="windows" failonerror="false" outputproperty="ipv4.val"/>
     1438    <exec executable="${basedir}/bin/script/IPv4.sh" os="${os.unix}" failonerror="false" outputproperty="ipv4.val"/>
     1439    <exec executable="${basedir}/bin/script/IPv4.bat" osfamily="windows" failonerror="false" outputproperty="ipv4.val"/>
    14331440
    14341441
Note: See TracChangeset for help on using the changeset viewer.