Changeset 170
- Timestamp:
- 08/19/05 08:45:35 (3 years ago)
- Location:
- trunk
- Files:
-
- 15 added
- 7 removed
- 1 modified
- 4 moved
-
README.txt (modified) (2 diffs)
-
docs/BUILDING.txt (deleted)
-
docs/CREATING_A_NEW_SERVICE.txt (deleted)
-
docs/INSTALL.txt (deleted)
-
docs/INSTALL_jboss.txt (deleted)
-
docs/INSTALL_tomcat.txt (deleted)
-
docs/LICENSE (added)
-
docs/TESTING.txt (deleted)
-
docs/TODO.html (added)
-
docs/TODO.planner (added)
-
docs/USING.txt (deleted)
-
docs/examples (added)
-
docs/examples/build.properties.example (moved) (moved from trunk/docs/build.properties.example)
-
docs/examples/package-template.html (moved) (moved from trunk/docs/package-template.html)
-
docs/examples/tomcat-users.xml.example (moved) (moved from trunk/docs/tomcat-users.xml.example)
-
docs/images (added)
-
docs/images/block-diagram.svg (moved) (moved from trunk/docs/block-diagram.svg)
-
docs/reference.html (added)
-
docs/reference.pdf (added)
-
docs/src (added)
-
docs/src/APPENDIX.xml (added)
-
docs/src/DESIGN.xml (added)
-
docs/src/DEVELOPING.xml (added)
-
docs/src/GETTING_STARTED.xml (added)
-
docs/src/INTRODUCTION.xml (added)
-
docs/src/TESTING.xml (added)
-
docs/src/TODO.xml (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.txt
r164 r170 34 34 35 35 docs: 36 documentation. Currently of important are 37 38 * BUILDING.txt if you've checked out from source, and 39 * INSTALL.txt for running the server. 36 documentation (REFERENCE.*), license (LICENSE), and 37 various example files. 40 38 41 39 lib: … … 43 41 44 42 45 46 47 48 TODO: LICENCES.49
