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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/codestat/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="CodeStat">
 
5
        <Value title="Code statistics" />
 
6
        <Value version="0.5" />
 
7
        <Value description="A simple plugin for counting code, comments and empty lines of a project." />
 
8
        <Value author="Zlika" />
 
9
        <Value authorEmail="" />
 
10
        <Value authorWebsite="" />
 
11
        <Value thanksTo="All the Code::Blocks team!" />
 
12
        <Value license="GPL" />
 
13
    </Plugin>
 
14
</CodeBlocks_plugin_manifest_file>