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"?>
<site>
<description url="http://eclipse.svnkit.com/1.3.x">
TMate Sofware SVNKit Library Update Site
</description>
<feature url="features/org.tmatesoft.svnkit_%svnkit.version%.jar" id="org.tmatesoft.svnkit" version="%svnkit.version%">
<category name="SVNKit Library"/>
</feature>
<feature url="features/com.sun.jna_%jna.version%.jar" id="com.sun.jna" version="%jna.version%">
<category name="JNA Library"/>
</feature>
<category-def name="SVNKit Library" label="Core SVNKit Library (required)">
<description>SVNKit Library</description>
</category-def>
<category-def name="JNA Library" label="Optional JNA Library (recommended)">
<description>Includes JNA Library plugin which is optionally used by SVNKit to improve performance of certain low-level filesystem operations and to implement some additional features. JNA Library is licensed under the terms of LGPL. It is strongly recommened to install JNA Library, unless you could not accept LGPL software in your environment.</description>
</category-def>
</site>
|