OSDN Git Service

It's 2011 now.
[qt-creator-jp/qt-creator-jp.git] / doc / pluginhowto / examples / dirmodelplugin / DirModelPlugin.pluginspec
1 <plugin name="DirModelPlugin" version="0.0.1">
2     <vendor>FooCompany</vendor>
3     <copyright>(C) 2009-2011 FooCompanyInc Pvt. Ltd.</copyright>
4     <license>GPL</license>
5     <description>Dir Model</description>
6     <url>http://www.FooCompanyInc.com</url>
7     <dependencyList>
8         <dependency name="Core"/>
9     </dependencyList>
10 </plugin>