summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong1.xml
blob: ffcb61241e9f59be9dd797203e8b9dd892f75f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<something name="test" version="1.0.1" compatVersion="1.0.0">
    <vendor>Nokia Corporation</vendor>
    <copyright>(C) 2007 Nokia Corporation</copyright>
    <license>
This is a default license bla
blubbblubb
end of terms
    </license>
    <description>
This plugin is just a test.
    it demonstrates the great use of the plugin spec.
    </description>
    <url>http://qt.nokia.com</url>
    <dependencyList>
        <dependency name="SomeOtherPlugin" version="2.3.0_2"/>
        <dependency name="EvenOther" version="1.0.0"/>
    </dependencyList>
</something>