wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

The YANEL_HOME/src/build/local.build.properties should only contain the essential custom properties #34

Closed michaelwechner closed 11 years ago

michaelwechner commented 12 years ago

The "script" src/build/targets/config.xml is generating during the build process the file

YANEL_HOME/src/build/local.build.properties

At the moment this is a copy of YANEL_HOME/src/build/build.properties

but instead of copying we should rather just add the essentials, e.g.

Version of this file in order to compare build.properties with local.build.properties

build.properties.version=2012020200

tomcat1.home.dir=/Users/michaelwechner/src/wyona/public/git/yanel/local/apache-tomcat-7.0.25

because this will make customization easier and it's clearer what is really custom.

csstaub commented 12 years ago

Please take a look at branch 34 where this should be implemented now.

michaelwechner commented 11 years ago

I have done some minor changes (e.g. comment), but otherwise it looks good, thanks.