Author: [email protected]
Date: Wed Oct 12 16:15:46 2011
New Revision: 1498

Log:
[AMDATUAUTH-102] Moved storage modules to new auth-stores module

Added:
   trunk/amdatu-auth/auth-stores/fs-store-consumer/
      - copied from r1495, /trunk/amdatu-auth/oauth-stores/consumer-store-fs/
   trunk/amdatu-auth/auth-stores/mem-store-nonce/
      - copied from r1495, /trunk/amdatu-auth/oauth-stores/nonce-store-mem/
   trunk/amdatu-auth/auth-stores/mem-store-token/
      - copied from r1495, /trunk/amdatu-auth/tokenstore-mem/
Removed:
   trunk/amdatu-auth/oauth-stores/consumer-store-fs/
   trunk/amdatu-auth/oauth-stores/nonce-store-mem/
   trunk/amdatu-auth/tokenstore-mem/
Modified:
   trunk/amdatu-auth/auth-stores/fs-store-consumer/pom.xml
   trunk/amdatu-auth/auth-stores/mem-store-consumer/pom.xml
   trunk/amdatu-auth/auth-stores/mem-store-nonce/pom.xml
   trunk/amdatu-auth/auth-stores/mem-store-token/pom.xml
   trunk/amdatu-auth/auth-stores/pom.xml
   trunk/amdatu-auth/oauth-stores/pom.xml
   trunk/amdatu-auth/pom.xml

Modified: trunk/amdatu-auth/auth-stores/fs-store-consumer/pom.xml
==============================================================================
--- /trunk/amdatu-auth/oauth-stores/consumer-store-fs/pom.xml   (original)
+++ trunk/amdatu-auth/auth-stores/fs-store-consumer/pom.xml     Wed Oct 12 
16:15:46 2011
@@ -19,12 +19,12 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu.auth</groupId>
-    <artifactId>org.amdatu.auth.oauth.stores</artifactId>
+    <artifactId>org.amdatu.auth.stores</artifactId>
     <version>0.2.1-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.store.consumer.fs</artifactId>
   <packaging>bundle</packaging>
-  <name>Amdatu Auth - OAuth File-based consumer registry store</name>
+  <name>Amdatu Auth - File based OAuth consumer store</name>
   <description>This bundle implements a persistent storage for oAuth service 
consumers</description>
 
   <dependencies>

Modified: trunk/amdatu-auth/auth-stores/mem-store-consumer/pom.xml
==============================================================================
--- trunk/amdatu-auth/auth-stores/mem-store-consumer/pom.xml    (original)
+++ trunk/amdatu-auth/auth-stores/mem-store-consumer/pom.xml    Wed Oct 12 
16:15:46 2011
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>org.amdatu.auth.oauth.store.consumer.mem</artifactId>
   <packaging>bundle</packaging>
-  <name>Amdatu Auth - OAuth in-memory consumer registry store</name>
+  <name>Amdatu Auth - In memory OAuth consumer store</name>
   <description>This bundle implements an in-memory storage for OAuth service 
consumers</description>
 
   <dependencies>

Modified: trunk/amdatu-auth/auth-stores/mem-store-nonce/pom.xml
==============================================================================
--- /trunk/amdatu-auth/oauth-stores/nonce-store-mem/pom.xml     (original)
+++ trunk/amdatu-auth/auth-stores/mem-store-nonce/pom.xml       Wed Oct 12 
16:15:46 2011
@@ -19,12 +19,12 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu.auth</groupId>
-    <artifactId>org.amdatu.auth.oauth.stores</artifactId>
+    <artifactId>org.amdatu.auth.stores</artifactId>
     <version>0.2.1-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.oauth.store.nonce.mem</artifactId>
   <packaging>bundle</packaging>
-  <name>Amdatu Auth - OAuth filebased nonce store</name>
+  <name>Amdatu Auth - In memory nonce store</name>
   <description>This bundle implements a persistent storage for oAuth 
nonces</description>
 
   <dependencies>

Modified: trunk/amdatu-auth/auth-stores/mem-store-token/pom.xml
==============================================================================
--- /trunk/amdatu-auth/tokenstore-mem/pom.xml   (original)
+++ trunk/amdatu-auth/auth-stores/mem-store-token/pom.xml       Wed Oct 12 
16:15:46 2011
@@ -19,12 +19,12 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu.auth</groupId>
-    <artifactId>org.amdatu.auth</artifactId>
+    <artifactId>org.amdatu.auth.stores</artifactId>
     <version>0.2.1-SNAPSHOT</version>
   </parent>
   <artifactId>org.amdatu.auth.tokenstore.mem</artifactId>
   <packaging>bundle</packaging>
-  <name>Amdatu Auth - In-memory token store</name>
+  <name>Amdatu Auth - In memory token store</name>
   <description>This bundle implements an in-memory token store</description>
 
   <dependencies>

Modified: trunk/amdatu-auth/auth-stores/pom.xml
==============================================================================
--- trunk/amdatu-auth/auth-stores/pom.xml       (original)
+++ trunk/amdatu-auth/auth-stores/pom.xml       Wed Oct 12 16:15:46 2011
@@ -28,6 +28,9 @@
   <description>This module holds Auth storage implementations</description>
 
   <modules>
+    <module>fs-store-consumer</module>
     <module>mem-store-consumer</module>
+    <module>mem-store-nonce</module>
+    <module>mem-store-token</module>
   </modules>
 </project>

Modified: trunk/amdatu-auth/oauth-stores/pom.xml
==============================================================================
--- trunk/amdatu-auth/oauth-stores/pom.xml      (original)
+++ trunk/amdatu-auth/oauth-stores/pom.xml      Wed Oct 12 16:15:46 2011
@@ -27,8 +27,5 @@
   <name>Amdatu Auth - OAuth stores</name>
   <description>This module holds OAuth storage implementations</description>
 
-  <modules>
-    <module>consumer-store-fs</module>
-    <module>nonce-store-mem</module>
-  </modules>
+
 </project>

Modified: trunk/amdatu-auth/pom.xml
==============================================================================
--- trunk/amdatu-auth/pom.xml   (original)
+++ trunk/amdatu-auth/pom.xml   Wed Oct 12 16:15:46 2011
@@ -262,12 +262,10 @@
     <module>oauth-consumerregistry</module>
     <module>oauth-example</module>
     <module>oauth-server</module>
-    <module>oauth-stores</module>
     <module>release</module>
     <module>test-integration</module>
     <module>test-performance</module>
     <module>tokenprovider</module>
-    <module>tokenstore-mem</module>
     <module>useradmin-gadget</module>
     <module>useradmin-rest</module>
   </modules>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to