File: feature.xml

package info (click to toggle)
svnkit 1.3.5%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,116 kB
  • sloc: java: 109,839; xml: 990; sh: 193; makefile: 25
file content (33 lines) | stat: -rw-r--r-- 949 bytes parent folder | download
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
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.tmatesoft.svnkit"
      label="SVNKit Library"
      version="%svnkit.version%"
      provider-name="TMate Software">

   <description url="http://svnkit.com/">%description</description>

   <copyright url="http://tmatesoft.com/">
      (c) 2004-2011, TMate Software Ltd.
   </copyright>

   <license url="http://svnkit.com/license.html">%license</license>

   <url>
      <update label="TMate Software SVNKit 1.3.x Update Site" url="http://eclipse.svnkit.com/1.3.x/"/>
      <discovery label="TMate Software SVNKit 1.3.x Update Site" url="http://eclipse.svnkit.com/1.3.x/"/>
   </url>

   <includes
         id="com.sun.jna"
         version="%jna.version%"
         name="JNA Library"
         optional="true"/>

   <plugin
         id="org.tmatesoft.svnkit"
         download-size="0"
         install-size="0"
         unpack="false"
         version="%svnkit.version%"/>
</feature>