Author: [email protected]
Date: Thu Nov 24 14:29:46 2011
New Revision: 1770

Log:
AMDATU-468 Alligned AMS release assembly to new metatype based tenant factory

Added:
   trunk/amdatu-release-ams/src/main/resources/config/tenant-default.xml
Removed:
   
trunk/amdatu-release-ams/src/main/resources/config/org.amdatu.core.tenantstore.fs.cfg
Modified:
   trunk/amdatu-release-ams/pom.xml

Modified: trunk/amdatu-release-ams/pom.xml
==============================================================================
--- trunk/amdatu-release-ams/pom.xml    (original)
+++ trunk/amdatu-release-ams/pom.xml    Thu Nov 24 14:29:46 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>4</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../amdatu-parent/pom.xml</relativePath>
   </parent>
   <groupId>org.amdatu.release</groupId>
@@ -204,13 +204,6 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.core</groupId>
-      <artifactId>org.amdatu.core.tenantstore.inmem</artifactId>
-      <version>${org.amdatu.core.version}</version>
-      <scope>runtime</scope>
-      <type>bundle</type>
-    </dependency>
-    <dependency>
-      <groupId>org.amdatu.core</groupId>
       <artifactId>org.amdatu.core.tenantuseradmindecorator</artifactId>
       <version>${org.amdatu.core.version}</version>
       <scope>runtime</scope>

Added: trunk/amdatu-release-ams/src/main/resources/config/tenant-default.xml
==============================================================================
--- (empty file)
+++ trunk/amdatu-release-ams/src/main/resources/config/tenant-default.xml       
Thu Nov 24 14:29:46 2011
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0";>
+  <Designate pid="org.amdatu.core.tenant.factory.1" 
factoryPid="org.amdatu.core.tenant.factory"
+    bundle="*">
+    <Object ocdref="org.amdatu.core.tenant">
+      <Attribute adref="id">
+        <Value>bramk</Value>
+      </Attribute>
+      <Attribute adref="name">
+        <Value>Bram de Kruijff</Value>
+      </Attribute>
+      <Attribute adref="host">
+        <Value>localhost</Value>
+      </Attribute>
+    </Object>
+  </Designate>
+</MetaData>
\ No newline at end of file
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to