3471b84099
added MBean impl for Swap fixed several MBeanConstructorInfo specs (were reporting SigarCpu as class) fixed possible (de)registration problem in registry bean (was not handling ObjectInstances correctly)
14 lines
607 B
XML
14 lines
607 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="build/src"/>
|
|
<classpathentry kind="src" path="hyperic_jni/src"/>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="lib" path="lib/junit.jar"/>
|
|
<classpathentry kind="lib" path="hyperic_jni/lib/cpptasks.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="lib/log4j.jar"/>
|
|
<classpathentry kind="lib" path="lib/mx4j-jmx.jar"/>
|
|
<classpathentry kind="lib" path="lib/ant.jar"/>
|
|
<classpathentry kind="output" path="build/classes"/>
|
|
</classpath>
|