File: feature.xml

package info (click to toggle)
umlet 15.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,636 kB
  • sloc: javascript: 58,367; java: 45,636; xml: 2,049; makefile: 9; sh: 9
file content (26 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<feature
      id="umlet-eclipse-feature"
      label="UMLet Eclipse Plugin"
      version="15.1"
      provider-name="UMLet team">

   <description url="http://www.example.com/description">
      UMLet Eclipse Plugin
   </description>

   <copyright url="http://www.example.com/copyright">
      https://github.com/umlet/umlet
   </copyright>

   <license url="http://www.example.com/license">
      GPL (see https://github.com/umlet/umlet)
   </license>

   <plugin
         id="com.umlet.plugin"
         download-size="0"
         install-size="0"
         version="15.1"
         unpack="false"/>

</feature>