From bd69d6bd66e212bd00e67ac44a00722faeb2447c Mon Sep 17 00:00:00 2001 From: Andrea Del Bene Date: Wed, 18 Oct 2023 16:00:05 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46ae4e33e0a..e714c3a1c6e 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ You will find the source code here: |-- wicket-auth-roles |-- wicket-bean-validation |-- wicket-cdi - |-- wicket-core + |-- wicket-core |-- wicket-tester + |-- wicket-core-tests |-- wicket-devutils |-- wicket-eclipse-settings |-- wicket-examples @@ -92,7 +93,8 @@ You will find the source code here: Here is a list of projects in the distribution and what they do. - wicket-core: the core project, includes the framework and basic components; - - wicket-tester: contains common classes for unit testing and test cases for wicket-core + - wicket-tester: contains common classes for unit testing + - wicket-core-tests: contains test cases for wicket-core module - wicket-extensions: contains utilities and more specialized components; - wicket-auth-roles: a basic authorization package based on roles; - wicket-jmx: registers JMX beans for managing things like your Wicket