Skip to content

Commit

Permalink
upgrade to sigar 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Jan 13, 2011
1 parent 577135d commit 2d180eb
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .idea/modules/elasticsearch.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added lib/sigar/libsigar-amd64-freebsd-6.so
Binary file not shown.
Binary file modified lib/sigar/libsigar-amd64-linux.so
Binary file not shown.
Binary file modified lib/sigar/libsigar-amd64-solaris.so
Binary file not shown.
Binary file added lib/sigar/libsigar-ia64-linux.so
Binary file not shown.
Binary file modified lib/sigar/libsigar-sparc-solaris.so
Binary file not shown.
Binary file modified lib/sigar/libsigar-sparc64-solaris.so
Binary file not shown.
Binary file modified lib/sigar/libsigar-universal-macosx.dylib
Binary file not shown.
Binary file modified lib/sigar/libsigar-universal64-macosx.dylib
Binary file not shown.
Binary file modified lib/sigar/libsigar-x86-freebsd-5.so
Binary file not shown.
Binary file modified lib/sigar/libsigar-x86-freebsd-6.so
Binary file not shown.
Binary file modified lib/sigar/libsigar-x86-linux.so
Binary file not shown.
Binary file modified lib/sigar/libsigar-x86-solaris.so
Binary file not shown.
Binary file removed lib/sigar/sigar-1.6.3.jar
Binary file not shown.
Binary file added lib/sigar/sigar-1.6.4.jar
Binary file not shown.
Binary file modified lib/sigar/sigar-amd64-winnt.dll
Binary file not shown.
Binary file modified lib/sigar/sigar-x86-winnt.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2d180eb

Please sign in to comment.