Commit | Line | Data |
---|---|---|
c89e9cc7 VK |
1 | Manifest-Version: 1.0 |
2 | Bundle-ManifestVersion: 2 | |
3 | Bundle-Name: Client Library API plug-in | |
4 | Bundle-SymbolicName: org.netxms.ui.eclipse.clientlibrary;singleton:=true | |
5 | Bundle-Version: 2.0.0 | |
6 | Bundle-Vendor: netxms.org | |
7 | Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | |
8 | Bundle-ClassPath: lib/simple-xml-2.6.4.jar, | |
9 | . | |
10 | Export-Package: org.netxms.api.client, | |
11 | org.netxms.api.client.constants, | |
12 | org.netxms.api.client.images, | |
13 | org.netxms.api.client.mt, | |
14 | org.netxms.api.client.reporting, | |
15 | org.netxms.api.client.scripts, | |
16 | org.netxms.api.client.servermanager, | |
17 | org.netxms.api.client.services, | |
18 | org.netxms.api.client.users, | |
19 | org.netxms.base, | |
20 | org.netxms.certificate.loader, | |
21 | org.netxms.certificate.loader.exception, | |
22 | org.netxms.certificate.manager, | |
23 | org.netxms.certificate.manager.exception, | |
24 | org.netxms.certificate.request, | |
25 | org.netxms.certificate.subject, | |
26 | org.netxms.client, | |
27 | org.netxms.client.agent.config, | |
28 | org.netxms.client.constants, | |
29 | org.netxms.client.dashboards, | |
30 | org.netxms.client.datacollection, | |
31 | org.netxms.client.events, | |
32 | org.netxms.client.log, | |
33 | org.netxms.client.maps, | |
34 | org.netxms.client.maps.configs, | |
35 | org.netxms.client.maps.elements, | |
36 | org.netxms.client.objects, | |
37 | org.netxms.client.objecttools, | |
38 | org.netxms.client.packages, | |
39 | org.netxms.client.situations, | |
40 | org.netxms.client.snmp, | |
41 | org.netxms.client.topology, | |
42 | org.netxms.client.xml, | |
43 | org.simpleframework.xml, | |
44 | org.simpleframework.xml.convert, | |
45 | org.simpleframework.xml.core, | |
46 | org.simpleframework.xml.filter, | |
47 | org.simpleframework.xml.strategy, | |
48 | org.simpleframework.xml.stream, | |
49 | org.simpleframework.xml.transform, | |
50 | org.simpleframework.xml.util |