~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/astyle/resources/manifest.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

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="10" release="0" />
 
4
    <Plugin name="AStylePlugin">
 
5
        <Value title="Source code formatter (AStyle)" />
 
6
        <Value version="1.2" />
 
7
        <Value description="Uses AStyle 1.21 to reformat your sources. Useful when copying
 
8
code from the net or if you just want to reformat your sources
 
9
based on a specific style.
 
10
The configuration dialog for this plugin can be found clicking on Settings -> Editor (Source formatter)." />
 
11
        <Value author="Yiannis Mandravellos | Ceniza (maintainer)" />
 
12
        <Value authorEmail="info@codeblocks.org | ceniza666@gmail.com" />
 
13
        <Value authorWebsite="http://www.codeblocks.org" />
 
14
        <Value thanksTo="AStyle team for the useful library.
 
15
See http://astyle.sourceforge.net" />
 
16
        <Value license="GPL" />
 
17
    </Plugin>
 
18
</CodeBlocks_plugin_manifest_file>