forked from qt-creator/qt-creator
ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec files
Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
//! [1]
|
||||
\"Name\" : \"Example\",
|
||||
\"Version\" : \"0.0.1\",
|
||||
\"CompatVersion\" : \"0.0.1\",
|
||||
//! [1]
|
||||
//! [2]
|
||||
\"Vendor\" : \"My Company\",
|
||||
\"Copyright\" : \"(C) My Company\",
|
||||
\"License\" : \"BSD\",
|
||||
\"Category\" : \"Examples\",
|
||||
\"Description\" : \"Minimal plugin example.\",
|
||||
\"Url\" : \"http://www.mycompany.com\",
|
||||
//! [2]
|
||||
//! [3]
|
||||
$$dependencyList
|
||||
//! [3]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
//! [1]
|
||||
<plugin name=\"Example\" version=\"0.0.1\" compatVersion=\"0.0.1\">
|
||||
//! [1]
|
||||
//! [2]
|
||||
<vendor>MyCompany</vendor>
|
||||
<copyright>(C) MyCompany</copyright>
|
||||
<license>BSD</license>
|
||||
<description>Minimal plugin example</description>
|
||||
<url>http://www.mycompany.com</url>
|
||||
//! [2]
|
||||
//! [3]
|
||||
$$dependencyList
|
||||
//! [3]
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user