upgrade to sigar 1.6.4

This commit is contained in:
kimchy 2011-01-13 16:02:35 +02:00
parent 577135db97
commit 2d180eb28a
18 changed files with 3 additions and 6 deletions

View File

@ -28,13 +28,10 @@
<orderEntry type="module-library" exported="">
<library name="sigar">
<CLASSES>
<root url="jar://$MODULE_DIR$/../../lib/sigar/sigar-1.6.3.jar!/" />
<root url="jar://$MODULE_DIR$/../../lib/sigar/sigar-1.6.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$USER_HOME$/opt/sigar/1.6.3-src/bindings/java/src" />
<root url="file://$USER_HOME$/opt/sigar/1.6.3-src/bindings/java/hyperic_jni/src" />
</SOURCES>
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/sigar/sigar-1.6.4.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -28,7 +28,7 @@ dependencies {
compile files(rootProject.jarjarArchivePath)
compile('jline:jline:0.9.94') { transitive = false }
compile files(rootProject.file("lib/sigar/sigar-1.6.3.jar").absolutePath)
compile files(rootProject.file("lib/sigar/sigar-1.6.4.jar").absolutePath)
compile 'org.slf4j:slf4j-api:1.5.11'