Author: ivol37 at gmail.com
Date: Wed Oct 27 09:45:51 2010
New Revision: 210

Log:
[PREPARE-RELEASE] 0.0.6

Modified:
   trunk/amdatu-release/pom.xml
   trunk/application-bundles/dashboard-bundle/pom.xml
   trunk/application-bundles/gadget-management/pom.xml
   trunk/application-bundles/pom.xml
   trunk/changelog.txt
   trunk/example-bundles/course-gadget/pom.xml
   trunk/example-bundles/course-service/pom.xml
   trunk/example-bundles/friends-gadget/pom.xml
   trunk/example-bundles/pom.xml
   trunk/gadget-bundles/login-gadget/pom.xml
   trunk/gadget-bundles/pom.xml
   trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml
   trunk/integration-tests/pom.xml
   trunk/libraries/amdatu-utilities/pom.xml
   trunk/libraries/pom.xml
   trunk/platform-bundles/authorization-service/pom.xml
   trunk/platform-bundles/cassandra-application/pom.xml
   trunk/platform-bundles/cassandra-listener/pom.xml
   trunk/platform-bundles/cassandra-persistencemanager/pom.xml
   trunk/platform-bundles/config-template-manager/pom.xml
   trunk/platform-bundles/filebased-configuration/pom.xml
   trunk/platform-bundles/httpcontext/pom.xml
   trunk/platform-bundles/loghandler/pom.xml
   trunk/platform-bundles/pom.xml
   trunk/platform-bundles/profile-service/pom.xml
   trunk/platform-bundles/sesame-application/pom.xml
   trunk/platform-bundles/shindig-application/pom.xml
   trunk/platform-bundles/tenant-service/pom.xml
   trunk/platform-bundles/useradmin-cassandra-store/pom.xml
   trunk/platform-bundles/wink-application/pom.xml
   trunk/pom.xml
   trunk/readme.txt
   trunk/src/main/resources/conf/felix-config.properties

Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml        (original)
+++ trunk/amdatu-release/pom.xml        Wed Oct 27 09:45:51 2010
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-RC1</version> <!-- There is not yet an easy way to inherit 
this version from its parent -->
+    <version>0.0.6-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   <packaging>pom</packaging>
   <artifactId>amdatu-release</artifactId>
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.amdatu.application</groupId>
       <artifactId>dashboard</artifactId>
-      <version>0.0.5-RC1</version>
+      <version>0.0.6-SNAPSHOT</version>
       <scope>compile</scope>
       <type>bundle</type>
     </dependency>

Modified: trunk/application-bundles/dashboard-bundle/pom.xml
==============================================================================
--- trunk/application-bundles/dashboard-bundle/pom.xml  (original)
+++ trunk/application-bundles/dashboard-bundle/pom.xml  Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.application-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.application</groupId>
   <artifactId>dashboard</artifactId>

Modified: trunk/application-bundles/gadget-management/pom.xml
==============================================================================
--- trunk/application-bundles/gadget-management/pom.xml (original)
+++ trunk/application-bundles/gadget-management/pom.xml Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.application-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.application</groupId>
   <artifactId>gadgetmanagement</artifactId>

Modified: trunk/application-bundles/pom.xml
==============================================================================
--- trunk/application-bundles/pom.xml   (original)
+++ trunk/application-bundles/pom.xml   Wed Oct 27 09:45:51 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-RC1</version> <!-- There is not yet an easy way to inherit 
this version from its parent -->
+    <version>0.0.6-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <dependencies>    

Modified: trunk/changelog.txt
==============================================================================
--- trunk/changelog.txt (original)
+++ trunk/changelog.txt Wed Oct 27 09:45:51 2010
@@ -3,7 +3,7 @@
                     
                                              Amdatu
 
-Release 0.0.5-RC1
+Release 0.0.6-SNAPSHOT
 Last revised October 27, 2010
 -----------------------------
 

Modified: trunk/example-bundles/course-gadget/pom.xml
==============================================================================
--- trunk/example-bundles/course-gadget/pom.xml (original)
+++ trunk/example-bundles/course-gadget/pom.xml Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>course-gadget</artifactId>

Modified: trunk/example-bundles/course-service/pom.xml
==============================================================================
--- trunk/example-bundles/course-service/pom.xml        (original)
+++ trunk/example-bundles/course-service/pom.xml        Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>course-service</artifactId>

Modified: trunk/example-bundles/friends-gadget/pom.xml
==============================================================================
--- trunk/example-bundles/friends-gadget/pom.xml        (original)
+++ trunk/example-bundles/friends-gadget/pom.xml        Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>friends-gadget</artifactId>

