Author: ivol
Date: Tue Oct 12 14:40:06 2010
New Revision: 157

Log:
AMDATU-102 removed dependency.type for all in reactor bundle artifacts to 
enable in reactor build

Modified:
   trunk/amdatu-release/pom.xml

Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml        (original)
+++ trunk/amdatu-release/pom.xml        Tue Oct 12 14:40:06 2010
@@ -16,14 +16,12 @@
       <artifactId>dashboard</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.application</groupId>
       <artifactId>gadgetmanagement</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency> 
     
     <!-- Example bundles -->
@@ -32,21 +30,18 @@
       <artifactId>course-gadget</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.example</groupId>
       <artifactId>course-service</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency>   
     <dependency>
       <groupId>org.amdatu.example</groupId>
       <artifactId>friends-gadget</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency>   
     
     <!-- Gadget bundles -->
@@ -55,14 +50,12 @@
       <artifactId>login</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.gadget</groupId>
       <artifactId>sparqlendpoint</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency> 
     
     <!-- Platform bundles -->
@@ -71,91 +64,78 @@
       <artifactId>authorization</artifactId>
       <version>${platform.version}</version>
       <scope>compile</scope>
-      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>cassandra-application</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>cassandra-listener</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>cassandra-persistencemanager</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>config-template-manager</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>httpcontext</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>loghandler</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>profile-service</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>sesame-application</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>         
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>shindig-application</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>         
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>tenant-service</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>         
     <dependency>
       <groupId>org.amdatu.platform</groupId>
       <artifactId>useradmin-cassandra-store</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>         
     <dependency>
      <groupId>org.amdatu.platform</groupId>
       <artifactId>wink-application</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>
-      <type>bundle</type>
     </dependency>   
     
     <!-- System bundles -->

Reply via email to