upgrade to sigar 1.6.4
This commit is contained in:
parent
577135db97
commit
2d180eb28a
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue