Updating target platform to include new plugins, updated monitoring to refer to those

This commit is contained in:
Simon Pamies
2013-01-10 13:37:04 +01:00
parent 0ce8e903ef
commit da191d331e
3 changed files with 17 additions and 5 deletions
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/mail.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/sigar.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
@@ -8,6 +8,6 @@ Bundle-Vendor: SAP
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.osgi.framework;version="1.3.0"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: lib/mail.jar,
lib/sigar.jar,
.
Bundle-ClassPath: .
Require-Bundle: org.hyperic.sigar;bundle-version="1.6.4",
com.sun.mail.javax.mail;bundle-version="1.4.5"