File: rules

package info (click to toggle)
eclipselink-jpa-2.1-spec 2.1.0.v201304241213-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,572 kB
  • sloc: java: 2,861; xml: 533; makefile: 7
file content (16 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

# Put depended upon jars in here
# export CLASSPATH=

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

override_dh_auto_build::
	ant -f debian/build.xml

override_dh_auto_clean::
	ant -f debian/build.xml clean