Author: ivol37 at gmail.com
Date: Mon Nov  1 16:05:26 2010
New Revision: 231

Log:
[RELEASE] 0.0.5

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

Modified: branches/0.0.5/amdatu-release/pom.xml
==============================================================================
--- branches/0.0.5/amdatu-release/pom.xml       (original)
+++ branches/0.0.5/amdatu-release/pom.xml       Mon Nov  1 16:05:26 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.5</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.5</version>
       <scope>compile</scope>
       <type>bundle</type>
     </dependency>

Modified: branches/0.0.5/application-bundles/dashboard-bundle/pom.xml
==============================================================================
--- branches/0.0.5/application-bundles/dashboard-bundle/pom.xml (original)
+++ branches/0.0.5/application-bundles/dashboard-bundle/pom.xml Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.application</groupId>
   <artifactId>dashboard</artifactId>

Modified: branches/0.0.5/application-bundles/gadget-management/pom.xml
==============================================================================
--- branches/0.0.5/application-bundles/gadget-management/pom.xml        
(original)
+++ branches/0.0.5/application-bundles/gadget-management/pom.xml        Mon Nov 
 1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.application</groupId>
   <artifactId>gadgetmanagement</artifactId>

Modified: branches/0.0.5/application-bundles/pom.xml
==============================================================================
--- branches/0.0.5/application-bundles/pom.xml  (original)
+++ branches/0.0.5/application-bundles/pom.xml  Mon Nov  1 16:05:26 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.5</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
   </parent>
   
   <dependencies>    

Modified: branches/0.0.5/changelog.txt
==============================================================================
--- branches/0.0.5/changelog.txt        (original)
+++ branches/0.0.5/changelog.txt        Mon Nov  1 16:05:26 2010
@@ -3,8 +3,8 @@
                     
                                              Amdatu
 
-Release 0.0.5-RC1
-Last revised October 27, 2010
+Release 0.0.5
+Last revised November 1, 2010
 -----------------------------
 
 The changelog below is automatically generated from JIRA. More information 
about the resolved
@@ -128,6 +128,4 @@
     * [AMDATU-103] - Services that read (and require) their config from 
ConfigAdmin should use a ManagedService
     * [AMDATU-108] - Configure maven site generation such that static project 
information is generated from Subversion
     * [AMDATU-123] - Add readme.txt and changelog.txt to release distribution
-    * [AMDATU-124] - Change Shindig configuration to only use Config Admin
-
-
+    * [AMDATU-124] - Change Shindig configuration to only use Config Admin
\ No newline at end of file

Modified: branches/0.0.5/example-bundles/course-gadget/pom.xml
==============================================================================
--- branches/0.0.5/example-bundles/course-gadget/pom.xml        (original)
+++ branches/0.0.5/example-bundles/course-gadget/pom.xml        Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>course-gadget</artifactId>

Modified: branches/0.0.5/example-bundles/course-service/pom.xml
==============================================================================
--- branches/0.0.5/example-bundles/course-service/pom.xml       (original)
+++ branches/0.0.5/example-bundles/course-service/pom.xml       Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>course-service</artifactId>

Modified: branches/0.0.5/example-bundles/friends-gadget/pom.xml
==============================================================================
--- branches/0.0.5/example-bundles/friends-gadget/pom.xml       (original)
+++ branches/0.0.5/example-bundles/friends-gadget/pom.xml       Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.example</groupId>
   <artifactId>friends-gadget</artifactId>

Modified: branches/0.0.5/example-bundles/pom.xml
==============================================================================
--- branches/0.0.5/example-bundles/pom.xml      (original)
+++ branches/0.0.5/example-bundles/pom.xml      Mon Nov  1 16:05:26 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.5</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
   </parent>
   
   <dependencies>    

Modified: branches/0.0.5/gadget-bundles/login-gadget/pom.xml
==============================================================================
--- branches/0.0.5/gadget-bundles/login-gadget/pom.xml  (original)
+++ branches/0.0.5/gadget-bundles/login-gadget/pom.xml  Mon Nov  1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.gadget</groupId>
   <artifactId>login</artifactId>

Modified: branches/0.0.5/gadget-bundles/pom.xml
==============================================================================
--- branches/0.0.5/gadget-bundles/pom.xml       (original)
+++ branches/0.0.5/gadget-bundles/pom.xml       Mon Nov  1 16:05:26 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.5</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
   </parent>
   
   <dependencies>

