Files
iTop/datamodels/2.x/itop-config-mgmt/data.sample.software.xml
Romain Quetiez 4d85ff60ab Fixed #618 and #621
+ renamed a few classes/enums/attributes to improve the classes naming consistency and ease the writing of OQLs
+ fixed errors in the profiles

SVN:trunk[2434]
2012-11-20 16:24:24 +00:00

16 lines
333 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<Set>
<Software alias="Software" id="2">
<name>MySql</name>
<vendor>Oracle</vendor>
<version>5.3</version>
<type>DBServer</type>
</Software>
<Software alias="Software" id="1">
<name>Oracle DB engine</name>
<vendor>Oracle</vendor>
<version>11i</version>
<type>DBServer</type>
</Software>
</Set>