Changeset 31142


Ignore:
Timestamp:
2016-11-22T17:24:09+13:00 (7 years ago)
Author:
ak19
Message:

Reverting experimental commits 31121 and 31139, as they didn't fix the problem with the installer on Mac El Capitan.

File:
1 edited

Legend:

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

    r31139 r31142  
    19361936
    19371937    <!-- wait a max of 5 seconds for the derbyserver to have started up -->
    1938     <waitfor maxwait="15" maxwaitunit="second">
     1938    <waitfor maxwait="5" maxwaitunit="second">
    19391939      <socket server="${derby.server}" port="${derby.server.port}"/>
    19401940    </waitfor>
    1941 
    1942     <antcall target="check-derbyserver-started" />
    19431941
    19441942    <!--<echo>${admin.password}</echo>--> <!-- for testing -->
Note: See TracChangeset for help on using the changeset viewer.