Internal: Change XML version from 1.8 to 3.0 as it will now follow iTop core version numbering

This commit is contained in:
Molkobain
2020-11-09 19:48:28 +01:00
parent f2ff5a4e83
commit 448afc640d
40 changed files with 47 additions and 47 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.7">
<classes>
<class id="ClassWithLifecycle">
<properties>
<icon>images/class-with-lifecycle.png</icon>
</properties>
<lifecycle>
<attribute>foo</attribute>
</lifecycle>
</class>
</classes>
</itop_design>