removed superfluous hbm files.
authorErik Brakkee <erik@brakkee.org>
Sun, 25 Apr 2010 11:17:51 +0000 (11:17 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 25 Apr 2010 11:17:51 +0000 (11:17 +0000)
security/impl/src/main/resources/hbm/PageAuthorizationRule.hbm.xml [deleted file]
security/impl/src/main/resources/hbm/PhotoAuthorizationRule.hbm.xml [deleted file]

diff --git a/security/impl/src/main/resources/hbm/PageAuthorizationRule.hbm.xml b/security/impl/src/main/resources/hbm/PageAuthorizationRule.hbm.xml
deleted file mode 100644 (file)
index 332e5d8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE hibernate-mapping PUBLIC
-    "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
-    "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-    
-    <hibernate-mapping>
-        <subclass name="org.wamblee.photos.authorizationrules.PageAuthorizationRule"
-            extends="org.wamblee.security.authorization.UrlAuthorizationRule"
-            discriminator-value="PAGE"
-            lazy="false"/>
-      
-    </hibernate-mapping>
\ No newline at end of file
diff --git a/security/impl/src/main/resources/hbm/PhotoAuthorizationRule.hbm.xml b/security/impl/src/main/resources/hbm/PhotoAuthorizationRule.hbm.xml
deleted file mode 100644 (file)
index fc00dda..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE hibernate-mapping PUBLIC
-    "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
-    "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-    
-    <hibernate-mapping>
-        <subclass name="org.wamblee.photos.authorizationrules.PhotoAuthorizationRule"
-            extends="org.wamblee.security.authorization.AuthorizationRule"
-            discriminator-value="PHOTOS"
-            lazy="false"/>
-      
-    </hibernate-mapping>
\ No newline at end of file