From 53de78bdc7ca5c88bb3895caf09645c20fc74dce Mon Sep 17 00:00:00 2001 From: Renzo Kottmann Date: Wed, 3 Jul 2019 10:22:55 +0200 Subject: [PATCH] Fixed package naming in docu --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f01900..832ddf6 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ The validator always outputs a [validation report in XML](docs/configurations.md The validator distribution contains the following artifacts: -1. **validator-``.jar**: Java library for embedded use within an application -1. **validator-`-standalone.jar**: Uber-JAR for standalone usage containing all dependencies in one jar file. This file comes with JAXB *embedded* and can be used with Java 8 and Java >= 11) -1. **validator-`-java8-standalone.jar**: Uber-JAR for standalone usage with Java JDK 8 containing all dependencies in one jar file. This file file *does not* contain JAXB and depends on the bundled version of the JDK. +1. **validationtool-``.jar**: Java library for embedded use within an application +1. **validationtool-`-standalone.jar**: Uber-JAR for standalone usage containing all dependencies in one jar file. This file comes with JAXB *embedded* and can be used with Java 8 and Java >= 11) +1. **validationtool-`-java8-standalone.jar**: Uber-JAR for standalone usage with Java JDK 8 containing all dependencies in one jar file. This file file *does not* contain JAXB and depends on the bundled version of the JDK. 1. **libs/***: directory containing all (incl. optional) dependencies of the validator ## Build