mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-11 20:14:14 +01:00
+ 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]
16 lines
333 B
XML
Executable File
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>
|