File: rules

package info (click to toggle)
eclipse-subclipse 1.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 11,176 kB
  • ctags: 10,665
  • sloc: java: 74,899; xml: 2,668; sh: 12; makefile: 3
file content (13 lines) | stat: -rwxr-xr-x 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Note: We use forceContextQualifier because the docs plugins use custom build
#       scripts and don't work otherwise.
#BUILD_OPTIONS := -DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v20101002

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

%:
	dh $@ --with eclipse-helper

#override_jh_compilefeatures:
#	jh_compilefeatures --build-opts '$(BUILD_OPTIONS)'