From 8b06cba2766d53dee41ae6053a7c4a6beb124038 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 7 Oct 2006 13:30:45 +0000 Subject: [PATCH] Moved test resources to default Maven place --- .../src/{etc/test-resources => test/resources}/log4j.properties | 0 .../resources}/org/springframework/oxm/flight.xsd | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename oxm-tiger/src/{etc/test-resources => test/resources}/log4j.properties (100%) rename oxm-tiger/src/{etc/test-resources => test/resources}/org/springframework/oxm/flight.xsd (100%) diff --git a/oxm-tiger/src/etc/test-resources/log4j.properties b/oxm-tiger/src/test/resources/log4j.properties similarity index 100% rename from oxm-tiger/src/etc/test-resources/log4j.properties rename to oxm-tiger/src/test/resources/log4j.properties diff --git a/oxm-tiger/src/etc/test-resources/org/springframework/oxm/flight.xsd b/oxm-tiger/src/test/resources/org/springframework/oxm/flight.xsd similarity index 100% rename from oxm-tiger/src/etc/test-resources/org/springframework/oxm/flight.xsd rename to oxm-tiger/src/test/resources/org/springframework/oxm/flight.xsd