From: erik Date: Wed, 14 May 2008 19:47:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.2~1^2~124 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=5ede76d02b41691d202e803d69c947068438d4d6;p=utils --- diff --git a/security/src/main/java/org/wamblee/usermgt/UserGroupRepositoryComponent.java b/security/src/main/java/org/wamblee/usermgt/UserGroupRepositoryComponent.java index fa547e5d..fb3378cf 100644 --- a/security/src/main/java/org/wamblee/usermgt/UserGroupRepositoryComponent.java +++ b/security/src/main/java/org/wamblee/usermgt/UserGroupRepositoryComponent.java @@ -32,7 +32,7 @@ import org.wamblee.system.spring.SpringComponent; public class UserGroupRepositoryComponent extends SpringComponent { public UserGroupRepositoryComponent(String aName) { - super(aName, new String[] { "spring/test.org.wamblee.security.usermgt-repositories.xml" } , + super(aName, new String[] { "spring/org.wamblee.security.usermgt-repositories.xml" } , createProvided(), createRequired()); } diff --git a/security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java b/security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java index 0825edd3..e7b0c963 100644 --- a/security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java +++ b/security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java @@ -43,7 +43,7 @@ public class AuthorizationLightComponent extends SpringComponent { public AuthorizationLightComponent(String aName) { super( aName, - new String[] { "spring/test.org.wamblee.security.authorization.xml" }, + new String[] { "spring/org.wamblee.security.authorization.xml" }, createProvided(), createRequired()); } diff --git a/security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java b/security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java index 46426cfc..1a06ae7a 100644 --- a/security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java +++ b/security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java @@ -37,7 +37,7 @@ import org.wamblee.usermgt.UserSet; public class UserAdministrationLightComponent extends SpringComponent { public UserAdministrationLightComponent(String aName) { - super(aName, new String[] { "spring/test.org.wamblee.security.usermgt.xml" }, + super(aName, new String[] { "spring/org.wamblee.security.usermgt.xml" }, createProvided(), createRequired() ); } diff --git a/security/src/main/resources/properties/test.org.wamblee.security.ehcache.xml b/security/src/main/resources/properties/org.wamblee.security.ehcache.xml similarity index 100% rename from security/src/main/resources/properties/test.org.wamblee.security.ehcache.xml rename to security/src/main/resources/properties/org.wamblee.security.ehcache.xml diff --git a/security/src/main/resources/spring/test.org.wamblee.security.authorization.xml b/security/src/main/resources/spring/org.wamblee.security.authorization.xml similarity index 100% rename from security/src/main/resources/spring/test.org.wamblee.security.authorization.xml rename to security/src/main/resources/spring/org.wamblee.security.authorization.xml diff --git a/security/src/main/resources/spring/test.org.wamblee.security.usermgt-repositories.xml b/security/src/main/resources/spring/org.wamblee.security.usermgt-repositories.xml similarity index 93% rename from security/src/main/resources/spring/test.org.wamblee.security.usermgt-repositories.xml rename to security/src/main/resources/spring/org.wamblee.security.usermgt-repositories.xml index 99698c2b..c7ad63c1 100644 --- a/security/src/main/resources/spring/test.org.wamblee.security.usermgt-repositories.xml +++ b/security/src/main/resources/spring/org.wamblee.security.usermgt-repositories.xml @@ -4,7 +4,7 @@ - properties/test.org.wamblee.security.ehcache.xml + properties/org.wamblee.security.ehcache.xml diff --git a/security/src/main/resources/spring/test.org.wamblee.security.usermgt.xml b/security/src/main/resources/spring/org.wamblee.security.usermgt.xml similarity index 100% rename from security/src/main/resources/spring/test.org.wamblee.security.usermgt.xml rename to security/src/main/resources/spring/org.wamblee.security.usermgt.xml