fixed table layout

This commit is contained in:
William Sandner 2018-08-24 13:01:40 +02:00
parent fb1bdcf829
commit 451dbf8376

View File

@ -44,7 +44,7 @@ developer's work copy, also include any files that are important to the
overall structure or build process.* overall structure or build process.*
| Path | VC | Description | | Path | VC | Description |
|--------------------------------------|-------|----------------- ----------------------------------------------------------------| |--------------------------------------|-------|---------------------------------------------------------------------------------|
| ::build.xml | ::Yes | ::Build file | | ::build.xml | ::Yes | ::Build file |
| ::build.properties | ::Yes | ::Build properties file | | ::build.properties | ::Yes | ::Build properties file |
| ::src/ | ::Yes | ::Source code | | ::src/ | ::Yes | ::Source code |
@ -63,7 +63,7 @@ overall structure or build process.*
| ::build/ | ::No | ::Output of build process | | ::build/ | ::No | ::Output of build process |
| ::build/WEB-INF/classes/ | ::No | ::Compiled code output by build process | | ::build/WEB-INF/classes/ | ::No | ::Compiled code output by build process |
| ::dist/docs/api/ | ::No | ::API documentation output from build process | | ::dist/docs/api/ | ::No | ::API documentation output from build process |
| ::dist/PROJECT-NAME-VERSION.war | ::No | ::Deployable web archive of classes and config files generated by build process | | ::dist/PROJECT-NAME-VERSION.war | ::No | ::Deployable web archive of classes and config files generated by build process |
### Build Targets ### Build Targets
@ -86,7 +86,6 @@ development. The examples below should fit most projects.*
| ::app.version | ::Version number of this release. Used in the name of resulting package files. Specifically, the .war file. | | ::app.version | ::Version number of this release. Used in the name of resulting package files. Specifically, the .war file. |
| ::webapps.path | ::Path to the Tomcat "webapps" directory. Defaults to C:\Program Files\Apache Group\Tomcat 4.1\webapps\ | | ::webapps.path | ::Path to the Tomcat "webapps" directory. Defaults to C:\Program Files\Apache Group\Tomcat 4.1\webapps\ |
::These build system properties can be modified by editing the ::These build system properties can be modified by editing the
build.properties file. build.properties file.