Author: ivol37 at gmail.com
Date: Fri Jan 21 11:29:40 2011
New Revision: 681

Log:
[AMDATU-135] Added example gadget repository to dev release

Modified:
   trunk/amdatu-release/pom.xml
   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        Fri Jan 21 11:29:40 2011
@@ -14,47 +14,47 @@
     <!-- Authentication bundles -->
     <dependency>
       <groupId>org.amdatu.authentication.oauth</groupId>
-      <artifactId>api</artifactId>    
+      <artifactId>api</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.amdatu.authentication.oauth</groupId>
-      <artifactId>server</artifactId>    
+      <artifactId>server</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.authentication.oauth</groupId>
-      <artifactId>client</artifactId>    
+      <artifactId>client</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.amdatu.authentication.oauth</groupId>
-      <artifactId>consumerregistry-fs</artifactId>    
+      <artifactId>consumerregistry-fs</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.amdatu.authentication</groupId>
-      <artifactId>tokenprovider</artifactId>    
+      <artifactId>tokenprovider</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.amdatu.authentication.tokenstore</groupId>
-      <artifactId>mem</artifactId>    
+      <artifactId>mem</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
-    </dependency>        
-    
+    </dependency>
+
     <!-- Authorization bundles -->
     <dependency>
       <groupId>org.amdatu.authorization.login</groupId>
@@ -76,7 +76,7 @@
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.amdatu.authorization.useradmin</groupId>
       <artifactId>rest</artifactId>
@@ -188,11 +188,18 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.example</groupId>
+      <artifactId>gadgetrepository</artifactId>
+      <version>${platform.version}</version>
+      <scope>compile</scope>
+      <type>bundle</type>
+    </dependency>
+    <dependency>
+      <groupId>org.amdatu.example</groupId>
       <artifactId>oauth</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
-    </dependency>    
+    </dependency>
 
     <!-- Open Social bundles -->
     <dependency>
@@ -238,7 +245,7 @@
       <version>${platform.version}</version>
       <scope>compile</scope>
       <type>bundle</type>
-    </dependency>  
+    </dependency>
     <dependency>
       <groupId>org.amdatu.semanticweb</groupId>
       <artifactId>sesame</artifactId>

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       Fri Jan 21 
11:29:40 2011
@@ -129,6 +129,7 @@
           
reference:file:amdatu-examples/org.amdatu.example.friends.gadget-${platform.version}.jar
 \
           
reference:file:amdatu-examples/org.amdatu.example.course.gadget-${platform.version}.jar
 \
           
reference:file:amdatu-examples/org.amdatu.example.course.service-${platform.version}.jar
 \
+          
reference:file:amdatu-examples/org.amdatu.example.gadgetrepository-${platform.version}.jar
 \
           
reference:file:amdatu-examples/org.amdatu.example.oauth-${platform.version}.jar
 
 # Sets the initial start level of the framework upon startup.

Reply via email to