Author: ivol37 at gmail.com
Date: Wed Oct 27 09:26:42 2010
New Revision: 208

Log:
[RELEASE] 0.0.5 RC 1

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:26:42 2010
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
+    <version>0.0.5-RC1</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>${platform.version}</version>
+      <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.application-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.application-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
+    <version>0.0.5-RC1</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:26:42 2010
@@ -3,8 +3,8 @@
                     
                                              Amdatu
 
-Release 0.0.5
-Last revised Oktober 19, 2010
+Release 0.0.5-RC1
+Last revised October 27, 2010
 -----------------------------
 
 The changelog below is automatically generated from JIRA. More information 
about the resolved
@@ -106,16 +106,19 @@
     * [AMDATU-102] - Reactor build breaks due to missing depdency.type for non 
jar dependecies
     * [AMDATU-106] - Latest Amdatu version doesn't start anymore
     * [AMDATU-109] - Amdatu nightly build doesn't boot properly
+    * [AMDATU-122] - Maven has jre target 1.5 but the code isn't 1.5 compliant
+    * [AMDATU-127] - "Unable to load version.properties" exception is thrown 
upon startup
 
 ** Improvement
+    * [AMDATU-48] - Improve the ColumnFamiliyProvider to wait restarting 
Cassandra till 'all' services are available
     * [AMDATU-86] - mvn install needs a bit of memory -- out of heap space 
errors
     * [AMDATU-89] - Update usage of Dependency Manager to latest trunk
     * [AMDATU-96] - Add project info in root pom
-    * [AMDATU-97] - During compiltion of the Amdatu project, the error "Should 
not skip: ^" appears many times
     * [AMDATU-98] - Usage of custom maven-settings.xml should not be necessary
     * [AMDATU-100] - Update maven pom.xml of artifacts to inherit 
configuration maven-antrun-plugin 
     * [AMDATU-104] - Replace service trackers by Dependency manager approach
     * [AMDATU-107] - Refactor integration tests in test-bundles module to 
start using Pax Exam framework
+    * [AMDATU-110] - Upgrade to Cassandra 0.7
 
 ** Task
     * [AMDATU-34] - Enhance maven build files to facilitate generating nightly 
builds (bin and sources)
@@ -125,3 +128,6 @@
     * [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
+
+

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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.example-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.gadget-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.gadget-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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-SNAPSHOT</version>
+      <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.libraries</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>org.amdatu.platform-bundles</artifactId>
         <groupId>org.amdatu</groupId>
-        <version>0.0.5-SNAPSHOT</version>
+        <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>0.0.5-SNAPSHOT</version> <!-- There is not yet an easy way to 
inherit this version from its parent -->
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>org.amdatu.platform-bundles</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5-RC1</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:26:42 2010
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.amdatu</groupId>
   <artifactId>amdatu</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.5-RC1</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-SNAPSHOT</platform.version>
+    <platform.version>0.0.5-RC1</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:26:42 2010
@@ -4,8 +4,8 @@
                     
                                             Amdatu
 
-Release 0.0.5
-Last revised Oktober 19, 2010
+Release 0.0.5-RC1
+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:26:42 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-SNAPSHOT.jar
+#felix.auto.install.5=file:platform-bundles/org.amdatu.shindig-app-bundle-0.0.5-RC1.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-SNAPSHOT.jar
-felix.auto.start.5=reference:file:platform-bundles/org.amdatu.platform.shindig-application-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-application-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-listener-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.cassandra-persistencemanager-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.loghandler-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.profile-service-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.tenant-service-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.authorization-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.httpcontext-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.wink-application-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.sesame-application-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.config-template-manager-0.0.5-SNAPSHOT.jar
 
reference:file:platform-bundles/org.amdatu.platform.useradmin-cassandra-store-0.0.5-SNAPSHOT.jar
-felix.auto.start.10=reference:file:application-bundles/org.amdatu.application.dashboard-0.0.5-SNAPSHOT.jar
 
reference:file:application-bundles/org.amdatu.application.gadgetmanagement-0.0.5-SNAPSHOT.jar
-felix.auto.start.20=reference:file:gadget-bundles/org.amdatu.gadget.sparqlendpoint-0.0.5-SNAPSHOT.jar
 reference:file:gadget-bundles/org.amdatu.gadget.login-0.0.5-SNAPSHOT.jar
-felix.auto.start.30=reference:file:example-bundles/org.amdatu.example.friends-gadget-0.0.5-SNAPSHOT.jar
 
reference:file:example-bundles/org.amdatu.example.course-gadget-0.0.5-SNAPSHOT.jar
 
reference:file:example-bundles/org.amdatu.example.course-service-0.0.5-SNAPSHOT.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
 
 # Sets the initial start level of the framework upon startup.
 org.osgi.framework.startlevel.beginning=40

Reply via email to