Modified: trunk/example-bundles/pom.xml
==============================================================================
--- trunk/example-bundles/pom.xml       (original)
+++ trunk/example-bundles/pom.xml       Wed Oct 27 09:45:51 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-RC1</version> <!-- There is not yet an easy way to inherit 
this version from its parent -->
+    <version>0.0.6-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <dependencies>    

Modified: trunk/gadget-bundles/login-gadget/pom.xml
==============================================================================
--- trunk/gadget-bundles/login-gadget/pom.xml   (original)
+++ trunk/gadget-bundles/login-gadget/pom.xml   Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.gadget-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.gadget</groupId>
   <artifactId>login</artifactId>

Modified: trunk/gadget-bundles/pom.xml
==============================================================================
--- trunk/gadget-bundles/pom.xml        (original)
+++ trunk/gadget-bundles/pom.xml        Wed Oct 27 09:45:51 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-RC1</version> <!-- There is not yet an easy way to inherit 
this version from its parent -->
+    <version>0.0.6-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <dependencies>

Modified: trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml
==============================================================================
--- trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml  (original)
+++ trunk/gadget-bundles/sparqlendpoint-gadget/pom.xml  Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.gadget-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.gadget</groupId>
   <artifactId>sparqlendpoint</artifactId>

Modified: trunk/integration-tests/pom.xml
==============================================================================
--- trunk/integration-tests/pom.xml     (original)
+++ trunk/integration-tests/pom.xml     Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>integration-tests</artifactId>
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>cassandra-application</artifactId>
-      <version>0.0.5-RC1</version>
+      <version>0.0.6-SNAPSHOT</version>
       <scope>test</scope>
       <type>bundle</type>
     </dependency>

Modified: trunk/libraries/amdatu-utilities/pom.xml
==============================================================================
--- trunk/libraries/amdatu-utilities/pom.xml    (original)
+++ trunk/libraries/amdatu-utilities/pom.xml    Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.libraries</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.libraries</groupId>
   <artifactId>amdatu-utilities</artifactId>

Modified: trunk/libraries/pom.xml
==============================================================================
--- trunk/libraries/pom.xml     (original)
+++ trunk/libraries/pom.xml     Wed Oct 27 09:45:51 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-RC1</version> <!-- There is not yet an easy way to inherit 
this version from its parent -->
+    <version>0.0.6-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <modules>

Modified: trunk/platform-bundles/authorization-service/pom.xml
==============================================================================
--- trunk/platform-bundles/authorization-service/pom.xml        (original)
+++ trunk/platform-bundles/authorization-service/pom.xml        Wed Oct 27 
09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>authorization</artifactId>

Modified: trunk/platform-bundles/cassandra-application/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-application/pom.xml        (original)
+++ trunk/platform-bundles/cassandra-application/pom.xml        Wed Oct 27 
09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-application</artifactId>

Modified: trunk/platform-bundles/cassandra-listener/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-listener/pom.xml   (original)
+++ trunk/platform-bundles/cassandra-listener/pom.xml   Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-listener</artifactId>

Modified: trunk/platform-bundles/cassandra-persistencemanager/pom.xml
==============================================================================
--- trunk/platform-bundles/cassandra-persistencemanager/pom.xml (original)
+++ trunk/platform-bundles/cassandra-persistencemanager/pom.xml Wed Oct 27 
09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-persistencemanager</artifactId>

Modified: trunk/platform-bundles/config-template-manager/pom.xml
==============================================================================
--- trunk/platform-bundles/config-template-manager/pom.xml      (original)
+++ trunk/platform-bundles/config-template-manager/pom.xml      Wed Oct 27 
09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>config-template-manager</artifactId>

Modified: trunk/platform-bundles/filebased-configuration/pom.xml
==============================================================================
--- trunk/platform-bundles/filebased-configuration/pom.xml      (original)
+++ trunk/platform-bundles/filebased-configuration/pom.xml      Wed Oct 27 
09:45:51 2010
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>org.amdatu.platform-bundles</artifactId>
         <groupId>org.amdatu</groupId>
-        <version>0.0.5-RC1</version>
+        <version>0.0.6-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.amdatu.platform</groupId>

Modified: trunk/platform-bundles/httpcontext/pom.xml
==============================================================================
--- trunk/platform-bundles/httpcontext/pom.xml  (original)
+++ trunk/platform-bundles/httpcontext/pom.xml  Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>httpcontext</artifactId>

Modified: trunk/platform-bundles/loghandler/pom.xml
==============================================================================
--- trunk/platform-bundles/loghandler/pom.xml   (original)
+++ trunk/platform-bundles/loghandler/pom.xml   Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>loghandler</artifactId>

