| source.. = src/ | |
| output.. = bin/ | |
| bin.includes = META-INF/,\ | |
| .,\ | |
| about.html,\ | |
| about_files/,\ | |
| OSGI-INF/ | |
| # The java version of the source code | |
| javacSource=1.6 | |
| # The java version of the byte code targeted | |
| javacTarget=1.6 | |
| # The default encoding to use to compile the project | |
| javacDefaultEncoding.. = UTF-8 | |
| # 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 |