File: build.properties

package info (click to toggle)
libgdata-java 1.20.0%2Bdak1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,428 kB
  • ctags: 7,289
  • sloc: java: 33,714; xml: 605; sh: 19; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Points to a external library dependancies
# EDIT-THIS: If rebuilding the authsub or gbase/recipe sample point to,
#	     servlet jar in Sun's Servlet API library.
servlet.jar=/tmp/gdata_dep/servlet-api-2.4.jar
# EDIT-THIS: Point to mail.jar lib in Sun's Java Mail API.
mail.jar=/tmp/gdata_dep/mail.jar
# EDIT-THIS: If using version older than JDK 1.6, 
#	     Point to activation.jar in Sun's activation framework library.
activation.jar=/tmp/gdata_dep/activation.jar

# Include debugging information in built library files. Possible values "on" or "off"
javac.debug=false
javac.debuglevel=lines,vars,source