diff --git a/src/main/build.xml b/src/main/build.xml index 60259f725..0251bd1d5 100644 --- a/src/main/build.xml +++ b/src/main/build.xml @@ -195,7 +195,12 @@ deprecation="${compile.deprecation}" optimize="${compile.optimize}"> - + + + + + + diff --git a/src/main/java/WebGoatLabels_english.properties b/src/main/resources/WebGoatLabels_english.properties similarity index 100% rename from src/main/java/WebGoatLabels_english.properties rename to src/main/resources/WebGoatLabels_english.properties diff --git a/src/main/java/WebGoatLabels_german.properties b/src/main/resources/WebGoatLabels_german.properties similarity index 100% rename from src/main/java/WebGoatLabels_german.properties rename to src/main/resources/WebGoatLabels_german.properties