Ignore:
Timestamp:
2019-02-07T16:35:12+13:00 (5 years ago)
Author:
ak19
Message:

Western Wilson. 1. Making the default db username root after all, so Macronizer programmer who sets up the mysql db cron has to do less setup after installing. 2. Don't know how the commit of an earlier change to build.xml was overlooked: mysql.props.in needs to be copied to mysql.props

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/build.xml

    r32623 r32750  
    8282    <!-- 1. Create the log4j.properties file from its log4j.properties.in template file and put it into the *Macronizer* installation's web/WEB-INF/classes folder -->
    8383    <copy file="${build.dir.exp}/log4j.properties.in" tofile="${build.dir.exp}/WEB-INF/classes/log4j.properties" filtering="true" overwrite="true"/>
    84 
     84    <copy file="${build.dir.exp}/mysql.properties.in" tofile="${build.dir.exp}/WEB-INF/classes/mysql.properties" filtering="true" overwrite="true"/>
     85   
    8586    <!-- 2. Create the macronizer.xml tomcat context file from the macronizer.xml.in template file and put it into the correct location in the associated GS3 installation -->
    8687    <copy file="${build.dir.exp}/macronizer.xml.in" tofile="${gsdl3.src.home}/packages/tomcat/conf/Catalina/localhost/macronizer.xml" filtering="true" overwrite="true"/>
Note: See TracChangeset for help on using the changeset viewer.