19 | | 1. In the autoGen.xsl there is code that looks for your project name. Based on your program name it automatically downloads to the browser the png file http://www.coin-or.org/LatestRelease/Cgl-latest-stable.png . This file is updated daily on the COIN-OR server based on Laci's scripts. Note: The project name needs to be the exact match for the project name so the png file can be found. For exmample, if the !CoinUtils.xml file filled out the following tag as [[br]] |
| 19 | 1. In the autoGen.xsl there is code that looks for your project name. Based on your program name it automatically downloads to the browser the png file http://www.coin-or.org/LatestRelease/Cgl-latest-stable.png . This file is updated daily on the COIN-OR server based on Laci's scripts. Note: The project name needs to be the exact match for the project name so the png file can be found. For exmample, if the !CoinUtils.xml file filled out as |
| 20 | {{{ |
| 21 | <projectName>COIN-OR Utilities</projectName> |
| 22 | }}} |
| 23 | this would cause a problem, becuase the "official" project name is "!CoinUtils" and !CoinUtils is what needs to be in the <projectName> tag. |