Author: ivol37 at gmail.com
Date: Tue Nov 9 15:02:38 2010
New Revision: 276
Log:
[AMDATU-129] Refactoring/moving for opensocial and semantic web modules
Added:
trunk/amdatu-opensocial/shindig-application/
- copied from r270, /trunk/platform-bundles/shindig-application/
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/
- copied from r274,
/trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/platform/
trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/semanticweb/
- copied from r274,
/trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/gadget/
Removed:
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/platform/
trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/gadget/
trunk/platform-bundles/shindig-application/
Modified:
trunk/amdatu-opensocial/pom.xml
trunk/amdatu-opensocial/shindig-application/pom.xml
trunk/amdatu-release/pom.xml
trunk/amdatu-semanticweb/sesame-application/pom.xml
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/SPARQLQueryHandler.java
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/SesameService.java
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/osgi/Activator.java
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/service/SesameServiceImpl.java
trunk/amdatu-semanticweb/sparqlendpoint-gadget/pom.xml
trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/semanticweb/sparqlendpoint/Activator.java
trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/semanticweb/sparqlendpoint/service/SPARQLEndpointServiceImpl.java
trunk/application-bundles/dashboard-bundle/pom.xml
trunk/application-bundles/gadget-management/pom.xml
trunk/example-bundles/course-gadget/pom.xml
trunk/example-bundles/course-service/pom.xml
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/impl/CourseOntologyDataProvider.java
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/impl/CourseServiceImpl.java
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/osgi/Activator.java
trunk/example-bundles/friends-gadget/pom.xml
trunk/gadget-bundles/pom.xml
trunk/integration-tests/pom.xml
trunk/platform-bundles/pom.xml
trunk/platform-bundles/profile-service/pom.xml
trunk/pom.xml
Modified: trunk/amdatu-opensocial/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/pom.xml (original)
+++ trunk/amdatu-opensocial/pom.xml Tue Nov 9 15:02:38 2010
@@ -7,14 +7,13 @@
<artifactId>amdatu</artifactId>
<version>0.0.6-SNAPSHOT</version>
</parent>
- <artifactId>org.amdatu.semanticweb</artifactId>
- <name>Amdatu Semantic Web</name>
- <description>This module consists of all Semantic Web related
bundles</description>
+ <artifactId>org.amdatu.opensocial</artifactId>
+ <name>Amdatu Open Social</name>
+ <description>This module consists of all Open Social related
bundles</description>
<packaging>pom</packaging>
<modules>
- <module>sesame-application</module>
- <module>sparqlendpoint-gadget</module>
+ <module>shindig-application</module>
</modules>
<build>
Modified: trunk/amdatu-opensocial/shindig-application/pom.xml
==============================================================================
--- /trunk/platform-bundles/shindig-application/pom.xml (original)
+++ trunk/amdatu-opensocial/shindig-application/pom.xml Tue Nov 9 15:02:38 2010
@@ -4,13 +4,13 @@
<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>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<packaging>bundle</packaging>
- <name>Amdatu Platform - Apache Shindig Application</name>
+ <name>Amdatu Open Social - Apache Shindig Application</name>
<description>This bundle includes the Apache Shindig libraries and exports
the opensocial API as OSGi services</description>
<dependencies>
@@ -168,7 +168,7 @@
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.platform.shindig.application.osgi.Activator</Bundle-Activator>
-
<Bundle-SymbolicName>org.amdatu.platform.shindig-application</Bundle-SymbolicName>
+
<Bundle-SymbolicName>org.amdatu.platform.shindig</Bundle-SymbolicName>
<Embed-Dependency>*;scope=compile</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
<Import-Package>
Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml (original)
+++ trunk/amdatu-release/pom.xml Tue Nov 9 15:02:38 2010
@@ -139,15 +139,15 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>sesame-application</artifactId>
+ <groupId>org.amdatu.semanticweb</groupId>
+ <artifactId>sesame</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<version>${platform.version}</version>
<scope>runtime</scope>
<type>bundle</type>
Modified: trunk/amdatu-semanticweb/sesame-application/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/sesame-application/pom.xml (original)
+++ trunk/amdatu-semanticweb/sesame-application/pom.xml Tue Nov 9 15:02:38 2010
@@ -41,15 +41,15 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
-
<Bundle-Activator>org.amdatu.platform.sesame.application.osgi.Activator</Bundle-Activator>
-
<Bundle-SymbolicName>org.amdatu.platform.sesame-application</Bundle-SymbolicName>
+
<Bundle-Activator>org.amdatu.semanticweb.sesame.application.osgi.Activator</Bundle-Activator>
+
<Bundle-SymbolicName>org.amdatu.semanticweb.sesame</Bundle-SymbolicName>
<Embed-Dependency>*;scope=compile</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
<Import-Package>
*;resolution:=optional
</Import-Package>
<_exportcontents>
- org.amdatu.platform.sesame.application,
+ org.amdatu.semanticweb.sesame.application,
org.openrdf.*
</_exportcontents>
</instructions>
Modified:
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/SPARQLQueryHandler.java
==============================================================================
---
/trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/platform/sesame/application/SPARQLQueryHandler.java
(original)
+++
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/SPARQLQueryHandler.java
Tue Nov 9 15:02:38 2010
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.amdatu.platform.sesame.application;
+package org.amdatu.semanticweb.sesame.application;
import org.openrdf.query.TupleQueryResult;
Modified:
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/SesameService.java
==============================================================================
---
/trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/platform/sesame/application/SesameService.java
(original)
+++
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/SesameService.java
Tue Nov 9 15:02:38 2010
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.amdatu.platform.sesame.application;
+package org.amdatu.semanticweb.sesame.application;
import java.net.URL;
import java.util.List;
Modified:
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/osgi/Activator.java
==============================================================================
---
/trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/platform/sesame/application/osgi/Activator.java
(original)
+++
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/osgi/Activator.java
Tue Nov 9 15:02:38 2010
@@ -14,10 +14,10 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.amdatu.platform.sesame.application.osgi;
+package org.amdatu.semanticweb.sesame.application.osgi;
-import org.amdatu.platform.sesame.application.SesameService;
-import org.amdatu.platform.sesame.application.service.SesameServiceImpl;
+import org.amdatu.semanticweb.sesame.application.SesameService;
+import org.amdatu.semanticweb.sesame.application.service.SesameServiceImpl;
import org.apache.felix.dm.DependencyActivatorBase;
import org.apache.felix.dm.DependencyManager;
import org.osgi.framework.BundleContext;
Modified:
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/service/SesameServiceImpl.java
==============================================================================
---
/trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/platform/sesame/application/service/SesameServiceImpl.java
(original)
+++
trunk/amdatu-semanticweb/sesame-application/src/main/java/org/amdatu/semanticweb/sesame/application/service/SesameServiceImpl.java
Tue Nov 9 15:02:38 2010
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.amdatu.platform.sesame.application.service;
+package org.amdatu.semanticweb.sesame.application.service;
import java.io.File;
import java.io.IOException;
@@ -22,8 +22,8 @@
import java.util.ArrayList;
import java.util.List;
-import org.amdatu.platform.sesame.application.SPARQLQueryHandler;
-import org.amdatu.platform.sesame.application.SesameService;
+import org.amdatu.semanticweb.sesame.application.SPARQLQueryHandler;
+import org.amdatu.semanticweb.sesame.application.SesameService;
import org.openrdf.model.URI;
import org.openrdf.model.ValueFactory;
import org.openrdf.query.*;
Modified: trunk/amdatu-semanticweb/sparqlendpoint-gadget/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/sparqlendpoint-gadget/pom.xml (original)
+++ trunk/amdatu-semanticweb/sparqlendpoint-gadget/pom.xml Tue Nov 9
15:02:38 2010
@@ -15,8 +15,8 @@
<dependencies>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>sesame-application</artifactId>
+ <groupId>org.amdatu.semanticweb</groupId>
+ <artifactId>sesame</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
@@ -25,7 +25,13 @@
<artifactId>wink-application</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>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
@@ -37,7 +43,13 @@
<artifactId>gadgetmanagement</artifactId>
<scope>provided</scope>
<type>bundle</type>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
+ <scope>provided</scope>
+ <type>bundle</type>
+ </dependency>
</dependencies>
<build>
Modified:
trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/semanticweb/sparqlendpoint/Activator.java
==============================================================================
---
/trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/gadget/sparqlendpoint/Activator.java
(original)
+++
trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/semanticweb/sparqlendpoint/Activator.java
Tue Nov 9 15:02:38 2010
@@ -14,13 +14,13 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.amdatu.gadget.sparqlendpoint;
+package org.amdatu.semanticweb.sparqlendpoint;
import org.amdatu.application.gadgetmanagement.GadgetManagement;
-import org.amdatu.gadget.sparqlendpoint.service.SPARQLEndpointServiceImpl;
+import org.amdatu.semanticweb.sparqlendpoint.service.SPARQLEndpointServiceImpl;
import org.amdatu.web.httpcontext.HttpContextServiceFactory;
import org.amdatu.web.httpcontext.ResourceProvider;
-import org.amdatu.platform.sesame.application.SesameService;
+import org.amdatu.semanticweb.sesame.application.SesameService;
import org.apache.felix.dm.DependencyActivatorBase;
import org.apache.felix.dm.DependencyManager;
import org.osgi.framework.BundleContext;
Modified:
trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/semanticweb/sparqlendpoint/service/SPARQLEndpointServiceImpl.java
==============================================================================
---
/trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/gadget/sparqlendpoint/service/SPARQLEndpointServiceImpl.java
(original)
+++
trunk/amdatu-semanticweb/sparqlendpoint-gadget/src/main/java/org/amdatu/semanticweb/sparqlendpoint/service/SPARQLEndpointServiceImpl.java
Tue Nov 9 15:02:38 2010
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package org.amdatu.gadget.sparqlendpoint.service;
+package org.amdatu.semanticweb.sparqlendpoint.service;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
@@ -24,11 +24,11 @@
import java.util.List;
import org.amdatu.application.gadgetmanagement.GadgetManagement;
-import org.amdatu.gadget.sparqlendpoint.Activator;
+import org.amdatu.semanticweb.sparqlendpoint.Activator;
import org.amdatu.web.httpcontext.HttpContextServiceFactory;
import org.amdatu.web.httpcontext.ResourceProvider;
-import org.amdatu.platform.sesame.application.SPARQLQueryHandler;
-import org.amdatu.platform.sesame.application.SesameService;
+import org.amdatu.semanticweb.sesame.application.SPARQLQueryHandler;
+import org.amdatu.semanticweb.sesame.application.SesameService;
import org.amdatu.platform.shindig.application.GadgetCategory;
import org.amdatu.platform.shindig.application.GadgetDefinition;
import org.apache.felix.dm.Component;
@@ -54,7 +54,7 @@
private static final int MAX_ROW_COUNT = 250;
// The PID and configuration properties
- public final static String PID = "org.amdatu.gadget.sparqlendpoint";
+ public final static String PID = "org.amdatu.semanticweb.sparqlendpoint";
private final static String HOSTNAME = "hostname";
private final static String PORTNR = "portnr";
Modified: trunk/application-bundles/dashboard-bundle/pom.xml
==============================================================================
--- trunk/application-bundles/dashboard-bundle/pom.xml (original)
+++ trunk/application-bundles/dashboard-bundle/pom.xml Tue Nov 9 15:02:38 2010
@@ -21,8 +21,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/application-bundles/gadget-management/pom.xml
==============================================================================
--- trunk/application-bundles/gadget-management/pom.xml (original)
+++ trunk/application-bundles/gadget-management/pom.xml Tue Nov 9 15:02:38 2010
@@ -41,8 +41,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/example-bundles/course-gadget/pom.xml
==============================================================================
--- trunk/example-bundles/course-gadget/pom.xml (original)
+++ trunk/example-bundles/course-gadget/pom.xml Tue Nov 9 15:02:38 2010
@@ -20,8 +20,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/example-bundles/course-service/pom.xml
==============================================================================
--- trunk/example-bundles/course-service/pom.xml (original)
+++ trunk/example-bundles/course-service/pom.xml Tue Nov 9 15:02:38 2010
@@ -21,8 +21,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
@@ -51,8 +51,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>sesame-application</artifactId>
+ <groupId>org.amdatu.semanticweb</groupId>
+ <artifactId>sesame</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified:
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/impl/CourseOntologyDataProvider.java
==============================================================================
---
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/impl/CourseOntologyDataProvider.java
(original)
+++
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/impl/CourseOntologyDataProvider.java
Tue Nov 9 15:02:38 2010
@@ -27,8 +27,8 @@
import org.amdatu.example.course.service.CourseService;
import org.amdatu.platform.configtemplatemanager.ConfigTemplateManager;
-import org.amdatu.platform.sesame.application.SPARQLQueryHandler;
-import org.amdatu.platform.sesame.application.SesameService;
+import org.amdatu.semanticweb.sesame.application.SPARQLQueryHandler;
+import org.amdatu.semanticweb.sesame.application.SesameService;
import org.openrdf.model.URI;
import org.openrdf.model.ValueFactory;
import org.openrdf.model.impl.URIImpl;
Modified:
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/impl/CourseServiceImpl.java
==============================================================================
---
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/impl/CourseServiceImpl.java
(original)
+++
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/impl/CourseServiceImpl.java
Tue Nov 9 15:02:38 2010
@@ -22,8 +22,8 @@
import org.amdatu.example.course.service.Course;
import org.amdatu.example.course.service.CourseService;
-import org.amdatu.platform.sesame.application.SPARQLQueryHandler;
-import org.amdatu.platform.sesame.application.SesameService;
+import org.amdatu.semanticweb.sesame.application.SPARQLQueryHandler;
+import org.amdatu.semanticweb.sesame.application.SesameService;
import org.apache.shindig.social.opensocial.model.Person;
import org.openrdf.query.BindingSet;
import org.openrdf.query.QueryEvaluationException;
Modified:
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/osgi/Activator.java
==============================================================================
---
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/osgi/Activator.java
(original)
+++
trunk/example-bundles/course-service/src/main/java/org/amdatu/example/course/service/osgi/Activator.java
Tue Nov 9 15:02:38 2010
@@ -25,7 +25,7 @@
import org.amdatu.web.httpcontext.HttpContextServiceFactory;
import org.amdatu.web.httpcontext.ResourceProvider;
import org.amdatu.platform.profile.PersonService;
-import org.amdatu.platform.sesame.application.SesameService;
+import org.amdatu.semanticweb.sesame.application.SesameService;
import org.apache.felix.dm.DependencyActivatorBase;
import org.apache.felix.dm.DependencyManager;
import org.osgi.framework.BundleContext;
Modified: trunk/example-bundles/friends-gadget/pom.xml
==============================================================================
--- trunk/example-bundles/friends-gadget/pom.xml (original)
+++ trunk/example-bundles/friends-gadget/pom.xml Tue Nov 9 15:02:38 2010
@@ -21,8 +21,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/gadget-bundles/pom.xml
==============================================================================
--- trunk/gadget-bundles/pom.xml (original)
+++ trunk/gadget-bundles/pom.xml Tue Nov 9 15:02:38 2010
@@ -15,8 +15,8 @@
<dependencies>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/integration-tests/pom.xml
==============================================================================
--- trunk/integration-tests/pom.xml (original)
+++ trunk/integration-tests/pom.xml Tue Nov 9 15:02:38 2010
@@ -73,8 +73,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<scope>test</scope>
<type>bundle</type>
</dependency>
Modified: trunk/platform-bundles/pom.xml
==============================================================================
--- trunk/platform-bundles/pom.xml (original)
+++ trunk/platform-bundles/pom.xml Tue Nov 9 15:02:38 2010
@@ -20,7 +20,6 @@
<module>cassandra-persistencemanager</module>
<module>config-template-manager</module>
<module>loghandler</module>
- <module>shindig-application</module>
<module>profile-service</module>
<module>tenant-service</module>
<module>useradmin-cassandra-store</module>
Modified: trunk/platform-bundles/profile-service/pom.xml
==============================================================================
--- trunk/platform-bundles/profile-service/pom.xml (original)
+++ trunk/platform-bundles/profile-service/pom.xml Tue Nov 9 15:02:38 2010
@@ -21,8 +21,8 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<scope>provided</scope>
<type>bundle</type>
</dependency>
Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Tue Nov 9 15:02:38 2010
@@ -317,8 +317,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>sesame-application</artifactId>
+ <groupId>org.amdatu.semanticweb</groupId>
+ <artifactId>sesame</artifactId>
<version>${platform.version}</version>
<scope>provided</scope>
<type>bundle</type>
@@ -331,8 +331,8 @@
<type>bundle</type>
</dependency>
<dependency>
- <groupId>org.amdatu.platform</groupId>
- <artifactId>shindig-application</artifactId>
+ <groupId>org.amdatu.opensocial</groupId>
+ <artifactId>shindig</artifactId>
<version>${platform.version}</version>
<scope>provided</scope>
<type>bundle</type>
@@ -581,6 +581,7 @@
-->
<modules>
<module>amdatu-buildsupport</module>
+ <module>amdatu-opensocial</module>
<module>amdatu-release</module>
<module>amdatu-semanticweb</module>
<module>amdatu-web</module>