~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/SmartIndent/manifest_lua.xml

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 
2
<CodeBlocks_plugin_manifest_file>
 
3
    <SdkVersion major="1" minor="11"  release="12" />
 
4
    <Plugin name="SmartIndentLua">
 
5
        <Value title="SmartIndentLua" />
 
6
        <Value version="0.1" />
 
7
        <Value description="Provides Smart indenting for Lua (refactored from cbEditor)" />
 
8
        <Value author="Daniel Anselmi" />
 
9
        <Value authorEmail="danselmi(at)gmx.ch" />
 
10
        <Value authorWebsite="www.danselmi.ch" />
 
11
        <Value thanksTo="" />
 
12
        <Value license="GPL" />
 
13
    </Plugin>
 
14
</CodeBlocks_plugin_manifest_file>