...
- file build.properties
Description of only some options- app.name=esup-news
used to deploy the application with this name in webapps and will be used to define the portlet definition ID = <app.name>.news, here will be esup-news.news, this parameter is usefull for the portlet declaration in the portal. - db.type =mysql
The db type should be mysql or postgresql, it's usefull to know wich sql script to use for the database initialisation and all ibatis mapping files (xml files) to use for the DAO. - db.filename =
This property is usefull to know wich sql script to use to make the update of your actual database, uncomment/comment only the good script corresponding to your database type and application last version. - attachments.activate=true
To activate or not the possibility to join attachments in news. - deploy.update-esco=false
This property should stay to false, if passed to true it will act as a custum update wish will replace all files in build directory by these on the update-esco directory. Actually update-esco contains jsp where it force the the option rss to yes and the access option to public.
- app.name=esup-news
...