Author: [email protected]
Date: Thu Jan 19 14:48:46 2012
New Revision: 1947

Log:
AMDATU-494 Included tenant adaptor and factory bundles into release

Modified:
   trunk/amdatu-core/configadmin/pom.xml
   trunk/amdatu-core/tenant-adaptor/pom.xml
   trunk/amdatu-release/NOTICE
   trunk/amdatu-release/pom.xml

Modified: trunk/amdatu-core/configadmin/pom.xml
==============================================================================
--- trunk/amdatu-core/configadmin/pom.xml       (original)
+++ trunk/amdatu-core/configadmin/pom.xml       Thu Jan 19 14:48:46 2012
@@ -51,6 +51,7 @@
             <Embed-Transitive>false</Embed-Transitive>
             <Import-Package>
                org.amdatu.core.tenant;version="[1.0,2)",
+                org.amdatu.core.tenant.adaptor;version="[1.0,2)",
                *
             </Import-Package>
             <Export-Package>

Modified: trunk/amdatu-core/tenant-adaptor/pom.xml
==============================================================================
--- trunk/amdatu-core/tenant-adaptor/pom.xml    (original)
+++ trunk/amdatu-core/tenant-adaptor/pom.xml    Thu Jan 19 14:48:46 2012
@@ -44,6 +44,9 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
+            <Export-Package>
+              org.amdatu.core.tenant.adaptor;version=1.0.0
+            </Export-Package>
           </instructions>
         </configuration>
       </plugin>

Modified: trunk/amdatu-release/NOTICE
==============================================================================
--- trunk/amdatu-release/NOTICE (original)
+++ trunk/amdatu-release/NOTICE Thu Jan 19 14:48:46 2012
@@ -8,12 +8,16 @@
 Copyright 2010, 2011 The Amdatu Foundation
 Licensed under the Apache License 2.0.
 
-II. Used Software
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
 
 This product uses software developed at
 The OSGi Alliance (http://www.osgi.org/).
 Copyright (c) OSGi Alliance (2000, 2007).
 Licensed under the Apache License 2.0.
 
+II. Used Software
+
 III. License Summary
 - Apache License 2.0

Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml        (original)
+++ trunk/amdatu-release/pom.xml        Thu Jan 19 14:48:46 2012
@@ -217,6 +217,20 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.core</groupId>
+      <artifactId>org.amdatu.core.tenant.adaptor</artifactId>
+      <version>${org.amdatu.core.version}</version>
+      <scope>runtime</scope>
+      <type>bundle</type>
+    </dependency>
+    <dependency>
+      <groupId>org.amdatu.core</groupId>
+      <artifactId>org.amdatu.core.tenant.factory</artifactId>
+      <version>${org.amdatu.core.version}</version>
+      <scope>runtime</scope>
+      <type>bundle</type>
+    </dependency>
+    <dependency>
+      <groupId>org.amdatu.core</groupId>
       <artifactId>org.amdatu.core.useradminstore.prefs</artifactId>
       <version>${org.amdatu.core.version}</version>
       <scope>runtime</scope>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to