From e3d394686245cf1f1c84935d84e6155fae580504 Mon Sep 17 00:00:00 2001 From: "ch.ko123" Date: Sun, 1 Nov 2009 15:08:35 +0000 Subject: [PATCH] moved property files to src/main/resources git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@396 4033779f-a91e-0410-96ef-6bf7bf53c507 --- src/main/build.xml | 7 ++++++- .../{java => resources}/WebGoatLabels_english.properties | 0 .../{java => resources}/WebGoatLabels_german.properties | 0 3 files changed, 6 insertions(+), 1 deletion(-) rename src/main/{java => resources}/WebGoatLabels_english.properties (100%) rename src/main/{java => resources}/WebGoatLabels_german.properties (100%) 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