Modified: branches/0.0.5/gadget-bundles/sparqlendpoint-gadget/pom.xml
==============================================================================
--- branches/0.0.5/gadget-bundles/sparqlendpoint-gadget/pom.xml (original)
+++ branches/0.0.5/gadget-bundles/sparqlendpoint-gadget/pom.xml Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.gadget</groupId>
   <artifactId>sparqlendpoint</artifactId>

Modified: branches/0.0.5/integration-tests/pom.xml
==============================================================================
--- branches/0.0.5/integration-tests/pom.xml    (original)
+++ branches/0.0.5/integration-tests/pom.xml    Mon Nov  1 16:05:26 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.5</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.5</version>
       <scope>test</scope>
       <type>bundle</type>
     </dependency>

Modified: branches/0.0.5/libraries/amdatu-utilities/pom.xml
==============================================================================
--- branches/0.0.5/libraries/amdatu-utilities/pom.xml   (original)
+++ branches/0.0.5/libraries/amdatu-utilities/pom.xml   Mon Nov  1 16:05:26 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.libraries</artifactId>
-    <version>0.0.5-RC1</version>
+    <version>0.0.5</version>
   </parent>
   <groupId>org.amdatu.libraries</groupId>
   <artifactId>amdatu-utilities</artifactId>

Modified: branches/0.0.5/libraries/pom.xml
==============================================================================
--- branches/0.0.5/libraries/pom.xml    (original)
+++ branches/0.0.5/libraries/pom.xml    Mon Nov  1 16:05:26 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.5</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
   </parent>
   
   <modules>

Modified: branches/0.0.5/platform-bundles/authorization-service/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/authorization-service/pom.xml       
(original)
+++ branches/0.0.5/platform-bundles/authorization-service/pom.xml       Mon Nov 
 1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>authorization</artifactId>

Modified: branches/0.0.5/platform-bundles/cassandra-application/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/cassandra-application/pom.xml       
(original)
+++ branches/0.0.5/platform-bundles/cassandra-application/pom.xml       Mon Nov 
 1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-application</artifactId>

Modified: branches/0.0.5/platform-bundles/cassandra-listener/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/cassandra-listener/pom.xml  (original)
+++ branches/0.0.5/platform-bundles/cassandra-listener/pom.xml  Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-listener</artifactId>

Modified: branches/0.0.5/platform-bundles/cassandra-persistencemanager/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/cassandra-persistencemanager/pom.xml        
(original)
+++ branches/0.0.5/platform-bundles/cassandra-persistencemanager/pom.xml        
Mon Nov  1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>cassandra-persistencemanager</artifactId>

Modified: branches/0.0.5/platform-bundles/config-template-manager/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/config-template-manager/pom.xml     
(original)
+++ branches/0.0.5/platform-bundles/config-template-manager/pom.xml     Mon Nov 
 1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>config-template-manager</artifactId>

Modified: branches/0.0.5/platform-bundles/filebased-configuration/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/filebased-configuration/pom.xml     
(original)
+++ branches/0.0.5/platform-bundles/filebased-configuration/pom.xml     Mon Nov 
 1 16:05:26 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.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.amdatu.platform</groupId>

Modified: branches/0.0.5/platform-bundles/httpcontext/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/httpcontext/pom.xml (original)
+++ branches/0.0.5/platform-bundles/httpcontext/pom.xml Mon Nov  1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>httpcontext</artifactId>

Modified: branches/0.0.5/platform-bundles/loghandler/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/loghandler/pom.xml  (original)
+++ branches/0.0.5/platform-bundles/loghandler/pom.xml  Mon Nov  1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>loghandler</artifactId>

Modified: branches/0.0.5/platform-bundles/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/pom.xml     (original)
+++ branches/0.0.5/platform-bundles/pom.xml     Mon Nov  1 16:05:26 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.5</version> <!-- There is not yet an easy way to inherit this 
version from its parent -->
   </parent>
   
   <modules>

Modified: branches/0.0.5/platform-bundles/profile-service/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/profile-service/pom.xml     (original)
+++ branches/0.0.5/platform-bundles/profile-service/pom.xml     Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>profile-service</artifactId>

