From 451dbf83768913fd9c0d99858d9fc84ea33eaa33 Mon Sep 17 00:00:00 2001 From: William Sandner Date: Fri, 24 Aug 2018 13:01:40 +0200 Subject: [PATCH] fixed table layout --- Design-Src-Org.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Design-Src-Org.md b/Design-Src-Org.md index 9da9bdc..fd98675 100644 --- a/Design-Src-Org.md +++ b/Design-Src-Org.md @@ -44,7 +44,7 @@ developer's work copy, also include any files that are important to the overall structure or build process.* | Path | VC | Description | -|--------------------------------------|-------|----------------- ----------------------------------------------------------------| +|--------------------------------------|-------|---------------------------------------------------------------------------------| | ::build.xml | ::Yes | ::Build file | | ::build.properties | ::Yes | ::Build properties file | | ::src/ | ::Yes | ::Source code | @@ -63,7 +63,7 @@ overall structure or build process.* | ::build/ | ::No | ::Output of build process | | ::build/WEB-INF/classes/ | ::No | ::Compiled code output by 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 @@ -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. | | ::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 build.properties file.