#!/usr/bin/make -f

JAVA_HOME		:= /usr/lib/jvm/default-java


# Include the .resource files etc in the jar:
export JH_JAR_EXTRA=$(shell find org -type f -not -name "*.java")
export CLASSPATH := /usr/share/java/org-openide-util-lookup.jar:/usr/share/java/org-openide-util.jar


%:
	dh $@ --with javahelper --with jh_maven_repo_helper

get-orig-source:
	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