Modified: trunk/platform-bundles/pom.xml
==============================================================================
--- trunk/platform-bundles/pom.xml      (original)
+++ trunk/platform-bundles/pom.xml      Wed Oct 27 09:45:51 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-RC1</version> <!-- There is not yet an easy way to inherit 
this version from its parent -->
+    <version>0.0.6-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
   </parent>
   
   <modules>

Modified: trunk/platform-bundles/profile-service/pom.xml
==============================================================================
--- trunk/platform-bundles/profile-service/pom.xml      (original)
+++ trunk/platform-bundles/profile-service/pom.xml      Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>profile-service</artifactId>

Modified: trunk/platform-bundles/sesame-application/pom.xml
==============================================================================
--- trunk/platform-bundles/sesame-application/pom.xml   (original)
+++ trunk/platform-bundles/sesame-application/pom.xml   Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>sesame-application</artifactId>

Modified: trunk/platform-bundles/shindig-application/pom.xml
==============================================================================
--- trunk/platform-bundles/shindig-application/pom.xml  (original)
+++ trunk/platform-bundles/shindig-application/pom.xml  Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>shindig-application</artifactId>

Modified: trunk/platform-bundles/tenant-service/pom.xml
==============================================================================
--- trunk/platform-bundles/tenant-service/pom.xml       (original)
+++ trunk/platform-bundles/tenant-service/pom.xml       Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>tenant-service</artifactId>

Modified: trunk/platform-bundles/useradmin-cassandra-store/pom.xml
==============================================================================
--- trunk/platform-bundles/useradmin-cassandra-store/pom.xml    (original)
+++ trunk/platform-bundles/useradmin-cassandra-store/pom.xml    Wed Oct 27 
09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>useradmin-cassandra-store</artifactId>

Modified: trunk/platform-bundles/wink-application/pom.xml
==============================================================================
--- trunk/platform-bundles/wink-application/pom.xml     (original)
+++ trunk/platform-bundles/wink-application/pom.xml     Wed Oct 27 09:45:51 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>wink-application</artifactId>

Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml       (original)
+++ trunk/pom.xml       Wed Oct 27 09:45:51 2010
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.amdatu</groupId>
   <artifactId>amdatu</artifactId>
-  <version>0.0.5-RC1</version>
+  <version>0.0.6-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Amdatu</name>
   <description>Amdatu framework</description>
@@ -138,7 +138,7 @@
   <!-- Global properties specific for the entire platform build -->
   <properties>
     <!-- Platform version -->
-    <platform.version>0.0.5-RC1</platform.version>
+    <platform.version>0.0.6-SNAPSHOT</platform.version>
     
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   

Modified: trunk/readme.txt
==============================================================================
--- trunk/readme.txt    (original)
+++ trunk/readme.txt    Wed Oct 27 09:45:51 2010
@@ -4,7 +4,7 @@
                     
                                             Amdatu
 
-Release 0.0.5-RC1
+Release 0.0.6-SNAPSHOT
 Last revised October 27, 2010
 -----------------------------
 

Modified: trunk/src/main/resources/conf/felix-config.properties
==============================================================================
--- trunk/src/main/resources/conf/felix-config.properties       (original)
+++ trunk/src/main/resources/conf/felix-config.properties       Wed Oct 27 
09:45:51 2010
@@ -70,18 +70,18 @@
 # to install when the framework starts. The ending numerical component
 # is the target start level. Any number of these properties may be
 # specified for different start levels.
-#felix.auto.install.5=file:platform-bundles/org.amdatu.shindig-app-bundle-0.0.5-RC1.jar
+#felix.auto.install.5=file:platform-bundles/org.amdatu.shindig-app-bundle-0.0.6-SNAPSHOT.jar
 
 # The following property is a space-delimited list of bundle URLs
 # to install and start when the framework starts. The ending numerical
 # component is the target start level. Any number of these properties
 # may be specified for different start levels.
 
felix.auto.start.1=reference:file:system-bundles/org.apache.felix.configadmin-1.2.4.jar
 
reference:file:system-bundles/org.apache.felix.dependencymanager-3.0.0-SNAPSHOT.jar
 reference:file:system-bundles/org.apache.felix.eventadmin-1.2.2.jar 
