Changeset 386 in tmcsimulator for trunk/IDE_metadata


Ignore:
Timestamp:
04/20/2019 12:11:46 PM (7 years ago)
Author:
jdalbey
Message:

Updated LoadEvents?.js to parse all event types except CMS_EVALUATION. Modified build.xml to write svn revision number to webapps/common/js so the revision number can be included in the web page title of our apps. Write ShowRevision? function in displayutils.js to do that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE_metadata/NetBeans/TMCSim/build.xml

    r382 r386  
    8080        <entry key="Application.revision" value="${svna.version}" type="int" operation="="/> 
    8181    </propertyfile> 
     82    <!-- Write the version number to a javascript file --> 
     83    <echo file="${work.dir}/webapps/common/js/revision.js" append="false"> 
     84    var revisionNumber = "${svna.version}"; 
     85    </echo> 
    8286    <echo>Setting SVN version: ${svna.version}</echo> 
    8387</target> 
Note: See TracChangeset for help on using the changeset viewer.