mirror of
https://github.com/eclipse/upm.git
synced 2025-03-29 11:50:02 +03:00
10 lines
172 B
OpenEdge ABL
10 lines
172 B
OpenEdge ABL
%module javaupm_grovelinefinder
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "grovelinefinder.hpp"
|
|
%}
|
|
|
|
%include "grovelinefinder.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_grovelinefinder) |