################################################################## | |
# | |
# <copyright> | |
# </copyright> | |
# | |
# $Id: build.properties,v 1.12 2007/06/07 16:11:51 jgraham Exp $ | |
# | |
################################################################## | |
source.. = src/ | |
output.. = bin/ | |
bin.includes = META-INF/,\ | |
.,\ | |
plugin.xml,\ | |
about.html,\ | |
icons/,\ | |
plugin.properties | |
src.dir = src/ | |
plugin.version = 1.0.0.200706071 | |
javadoc.dir = doc/api/ | |
download.dir = ./download/ | |
javac.source = 1.4 | |
javac.target = 1.4 | |
src.includes = about.html |