changeset 559:f4701a486325

Remove <type>bundle</type> in dependencies section. This causes bundle resolution problems for building the Eclipse bits (in particular the upcoming p2 repo). I.e. build won't succeed :( Since those are bundles we provide and have packaging type bundle this should be safe. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-August/002884.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Wed, 22 Aug 2012 14:55:41 +0200
parents 7f564b061056
children e7e68d924181
files client/command/pom.xml common/command/pom.xml
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/command/pom.xml	Tue Aug 21 12:22:14 2012 +0200
+++ b/client/command/pom.xml	Wed Aug 22 14:55:41 2012 +0200
@@ -75,13 +75,11 @@
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-common-core</artifactId>
       <version>${project.version}</version>
-      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-common-command</artifactId>
       <version>${project.version}</version>
-      <type>bundle</type>
     </dependency>
     
   </dependencies>
--- a/common/command/pom.xml	Tue Aug 21 12:22:14 2012 +0200
+++ b/common/command/pom.xml	Wed Aug 22 14:55:41 2012 +0200
@@ -69,7 +69,6 @@
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-common-core</artifactId>
       <version>${project.version}</version>
-      <type>bundle</type>
     </dependency>
   </dependencies>