Water: Removed grove dependency
* Renamed all files from grovewater to water
* Replaced all instances of grovewater with water
* Updated all CMake files
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
committed by
Noel Eck
parent
e9b0deaf75
commit
ddab71e896
@@ -1,19 +0,0 @@
|
||||
%module javaupm_grovewater
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "grovewater.hpp"
|
||||
%}
|
||||
|
||||
%include "grovewater.hpp"
|
||||
|
||||
%pragma(java) jniclasscode=%{
|
||||
static {
|
||||
try {
|
||||
System.loadLibrary("javaupm_grovewater");
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
System.err.println("Native code library failed to load. \n" + e);
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
%}
|
||||
Reference in New Issue
Block a user