[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r353 - in /projects/zb4osgi/trunk/zigbee.basedriver: pax.args pom.xml

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Jul 11 10:40:47 CEST 2011


Author: stefano.lenzi
Date: Mon Jul 11 10:40:47 2011
New Revision: 353

Log:
Removed pax configuration from pom to reflect the new parent POM default
Updated dependencies to the new groupId


Added:
    projects/zb4osgi/trunk/zigbee.basedriver/pax.args   (with props)
Modified:
    projects/zb4osgi/trunk/zigbee.basedriver/pom.xml

Added: projects/zb4osgi/trunk/zigbee.basedriver/pax.args
==============================================================================
--- projects/zb4osgi/trunk/zigbee.basedriver/pax.args (added)
+++ projects/zb4osgi/trunk/zigbee.basedriver/pax.args Mon Jul 11 10:40:47 2011
@@ -1,0 +1,31 @@
+#
+# PAX-RUNNER OPTIONS
+#
+--profiles=log,config
+--executor=script
+--org.ops4j.pax.runner.platform.downloadFeedback=false
+
+#
+# BUNDLE LIST
+#
+
+# OSGi Tool 
+mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2	    
+
+# ZigBee Stack General Dependencies & Tool
+mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.rxtx/2.1.7-1
+mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.net.sf.trove4j/2.0.4-1
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.tester
+
+# ZigBee Hardware Access Layer 
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.dongle.api
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.CC2530.driver at nostart
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ez430-rf2480.driver at nostart
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.cc2480.datalink
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.common
+
+# ZigBee Base Driver 
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.basedriver	    
+
+# ZigBee Refinement Architecture 
+mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.ha.driver

Propchange: projects/zb4osgi/trunk/zigbee.basedriver/pax.args
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: projects/zb4osgi/trunk/zigbee.basedriver/pax.args
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: projects/zb4osgi/trunk/zigbee.basedriver/pax.args
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: projects/zb4osgi/trunk/zigbee.basedriver/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.basedriver/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.basedriver/pom.xml Mon Jul 11 10:40:47 2011
@@ -140,25 +140,7 @@
 
 
   <build>
-    <plugins>  
-    
-      <plugin>    
-        <groupId>org.ops4j</groupId>
-        <artifactId>maven-pax-plugin</artifactId>
-        <configuration>
-          <profiles>config</profiles>
-          <version>1.1.1</version>
-          <provision>
-            <executor>--executor=script</executor>
-            <param>--org.ops4j.pax.runner.platform.downloadFeedback=false</param>
-            <provision>mvn:org.aal-persona.bundle/org.aal-persona.bundle.net.sourceforge.trove/2.0.4-0002</provision>
-            <provision>mvn:org.aal-persona.bundle/org.aal-persona.bundle.rxtx/2.1.7-0002</provision>
-            <provision>mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2 at nostart</provision>
-            <provision>mvn:${project.groupId}/org.aal-persona.zigbee.basedriver</provision>
-          </provision>
-        </configuration>	
-      </plugin>   
-
+    <plugins>      
       <plugin>    
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>




More information about the Commit mailing list