Author: ivol37 at gmail.com
Date: Tue Nov  9 16:15:25 2010
New Revision: 288

Log:
[AMDATU-129] Ongoing Refactoring/moving of SVN layout

Added:
   trunk/amdatu-examples/
      - copied from r287, /trunk/example-bundles/
Removed:
   trunk/example-bundles/
Modified:
   trunk/amdatu-examples/course-gadget/pom.xml
   trunk/amdatu-examples/course-service/pom.xml
   trunk/amdatu-examples/friends-gadget/pom.xml
   trunk/amdatu-examples/pom.xml

Modified: trunk/amdatu-examples/course-gadget/pom.xml
==============================================================================
--- /trunk/example-bundles/course-gadget/pom.xml        (original)
+++ trunk/amdatu-examples/course-gadget/pom.xml Tue Nov  9 16:15:25 2010
@@ -4,10 +4,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu</groupId>
-    <artifactId>org.amdatu.example-bundles</artifactId>
+    <artifactId>org.amdatu.examples</artifactId>
     <version>0.0.6-SNAPSHOT</version>
   </parent>
-  <groupId>org.amdatu.example</groupId>
+  <groupId>org.amdatu.examples</groupId>
   <artifactId>course-gadget</artifactId>
   <packaging>bundle</packaging>
   <name>Amdatu Example - Course gadget</name>

Modified: trunk/amdatu-examples/course-service/pom.xml
==============================================================================
--- /trunk/example-bundles/course-service/pom.xml       (original)
+++ trunk/amdatu-examples/course-service/pom.xml        Tue Nov  9 16:15:25 2010
@@ -4,10 +4,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu</groupId>
-    <artifactId>org.amdatu.example-bundles</artifactId>
+    <artifactId>org.amdatu.examples</artifactId>
     <version>0.0.6-SNAPSHOT</version>
   </parent>
-  <groupId>org.amdatu.example</groupId>
+  <groupId>org.amdatu.examples</groupId>
   <artifactId>course-service</artifactId>
   <packaging>bundle</packaging>
   <name>Amdatu Example - Course service</name>

Modified: trunk/amdatu-examples/friends-gadget/pom.xml
==============================================================================
--- /trunk/example-bundles/friends-gadget/pom.xml       (original)
+++ trunk/amdatu-examples/friends-gadget/pom.xml        Tue Nov  9 16:15:25 2010
@@ -4,10 +4,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu</groupId>
-    <artifactId>org.amdatu.example-bundles</artifactId>
+    <artifactId>org.amdatu.examples</artifactId>
     <version>0.0.6-SNAPSHOT</version>
   </parent>
-  <groupId>org.amdatu.example</groupId>
+  <groupId>org.amdatu.examples</groupId>
   <artifactId>friends-gadget</artifactId>
   <packaging>bundle</packaging>
   <name>Amdatu Example - Friends gadget</name>

Modified: trunk/amdatu-examples/pom.xml
==============================================================================
--- /trunk/example-bundles/pom.xml      (original)
+++ trunk/amdatu-examples/pom.xml       Tue Nov  9 16:15:25 2010
@@ -7,7 +7,7 @@
     <artifactId>amdatu</artifactId>
     <version>0.0.6-SNAPSHOT</version>
   </parent>
-  <artifactId>org.amdatu.example-bundles</artifactId>
+  <artifactId>org.amdatu.examples</artifactId>
   <name>Amdatu Examples</name>
   <description>This module holds several examples</description>
   <packaging>pom</packaging>

Reply via email to