Modified: branches/0.0.5/platform-bundles/sesame-application/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/sesame-application/pom.xml  (original)
+++ branches/0.0.5/platform-bundles/sesame-application/pom.xml  Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>sesame-application</artifactId>

Modified: branches/0.0.5/platform-bundles/shindig-application/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/shindig-application/pom.xml (original)
+++ branches/0.0.5/platform-bundles/shindig-application/pom.xml Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>shindig-application</artifactId>

Modified: branches/0.0.5/platform-bundles/tenant-service/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/tenant-service/pom.xml      (original)
+++ branches/0.0.5/platform-bundles/tenant-service/pom.xml      Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>tenant-service</artifactId>

Modified: branches/0.0.5/platform-bundles/useradmin-cassandra-store/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/useradmin-cassandra-store/pom.xml   
(original)
+++ branches/0.0.5/platform-bundles/useradmin-cassandra-store/pom.xml   Mon Nov 
 1 16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>useradmin-cassandra-store</artifactId>

Modified: branches/0.0.5/platform-bundles/wink-application/pom.xml
==============================================================================
--- branches/0.0.5/platform-bundles/wink-application/pom.xml    (original)
+++ branches/0.0.5/platform-bundles/wink-application/pom.xml    Mon Nov  1 
16:05:26 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.5</version>
   </parent>
   <groupId>org.amdatu.platform</groupId>
   <artifactId>wink-application</artifactId>

Modified: branches/0.0.5/pom.xml
==============================================================================
--- branches/0.0.5/pom.xml      (original)
+++ branches/0.0.5/pom.xml      Mon Nov  1 16:05:26 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.5</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.5</platform.version>
     
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   

Modified: branches/0.0.5/readme.txt
==============================================================================
--- branches/0.0.5/readme.txt   (original)
+++ branches/0.0.5/readme.txt   Mon Nov  1 16:05:26 2010
@@ -4,8 +4,8 @@
                     
                                             Amdatu
 
-Release 0.0.5-RC1
-Last revised October 27, 2010
+Release 0.0.5
+Last revised November 1, 2010
 -----------------------------
 
 
===================================================================================================

Modified: branches/0.0.5/src/main/resources/conf/felix-config.properties
==============================================================================
--- branches/0.0.5/src/main/resources/conf/felix-config.properties      
(original)
+++ branches/0.0.5/src/main/resources/conf/felix-config.properties      Mon Nov 
 1 16:05:26 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.5.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.5.jar
+felix.auto.start.5=reference:file:platform-bundles/org.amdatu.platform.shindig-application-0.0.5.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-application-0.0.5.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-listener-0.0.5.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-persistencemanager-0.0.5.jar
 reference:file:platform-bundles/org.amdatu.platform.loghandler-0.0.5.jar 
reference:file:platform-bundles/org.amdatu.platform.profile-service-0.0.5.jar 
reference:file:platform-bundles/org.amdatu.platform.tenant-service-0.0.5.jar 
reference:file:platform-bundles/org.amdatu.platform.authorization-0.0.5.jar 
reference:file:platform-bundles/org.amdatu.platform.httpcontext-0.0.5.jar 
reference:file:platform-bundles/org.amdatu.platform.wink-application-0.0.5.jar 
reference:file:platform-bundles/org.amdatu.platform.sesame-application-0.0.5.jar
 
reference:file:platform-bundles/org.amdatu.platform.config-template-manager-0.0.5.jar
 
reference:file:platform-bundles/org.amdatu.platform.useradmin-cassandra-store-0.0.5.jar
+felix.auto.start.10=reference:file:application-bundles/org.amdatu.application.dashboard-0.0.5.jar
 
reference:file:application-bundles/org.amdatu.application.gadgetmanagement-0.0.5.jar
+felix.auto.start.20=reference:file:gadget-bundles/org.amdatu.gadget.sparqlendpoint-0.0.5.jar
 reference:file:gadget-bundles/org.amdatu.gadget.login-0.0.5.jar
+felix.auto.start.30=reference:file:example-bundles/org.amdatu.example.friends-gadget-0.0.5.jar
 reference:file:example-bundles/org.amdatu.example.course-gadget-0.0.5.jar 
reference:file:example-bundles/org.amdatu.example.course-service-0.0.5.jar
 
 # Sets the initial start level of the framework upon startup.
 org.osgi.framework.startlevel.beginning=40

Reply via email to