InstallationSystemWiki: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
No edit summary
 
imported>HeikoNeuweger
No edit summary
Line 7: Line 7:


<?xml version="1.0" standalone="no"?>
<?xml version="1.0" standalone="no"?>
<!DOCTYPE module SYSTEM "../share/modules.dtd">
<DOCTYPE module SYSTEM "../share/modules.dtd">
<module name="gendb" version="2.2-rc1" description="Genome annotation component of BRIDGE" active="0">
<module name="gendb" version="2.2-rc1" description="Genome annotation component of BRIDGE" active="0">
...
...
</module>
</module>

Revision as of 16:15, 12 November 2004

The Installation System uses xml files that define the installation rules for one module (ProDB, GenDB, common) in the CVS repository.

  • modules.dtd defines the syntax of these xml files.
  • every module needs one xml-file located under <module name>/share/xml/bridge_install.xml

<?xml version="1.0" standalone="no"?> <DOCTYPE module SYSTEM "../share/modules.dtd"> <module name="gendb" version="2.2-rc1" description="Genome annotation component of BRIDGE" active="0"> ... </module>