From 7d25939b586bd3a4235a75b9fee8389d06f12923 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 14 May 2008 19:40:00 +0000 Subject: [PATCH] --- .../wamblee/system/spring/component/HibernateComponent.java | 4 ++-- ... org.wamblee.system.spring.component.hibernate.properties} | 0 ....xml => org.wamblee.system.spring.component.hibernate.xml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename system/spring/src/main/resources/properties/{test.org.wamblee.security.hibernate.properties => org.wamblee.system.spring.component.hibernate.properties} (100%) rename system/spring/src/main/resources/spring/{test.org.wamblee.security.database.xml => org.wamblee.system.spring.component.hibernate.xml} (100%) diff --git a/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java b/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java index 9d6303fe..7db715a8 100644 --- a/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java +++ b/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java @@ -36,8 +36,8 @@ import org.wamblee.system.spring.SpringComponent; public class HibernateComponent extends SpringComponent { - private static final String HIBERNATE_PROPERTIES = "properties/test.org.wamblee.security.hibernate.properties"; - private static final String HIBERNATE_SPRING_CONFIG = "spring/test.org.wamblee.security.database.xml"; + private static final String HIBERNATE_PROPERTIES = "properties/org.wamblee.system.spring.component.hibernate.properties"; + private static final String HIBERNATE_SPRING_CONFIG = "spring/org.wamblee.system.spring.component.hibernate.xml"; public HibernateComponent(String aName) throws IOException { super(aName, new String[] { HIBERNATE_SPRING_CONFIG}, diff --git a/system/spring/src/main/resources/properties/test.org.wamblee.security.hibernate.properties b/system/spring/src/main/resources/properties/org.wamblee.system.spring.component.hibernate.properties similarity index 100% rename from system/spring/src/main/resources/properties/test.org.wamblee.security.hibernate.properties rename to system/spring/src/main/resources/properties/org.wamblee.system.spring.component.hibernate.properties diff --git a/system/spring/src/main/resources/spring/test.org.wamblee.security.database.xml b/system/spring/src/main/resources/spring/org.wamblee.system.spring.component.hibernate.xml similarity index 100% rename from system/spring/src/main/resources/spring/test.org.wamblee.security.database.xml rename to system/spring/src/main/resources/spring/org.wamblee.system.spring.component.hibernate.xml -- 2.31.1