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

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Jul 11 10:12:46 CEST 2011


Author: stefano.lenzi
Date: Mon Jul 11 10:12:46 2011
New Revision: 348

Log:
Updated pom configuration to reflect new changes in parent POM
Updated pax configuration to the new groupId

Modified:
    projects/zb4osgi/trunk/zigbee.tester/pax.args
    projects/zb4osgi/trunk/zigbee.tester/pax.stub.args
    projects/zb4osgi/trunk/zigbee.tester/pom.xml

Modified: projects/zb4osgi/trunk/zigbee.tester/pax.args
==============================================================================
--- projects/zb4osgi/trunk/zigbee.tester/pax.args (original)
+++ projects/zb4osgi/trunk/zigbee.tester/pax.args Mon Jul 11 10:12:46 2011
@@ -13,8 +13,8 @@
 mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2	    
 
 # ZigBee Stack General Dependencies & Tool
-mvn:org.aal-persona.bundle/org.aal-persona.bundle.net.sourceforge.trove/2.0.4-0002
-mvn:org.aal-persona.bundle/org.aal-persona.bundle.rxtx/2.1.7-0002
+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 

Modified: projects/zb4osgi/trunk/zigbee.tester/pax.stub.args
==============================================================================
--- projects/zb4osgi/trunk/zigbee.tester/pax.stub.args (original)
+++ projects/zb4osgi/trunk/zigbee.tester/pax.stub.args Mon Jul 11 10:12:46 2011
@@ -1,16 +1,3 @@
-#--log=DEBUG
---profiles=log,config
---executor=script
---org.ops4j.pax.runner.platform.downloadFeedback=false
-#<!-- OSGi Tool -->
-mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2	    
-#<!-- ZigBee Stack General Dependencies & Tool -->
-mvn:org.aal-persona.bundle/org.aal-persona.bundle.net.sourceforge.trove/2.0.4-0002
-mvn:org.aal-persona.sail/org.aal-persona.zigbee.tester
-#<!-- ZigBee Hardware Access Layer -->
-mvn:org.aal-persona.sail/org.aal-persona.zigbee.dongle.api
-mvn:org.aal-persona.sail/org.aal-persona.zigbee.common
-#<!-- ZigBee Base Driver -->
 #
 # PAX-RUNNER OPTIONS
 #
@@ -19,18 +6,19 @@
 --org.ops4j.pax.runner.platform.downloadFeedback=false
 --startLevel=10
 
-#
-# BUNDLE LIST
-#
-
-# OSGi Tool 
+#<!-- OSGi Tool -->
 mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2 at nostart    
 
-# ZigBee Stack General Dependencies & Tool
-mvn:org.aal-persona.sail/org.aal-persona.zigbee.tester
+#<!-- ZigBee Stack General Dependencies & Tool -->
+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.aal-persona.zigbee.dongle.api
+mvn:org.aaloa.zb4osgi/org.aal-persona.zigbee.common
 
 # ZigBee Base Driver ( STUB )
-mvn:org.aal-persona.sail/org.aal-persona.zigbee.basedriver.stub
+mvn:org.aaloa.zb4osgi/org.aal-persona.zigbee.basedriver.stub
 
 # ZigBee Refinement Architecture 
-mvn:org.aal-persona.sail/org.aal-persona.zigbee.ha.driver
+mvn:org.aaloa.zb4osgi/org.aal-persona.zigbee.ha.driver

Modified: projects/zb4osgi/trunk/zigbee.tester/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/zigbee.tester/pom.xml (original)
+++ projects/zb4osgi/trunk/zigbee.tester/pom.xml Mon Jul 11 10:12:46 2011
@@ -82,15 +82,6 @@
 
   <build>
     <plugins>
-      <plugin>    
-        <groupId>org.ops4j</groupId>
-        <artifactId>maven-pax-plugin</artifactId>
-        <configuration>
-          <runner>1.4.0</runner>
-		  <args>${pax.args.file}</args>
-        </configuration>
-      </plugin>    
-
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
@@ -167,7 +158,6 @@
 
   <properties>
     <bundles.configuration.location>../configurations</bundles.configuration.location>
-    <pax.args.file>pax.args</pax.args.file>
   </properties>
 </project>
 




More information about the Commit mailing list