reference:file:system-bundles/org.apache.felix.fileinstall-3.0.0.jar 
reference:file:system-bundles/org.apache.felix.log-1.0.0.jar 
reference:file:system-bundles/org.apache.felix.main-2.0.5.jar 
reference:file:system-bundles/org.apache.felix.metatype-1.0.4.jar 
reference:file:system-bundles/org.apache.felix.shell.tui-1.4.1.jar 
reference:file:system-bundles/org.apache.felix.shell-1.4.2.jar 
reference:file:system-bundles/org.apache.felix.webconsole-3.1.2.jar 
reference:file:system-bundles/org.apache.sling.commons.mime-2.1.4.jar 
reference:file:system-bundles/org.apache.sling.commons.osgi-2.0.6.jar 
reference:file:system-bundles/org.osgi.compendium-1.0.0.jar 
reference:file:system-bundles/org.osgi.core-1.0.0.jar 
reference:file:system-bundles/pax-useradmin-service-0.0.1-SNAPSHOT.jar 
reference:file:system-bundles/pax-web-jetty-bundle-0.7.1.jar 
reference:file:system-bundles/pax-web-jsp-0.7.1.jar 
reference:file:system-bundles/org.apache.felix.scr-1.6.0.jar
-felix.auto.start.2=reference:file:platform-bundles/org.amdatu.platform.filebased-configuration-0.0.5-RC1.jar
-felix.auto.start.5=reference:file:platform-bundles/org.amdatu.platform.shindig-application-0.0.5-RC1.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-application-0.0.5-RC1.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-listener-0.0.5-RC1.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-persistencemanager-0.0.5-RC1.jar
 reference:file:platform-bundles/org.amdatu.platform.loghandler-0.0.5-RC1.jar 
reference:file:platform-bundles/org.amdatu.platform.profile-service-0.0.5-RC1.jar
 
reference:file:platform-bundles/org.amdatu.platform.tenant-service-0.0.5-RC1.jar
 
reference:file:platform-bundles/org.amdatu.platform.authorization-0.0.5-RC1.jar 
reference:file:platform-bundles/org.amdatu.platform.httpcontext-0.0.5-RC1.jar 
reference:file:platform-bundles/org.amdatu.platform.wink-application-0.0.5-RC1.jar
 
reference:file:platform-bundles/org.amdatu.platform.sesame-application-0.0.5-RC1.jar
 
reference:file:platform-bundles/org.amdatu.platform.config-template-manager-0.0.5-RC1.jar
 
reference:file:platform-bundles/org.amdatu.platform.useradmin-cassandra-store-0.0.5-RC1.jar
-felix.auto.start.10=reference:file:application-bundles/org.amdatu.application.dashboard-0.0.5-RC1.jar
 
reference:file:application-bundles/org.amdatu.application.gadgetmanagement-0.0.5-RC1.jar
-felix.auto.start.20=reference:file:gadget-bundles/org.amdatu.gadget.sparqlendpoint-0.0.5-RC1.jar
 reference:file:gadget-bundles/org.amdatu.gadget.login-0.0.5-RC1.jar
-felix.auto.start.30=reference:file:example-bundles/org.amdatu.example.friends-gadget-0.0.5-RC1.jar
 reference:file:example-bundles/org.amdatu.example.course-gadget-0.0.5-RC1.jar 
reference:file:example-bundles/org.amdatu.example.course-service-0.0.5-RC1.jar
+felix.auto.start.2=reference:file:platform-bundles/org.amdatu.platform.filebased-configuration-0.0.6-SNAPSHOT.jar
+felix.auto.start.5=reference:file:platform-bundles/org.amdatu.platform.shindig-application-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-application-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-listener-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-persistencemanager-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.loghandler-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.profile-service-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.tenant-service-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.authorization-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.httpcontext-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.wink-application-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.sesame-application-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.config-template-manager-0.0.6-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.useradmin-cassandra-store-0.0.6-SNAPSHOT.jar
+felix.auto.start.10=reference:file:application-bundles/org.amdatu.application.dashboard-0.0.6-SNAPSHOT.jar
 
reference:file:application-bundles/org.amdatu.application.gadgetmanagement-0.0.6-SNAPSHOT.jar
+felix.auto.start.20=reference:file:gadget-bundles/org.amdatu.gadget.sparqlendpoint-0.0.6-SNAPSHOT.jar
 reference:file:gadget-bundles/org.amdatu.gadget.login-0.0.6-SNAPSHOT.jar
+felix.auto.start.30=reference:file:example-bundles/org.amdatu.example.friends-gadget-0.0.6-SNAPSHOT.jar
 
reference:file:example-bundles/org.amdatu.example.course-gadget-0.0.6-SNAPSHOT.jar
 
reference:file:example-bundles/org.amdatu.example.course-service-0.0.6-SNAPSHOT.jar
 
 # Sets the initial start level of the framework upon startup.
 org.osgi.framework.startlevel.beginning=40

Reply via email to