mirror of
https://github.com/eclipse/upm.git
synced 2025-06-11 07:40:23 +03:00

Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
122 B
OpenEdge ABL
9 lines
122 B
OpenEdge ABL
%module javaupm_grovelinefinder
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "grovelinefinder.h"
|
|
%}
|
|
|
|
%include "grovelinefinder.h"
|