root/trunk/config/bwbuild/.platform/ear.properties

Revision 3105 (checked in by douglm, 2 years ago)

Remove definition of property "base.name" from (almost) every build file. Was not used.
Stop defining, creating and copying to libapi. Wasn't in use.

Remove build directory from every project and use the build files in the main bedework project. improves consistency and maintainability. Also allowed some bugs to be fixed.

Allow setting of message level during build and set it at quiet. Allows error messages to be more obvious.

Create macro to handle the common property definitions. Reduces size and complexity of build files.

Add a build-jar macro. Removes need for build files for sub-modules. Partway through converting to use that.

Line 
1 #
2 # --------------------------------------------------------------------
3 #
4 # Properties for building ear files.
5 #
6 # Generally this file will not need to be changed.
7 #
8 # --------------------------------------------------------------------
9 #
10
11 org.bedework.ear.templib=${org.bedework.temp.dir}/earlib
12
13 #org.bedework.ear.dir=${org.bedework.temp.dir}/${org.bedework.global.ear.name}
14
15 org.bedework.ear.properties.dir=${org.bedework.temp.dir}/ear-properties
16
17 #Sorg.bedework.ear.properties.jar=${org.bedework.ear.dir}/bw-ear-properties.jar
18
Note: See TracBrowser for help on using the browser.