Author: ivol37 at gmail.com
Date: Tue Nov  9 13:58:40 2010
New Revision: 274

Log:
[AMDATU-129] Added semanticweb module and moved shindig and sparql projects to 
it

Added:
   trunk/amdatu-semanticweb/sesame-application/
      - copied from r270, /trunk/platform-bundles/sesame-application/
   trunk/amdatu-semanticweb/sparqlendpoint-gadget/
      - copied from r270, /trunk/gadget-bundles/sparqlendpoint-gadget/
Removed:
   trunk/gadget-bundles/sparqlendpoint-gadget/
   trunk/platform-bundles/sesame-application/
Modified:
   trunk/amdatu-semanticweb/pom.xml
   trunk/amdatu-semanticweb/sesame-application/pom.xml
   trunk/amdatu-semanticweb/sparqlendpoint-gadget/pom.xml
   trunk/gadget-bundles/pom.xml
   trunk/platform-bundles/pom.xml
   trunk/pom.xml

Modified: trunk/amdatu-semanticweb/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/pom.xml    (original)
+++ trunk/amdatu-semanticweb/pom.xml    Tue Nov  9 13:58:40 2010
@@ -13,6 +13,8 @@
   <packaging>pom</packaging>
 
   <modules>
+    <module>sesame-application</module>
+    <module>sparqlendpoint-gadget</module>
   </modules>
 
   <build>

Modified: trunk/amdatu-semanticweb/sesame-application/pom.xml
==============================================================================
--- /trunk/platform-bundles/sesame-application/pom.xml  (original)
+++ trunk/amdatu-semanticweb/sesame-application/pom.xml Tue Nov  9 13:58:40 2010
@@ -4,11 +4,11 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu</groupId>
-    <artifactId>org.amdatu.platform-bundles</artifactId>
+    <artifactId>org.amdatu.semanticweb</artifactId>
     <version>0.0.6-SNAPSHOT</version>
   </parent>
-  <groupId>org.amdatu.platform</groupId>
-  <artifactId>sesame-application</artifactId>
+  <groupId>org.amdatu.semanticweb </groupId>
+  <artifactId>sesame</artifactId>
   <packaging>bundle</packaging>
   <name>Amdatu Platform - Sesame Application</name>
   <description>This bundle includes the OpenRDF Sesame libraries and exports 
its API as an OSGi service</description>

Modified: trunk/amdatu-semanticweb/sparqlendpoint-gadget/pom.xml
==============================================================================
--- /trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml (original)
+++ trunk/amdatu-semanticweb/sparqlendpoint-gadget/pom.xml      Tue Nov  9 
13:58:40 2010
@@ -4,10 +4,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu</groupId>
-    <artifactId>org.amdatu.gadget-bundles</artifactId>
+    <artifactId>org.amdatu.semanticweb</artifactId>
     <version>0.0.6-SNAPSHOT</version>
   </parent>
-  <groupId>org.amdatu.gadget</groupId>
+  <groupId>org.amdatu.semanticweb</groupId>
   <artifactId>sparqlendpoint</artifactId>
   <packaging>bundle</packaging>
   <name>Amdatu Gadget - SPARQL Endpoint</name>

Modified: trunk/gadget-bundles/pom.xml
==============================================================================
--- trunk/gadget-bundles/pom.xml        (original)
+++ trunk/gadget-bundles/pom.xml        Tue Nov  9 13:58:40 2010
@@ -30,7 +30,6 @@
   
   <modules>
     <module>login-gadget</module>
-    <module>sparqlendpoint-gadget</module>
   </modules>
   
   <build>

Modified: trunk/platform-bundles/pom.xml
==============================================================================
--- trunk/platform-bundles/pom.xml      (original)
+++ trunk/platform-bundles/pom.xml      Tue Nov  9 13:58:40 2010
@@ -22,7 +22,6 @@
     <module>loghandler</module>
     <module>shindig-application</module>
     <module>profile-service</module>
-    <module>sesame-application</module>
     <module>tenant-service</module>
     <module>useradmin-cassandra-store</module>
     <module>wink-application</module>

Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml       (original)
+++ trunk/pom.xml       Tue Nov  9 13:58:40 2010
@@ -582,6 +582,7 @@
   <modules>
     <module>amdatu-buildsupport</module>
     <module>amdatu-release</module>
+    <module>amdatu-semanticweb</module>
     <module>amdatu-web</module>
     <module>platform-bundles</module>
     <module>application-bundles</module>

Reply via email to