aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/profiler4j/profiler4j.manifest.mf
blob: 3b946d64457b1443c4915b76b39a0b95a44d4106 (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
Bundle-Activator: net.java.sip.communicator.plugin.profiler4j.ProfilerActivator
Bundle-Name: Integrated profiler plugin
Bundle-Description: A bundle that provides profile cpu and memory of the running app.
Bundle-Vendor: sip-communicator.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.apache.commons.logging,
  org.osgi.framework,
  org.xml.sax,
  org.xml.sax.ext,
  org.xml.sax.helpers,
  net.java.sip.communicator.service.contactlist,
  net.java.sip.communicator.service.gui,
  net.java.sip.communicator.service.resources,
  net.java.sip.communicator.service.protocol,
  net.java.sip.communicator.util,
  javax.swing,
  javax.swing.border,
  javax.swing.event,
  javax.swing.filechooser,
  javax.swing.table,
  javax.swing.text,
  javax.swing.tree,
  javax.xml.parsers