source.. = src/ | |
output.. = bin/ | |
bin.includes = META-INF/,\ | |
.,\ | |
plugin.xml,\ | |
icons/,\ | |
plugin_customization.ini,\ | |
splash.bmp,\ | |
about.ini,\ | |
ldt_about.png,\ | |
OSGI-INF/ | |
# The java version of the source code | |
javacSource=1.6 | |
# The java version of the byte code targeted | |
javacTarget=1.6 | |
# Use to specify that PDE should check synchronisation between | |
# java setting (.settings/org.eclipse.jdt.core.prefs) and this build.properties | |
javacProjectSettings = true | |
## other properties | |
javacDefaultEncoding.. = UTF-8 |