Skip to content

Commit 61bc3ba

Browse files
authored
remove reference to samples folder in project structure doc (#1097)
* [skip-ci] remove reference to samples folder in project structure doc * [skip-ci] doc review from Rosemary * [skip-ci] doc review, tar.gz to code font
1 parent 3ba4f56 commit 61bc3ba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

documentation/2.0/content/developer/project-structure.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ draft: false
55
weight: 1
66
---
77

8-
This project is structured using the Standard Directory Layout for Maven projects, with two child modules, `core` and `installer`. In addition, there is a `samples` directory with example configurations, and the `site` directory containing project documentation.
8+
This project is structured using the Standard Directory Layout for Maven projects, with two child modules, `core`, `alias-test`, `system-test`, and `installer`. In addition, there is a `documentation` directory containing project documentation.
99

10-
The `core` module contains the main source code for the project. This includes Jython modules and Java classes, as well as typedef files, alias definitions, and the message bundle. There are unit tests related to this module.
10+
The `core` module contains the main source code for the project. `core` includes Jython modules and Java classes, as well as typedef files, alias definitions, and the message bundle.
11+
12+
The `system-test` and `alias-test` modules contain test suites for verifying pull requests and nightly regression testing.
1113

1214
Alias definitions are discussed in more detail [here]({{< relref "/developer/alias-definitions.md" >}}).
1315

14-
The `installer` module builds the final installer ZIP file. It includes the assembly definitions, start scripts for each tool for Linux and Windows platforms, and configurations for variable injection and logging.
16+
The `installer` module builds the final installer ZIP file. `installer` includes the assembly definitions, start scripts for each tool for Linux and Windows platforms, and configurations for variable injection and logging.
1517

16-
A single installer ZIP file is built under the `WLSDEPLOY_HOME/installer/target` directory.
18+
Two installer files are built under the `WLSDEPLOY_HOME/installer/target` directory, one ZIP file for all platforms, and one `tar.gz` file for those that prefer the `tar.gz` format on UNIX systems.
1719

1820
There are detailed instructions for building the project [here]({{< relref "/developer/buildWDT.md" >}}).

0 commit comments

Comments
 (0)