File: plugin.xml

package info (click to toggle)
cpluff 0.2.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,992 kB
  • sloc: ansic: 9,055; sh: 4,734; cpp: 731; makefile: 382; xml: 244; sed: 16
file content (20 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Copyright 2007 Johannes Lehtinen
 * This file is free software; Johannes Lehtinen gives unlimited
 * permission to copy, distribute and modify it.
-->
<plugin
  id="org.c-pluff.examples.cpfile.core"
  version="0.1"
  name="Core logic for cpfile"
  provider-name="Johannes Lehtinen">
  <requires>
    <c-pluff version="0.1"/>
  </requires>
  <runtime library="libcore" funcs="cp_ex_cpfile_core_funcs"/>
  <extension-point
    id="classifiers"
    name="File classifiers"
    schema="classifiers.xsd"/>
</plugin>