File: plugin.xml

package info (click to toggle)
svnkit 1.3.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,908 kB
  • ctags: 12,671
  • sloc: java: 107,644; xml: 942; sh: 193; makefile: 22
file content (38 lines) | stat: -rw-r--r-- 1,017 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
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
   id="org.tmatesoft.svnkit"
   name="SVNKit Library Plug-in"
   version="1.3.3"
   provider-name="TMate Software"
   class="org.tmatesoft.svn.core.SVNKitActivator">

   <runtime>
      <library name="svnkit.jar">
         <export name="*"/>
      </library>
      <library name="contrib/trilead/trilead.jar"/>
      <library name="contrib/junit/junit.jar"/>
      <library name="contrib/jna/jna.jar">
         <export
               name="*">
         </export>
      </library>
      <library name="contrib/sqljet/antlr-runtime-3.1.3.jar">
         <export
               name="*">
         </export>
      </library>
      <library name="contrib/sqljet/sqljet.jar">
         <export
               name="*">
         </export>
      </library>
   </runtime>
   <requires>
      <import plugin="org.eclipse.osgi.services"/>
      <import plugin="org.eclipse.osgi"/>
      <import plugin="org.eclipse.core.runtime"/>
   </requires>

</plugin>