From 30dc34d70362dd18ad4966e14b357103dac5c8d8 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 2 Jul 2010 14:15:12 -0400 Subject: [PATCH] updated .classpath files to exclude missing directories and moved helloworld sample's src/test/resources to src/main/resources --- helloworld/.classpath | 4 +--- .../src/{test => main}/resources/commons-logging.properties | 0 helloworld/src/{test => main}/resources/log4j.properties | 0 stocks/.classpath | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) rename helloworld/src/{test => main}/resources/commons-logging.properties (100%) rename helloworld/src/{test => main}/resources/log4j.properties (100%) diff --git a/helloworld/.classpath b/helloworld/.classpath index 575d9ea..8f24847 100644 --- a/helloworld/.classpath +++ b/helloworld/.classpath @@ -1,9 +1,7 @@ - - - + diff --git a/helloworld/src/test/resources/commons-logging.properties b/helloworld/src/main/resources/commons-logging.properties similarity index 100% rename from helloworld/src/test/resources/commons-logging.properties rename to helloworld/src/main/resources/commons-logging.properties diff --git a/helloworld/src/test/resources/log4j.properties b/helloworld/src/main/resources/log4j.properties similarity index 100% rename from helloworld/src/test/resources/log4j.properties rename to helloworld/src/main/resources/log4j.properties diff --git a/stocks/.classpath b/stocks/.classpath index 575d9ea..898abd6 100644 --- a/stocks/.classpath +++ b/stocks/.classpath @@ -1,7 +1,7 @@ - +