[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r1001 - in /projects/zb4osgi/sandbox/giancarlo.riolo: zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java zigbee.tester/pax.args

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Apr 28 16:27:31 CEST 2014


Author: giancarlo.riolo
Date: Mon Apr 28 16:27:31 2014
New Revision: 1001

Log:
MongoDb Collection Renamed and rxtx pom issue fixed.

Modified:
    projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java
    projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args

Modified: projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java (original)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.noGUI.tester/src/main/java/it/cnr/isti/zb4osgi/zigbee/noGUI/tester/TesterConfiguration.java Mon Apr 28 16:27:31 2014
@@ -88,7 +88,7 @@
 			mongoClient = new MongoClient("simurgh.isti.cnr.it", 27017);
 			db = mongoClient.getDB("eoffice");
 			auth = db.authenticate("eoffice", "..eoffice123".toCharArray());
-			table = db.getCollection("tester");
+			table = db.getCollection("giancarlo");
 		} catch (Exception e) {
 			System.err.println(e.getClass().getName() + ": " + e.getMessage());
 		}

Modified: projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args (original)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args Mon Apr 28 16:27:31 2014
@@ -17,7 +17,7 @@
 
 
 # ZigBee Stack General Dependencies & Tool
-mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.rxtx/2.1.7-5-SNAPSHOT
+mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.externals.rxtx/2.1.7-5-SNAPSHOT
 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
 mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.noGUI.tester




More information about the Commit mailing list