From 21ea3cedfd86f43d2632cc25766e1af13720be44 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 7 Oct 2006 13:33:17 +0000 Subject: [PATCH] Moved test resources to default Maven place --- xml/src/{etc/test-resources => test/resources}/log4j.properties | 0 .../org/springframework/xml/validation/invalidDocument.xml | 0 .../resources}/org/springframework/xml/validation/schema.xsd | 0 .../org/springframework/xml/validation/validDocument.xml | 0 .../resources}/org/springframework/xml/xpath/namespaces.xml | 0 .../resources}/org/springframework/xml/xpath/nonamespaces.xml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename xml/src/{etc/test-resources => test/resources}/log4j.properties (100%) rename xml/src/{etc/test-resources => test/resources}/org/springframework/xml/validation/invalidDocument.xml (100%) rename xml/src/{etc/test-resources => test/resources}/org/springframework/xml/validation/schema.xsd (100%) rename xml/src/{etc/test-resources => test/resources}/org/springframework/xml/validation/validDocument.xml (100%) rename xml/src/{etc/test-resources => test/resources}/org/springframework/xml/xpath/namespaces.xml (100%) rename xml/src/{etc/test-resources => test/resources}/org/springframework/xml/xpath/nonamespaces.xml (100%) diff --git a/xml/src/etc/test-resources/log4j.properties b/xml/src/test/resources/log4j.properties similarity index 100% rename from xml/src/etc/test-resources/log4j.properties rename to xml/src/test/resources/log4j.properties diff --git a/xml/src/etc/test-resources/org/springframework/xml/validation/invalidDocument.xml b/xml/src/test/resources/org/springframework/xml/validation/invalidDocument.xml similarity index 100% rename from xml/src/etc/test-resources/org/springframework/xml/validation/invalidDocument.xml rename to xml/src/test/resources/org/springframework/xml/validation/invalidDocument.xml diff --git a/xml/src/etc/test-resources/org/springframework/xml/validation/schema.xsd b/xml/src/test/resources/org/springframework/xml/validation/schema.xsd similarity index 100% rename from xml/src/etc/test-resources/org/springframework/xml/validation/schema.xsd rename to xml/src/test/resources/org/springframework/xml/validation/schema.xsd diff --git a/xml/src/etc/test-resources/org/springframework/xml/validation/validDocument.xml b/xml/src/test/resources/org/springframework/xml/validation/validDocument.xml similarity index 100% rename from xml/src/etc/test-resources/org/springframework/xml/validation/validDocument.xml rename to xml/src/test/resources/org/springframework/xml/validation/validDocument.xml diff --git a/xml/src/etc/test-resources/org/springframework/xml/xpath/namespaces.xml b/xml/src/test/resources/org/springframework/xml/xpath/namespaces.xml similarity index 100% rename from xml/src/etc/test-resources/org/springframework/xml/xpath/namespaces.xml rename to xml/src/test/resources/org/springframework/xml/xpath/namespaces.xml diff --git a/xml/src/etc/test-resources/org/springframework/xml/xpath/nonamespaces.xml b/xml/src/test/resources/org/springframework/xml/xpath/nonamespaces.xml similarity index 100% rename from xml/src/etc/test-resources/org/springframework/xml/xpath/nonamespaces.xml rename to xml/src/test/resources/org/springframework/xml/xpath/nonamespaces.xml