Wiki source code of The build.properties File
Last modified by David Avendasora on 2011/04/25 16:57
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{code 0="none" title="Example Application build.properties File"}} | ||
| 2 | |||
| 3 | classes.dir=bin | ||
| 4 | component.inlineBindingPrefix=$ | ||
| 5 | component.inlineBindingSuffix= | ||
| 6 | component.wellFormedTemplateRequired=false | ||
| 7 | customInfoPListContent= | ||
| 8 | embed.Local=true | ||
| 9 | embed.Project=true | ||
| 10 | embed.System=true | ||
| 11 | eoAdaptorClassName= | ||
| 12 | principalClass=com.company.MyApp.Application.java | ||
| 13 | project.name=MyApp | ||
| 14 | project.name.lowercase=myapp | ||
| 15 | project.type=application | ||
| 16 | webXML=false | ||
| 17 | webXML_CustomContent= | ||
| 18 | |||
| 19 | {{/code}} |