Original link:
http://build.sharpdevelop.net/ccnet/doc/CCNET/Configuration%20Preprocessor.html
For example:
<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
<!-- Included files (site-specific) -->
<cb:include href="Config.xml" />
<cb:include href="EMail.xml" />
<cb:include href="Project.xml" />
</cruisecontrol>
What does "cb:include" mean?
Is there any other similar definitions? How should I use them?
Take above link for reference.
CruiseControl.NET : Configuration Preprocessor
时间: 2024-10-11 01:53:59