Author: ivol37 at gmail.com
Date: Tue Nov 9 15:50:36 2010
New Revision: 283
Log:
[AMDATU-129] Ongoing Refactoring/moving of SVN layout
Modified:
trunk/amdatu-opensocial/dashboard-bundle/pom.xml
trunk/amdatu-opensocial/gadget-management/pom.xml
trunk/amdatu-opensocial/pom.xml
trunk/amdatu-opensocial/profile-service/pom.xml
trunk/platform-bundles/pom.xml
Modified: trunk/amdatu-opensocial/dashboard-bundle/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/dashboard-bundle/pom.xml (original)
+++ trunk/amdatu-opensocial/dashboard-bundle/pom.xml Tue Nov 9 15:50:36 2010
@@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.amdatu</groupId>
- <artifactId>org.amdatu.application-bundles</artifactId>
+ <artifactId>org.amdatu.opensocial</artifactId>
<version>0.0.6-SNAPSHOT</version>
</parent>
- <groupId>org.amdatu.application</groupId>
+ <groupId>org.amdatu.opensocial</groupId>
<artifactId>dashboard</artifactId>
<packaging>bundle</packaging>
<name>Amdatu Application - Dashboard</name>
@@ -25,7 +25,13 @@
<artifactId>shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.web</groupId>
+ <artifactId>httpcontext</artifactId>
+ <scope>provided</scope>
+ <type>bundle</type>
+ </dependency>
</dependencies>
<build>
Modified: trunk/amdatu-opensocial/gadget-management/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/gadget-management/pom.xml (original)
+++ trunk/amdatu-opensocial/gadget-management/pom.xml Tue Nov 9 15:50:36 2010
@@ -4,18 +4,22 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.amdatu</groupId>
- <artifactId>org.amdatu.application-bundles</artifactId>
+ <artifactId>org.amdatu.opensocial</artifactId>
<version>0.0.6-SNAPSHOT</version>
</parent>
- <groupId>org.amdatu.application</groupId>
+ <groupId>org.amdatu.opensocial</groupId>
<artifactId>gadgetmanagement</artifactId>
<packaging>bundle</packaging>
<name>Amdatu Application - Gadget Management</name>
<description>Provides a service to manage gadgets stored in the gadget
store</description>
<dependencies>
-
-
+ <dependency>
+ <groupId>org.amdatu.web</groupId>
+ <artifactId>httpcontext</artifactId>
+ <scope>provided</scope>
+ <type>bundle</type>
+ </dependency>
<dependency>
<groupId>org.amdatu.platform</groupId>
<artifactId>authorization</artifactId>
Modified: trunk/amdatu-opensocial/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/pom.xml (original)
+++ trunk/amdatu-opensocial/pom.xml Tue Nov 9 15:50:36 2010
@@ -13,6 +13,9 @@
<packaging>pom</packaging>
<modules>
+ <module>dashboard-bundle</module>
+ <module>gadget-management</module>
+ <module>profile-service</module>
<module>shindig-application</module>
</modules>
Modified: trunk/amdatu-opensocial/profile-service/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/profile-service/pom.xml (original)
+++ trunk/amdatu-opensocial/profile-service/pom.xml Tue Nov 9 15:50:36 2010
@@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.amdatu</groupId>
- <artifactId>org.amdatu.platform-bundles</artifactId>
+ <artifactId>org.amdatu.opensocial</artifactId>
<version>0.0.6-SNAPSHOT</version>
</parent>
- <groupId>org.amdatu.platform</groupId>
+ <groupId>org.amdatu.opensocial</groupId>
<artifactId>profile-service</artifactId>
<packaging>bundle</packaging>
<name>Amdatu Platform - Profile Service</name>
Modified: trunk/platform-bundles/pom.xml
==============================================================================
--- trunk/platform-bundles/pom.xml (original)
+++ trunk/platform-bundles/pom.xml Tue Nov 9 15:50:36 2010
@@ -20,7 +20,6 @@
<module>cassandra-persistencemanager</module>
<module>config-template-manager</module>
<module>loghandler</module>
- <module>profile-service</module>
<module>tenant-service</module>
<module>useradmin-cassandra-store</module>
<module>wink-application</module>