Files
qt-creator/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong5.json
Eike Ziller 3c85058694 Update License
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
2015-01-16 12:37:56 +01:00

25 lines
713 B
JSON

{
"IID" : "plugin",
"MetaData" : {
"Name" : "test",
"Version" : "1.0.1",
"CompatVersion" : "1.0.0",
"Vendor" : "The Qt Company Ltd",
"Copyright" : "(C) 2015 The Qt Company Ltd",
"License" : [
"This is a default license bla",
"blubbblubb",
"end of terms"
],
"Description" : [
"This plugin is just a test.",
" it demonstrates the great use of the plugin spec."
],
"Url" : "http://www.qt.io",
"Dependencies" : [
{ "Name" : "SomeOtherPlugin", "Version" : "2.3aa.0_2" },
{ "Name" : "EvenOther", "Version" : "1.0.0" }
]
}
}