aboutsummaryrefslogtreecommitdiff
path: root/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/plugin.xml.template
blob: cf91a737b9858077e09a866cf0b79c424390ae6f (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
   id="Cloudscape"
   name="Cloudscape"
   version="1.0.0">
   
   <runtime>
      <library name="db2jcc.jar">
         <export name="*"/>
      </library>
      <library name="db2jcc_license_c.jar">
         <export name="*"/>
      </library>
      <library name="cstools.jar">
         <export name="*"/>
      </library>
      <library name="csnet.jar">
         <export name="*"/>
      </library>
      <library name="cs.jar">
         <export name="*"/>
      </library>
   </runtime>
   <requires>
      <import plugin="org.eclipse.osgi"/>
   </requires>
</plugin>