File: rules

package info (click to toggle)
jnlp-servlet 20120126-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 316 kB
  • ctags: 497
  • sloc: java: 2,826; xml: 65; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

# Put depended upon jars in here
export CLASSPATH=/usr/share/java/servlet-api-3.1.jar

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