[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r273 - /projects/zb4osgi/sandbox/michele.girolami/zigbee.CC2530.driver/pom.xml

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Thu Jun 23 13:45:27 CEST 2011


Author: michele.girolami
Date: Thu Jun 23 13:45:27 2011
New Revision: 273

Log:
Modified POM and artifact name

Modified:
    projects/zb4osgi/sandbox/michele.girolami/zigbee.CC2530.driver/pom.xml

Modified: projects/zb4osgi/sandbox/michele.girolami/zigbee.CC2530.driver/pom.xml
==============================================================================
--- projects/zb4osgi/sandbox/michele.girolami/zigbee.CC2530.driver/pom.xml (original)
+++ projects/zb4osgi/sandbox/michele.girolami/zigbee.CC2530.driver/pom.xml Thu Jun 23 13:45:27 2011
@@ -1,22 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
@@ -24,28 +6,33 @@
     <groupId>org.aaloa.zb4osgi</groupId>
     <artifactId>org.aaloa.zb4osgi.pom</artifactId>
     <version>8</version>
-    <relativePath>../../../trunk/pom/pom.xml</relativePath>
+    <relativePath>pom/pom.xml</relativePath>
   </parent>
 
   <groupId>org.aaloa.zb4osgi</groupId>
   <artifactId>org.aaloa.zb4osgi.zigbee.CC2530.driver</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.1.0-SNAPSHOT</version>
   <packaging>bundle</packaging>  
 
-  <name>ZNP for CC2530 ZigBee devices</name>
+  <name>ZIC CC2530 dongle</name>
   <url>http://zb4osgi.aaloa.org/</url>
   <description><![CDATA[
-  Implementation of the ZigBee Controller Interface API for the usb device
-  designed by Texas Instrument called CC2530. In theory this driver 
-  can be used to interact any device  complaint with the protocol defined in 
-  the document "CC2530 Serial Interface".
+  Implementation of the ZigBee Controller Interface API for a CC2530 based usb devices.
+  The firmware is based on the Z-Stack 2.x and the serial port communication protocol has been 
+  adapted to be complaint with the "CC2530 Serial Interface"
   ]]></description>
 
-  <inceptionYear>2011</inceptionYear>
+  <inceptionYear>2008</inceptionYear>
   <organization>
-    <name>Institute of Information Science and Technologies of the Italian National Research Council</name>
-    <url>http://isti.cnr.it/</url>
-  </organization> 
+    <name><![CDATA[
+    ISTI-CNR, Institute of Information Science and Technologies of the Italian National Research Council
+    Instituto Tecnologico de Aplicaciones de Comunicacion Avanzadas - Grupo Tecnologias para la Salud y el Bienestar (TSB)
+    ]]></name>
+    <url><![CDATA[
+    http://isti.cnr.it/
+    http://www.itaca.upv.es/
+    ]]></url>
+  </organization>
   
   <licenses>
     <license>
@@ -57,34 +44,42 @@
   
   <developers>
     <developer>
-      <id>michele.girolami</id>
-      <name>Michele Girolami</name>
-      <email>michele.girolami at isti.cnr.it</email>
+      <id>slenzi</id>
+      <name>Stefano "Kismet" Lenzi</name>
+      <email>stefano.lenzi at isti.cnr.it</email>
       <organization>Institute of Information Science and Technologies of the Italian National Research Council</organization>
       <organizationUrl>http://www.isti.cnr.it/</organizationUrl>
       <timezone>+1</timezone>
     </developer>
+    <developer>
+      <id>alfiva</id>
+      <name>Álvaro Fides Valero</name>
+      <email>alfiva at aaa.upv.es</email>
+      <organization>Instituto Tecnologico de Aplicaciones de Comunicacion Avanzadas - Grupo Tecnologias para la Salud y el Bienestar (TSB)</organization>
+      <organizationUrl>http://www.itaca.upv.es//</organizationUrl>
+      <timezone>+1</timezone>
+    </developer>
   </developers>
 
+
   <scm>
+    <connection>scm:svn:https://svn.aaloa.org/projects/zb4osgi/trunk/zigbee.CC2530.driver</connection>
+    <developerConnection>scm:svn:https://svn.aaloa.org/projects/zb4osgi/trunk/zigbee.CC2530.driver</developerConnection>
+    <url>http://zb4osgi.aaloa.org/redmine/projects/zb4osgi/repository/show/trunk/zigbee.CC2530.driver</url>
   </scm>
 
   <dependencies>
+<!--    <dependency>-->
+<!--      <groupId>org.aal-persona.bundle</groupId>-->
+<!--      <artifactId>org.aal-persona.bundle.rxtx</artifactId>-->
+<!--    </dependency>-->
     <dependency>
-        <groupId>org.aal-persona.bundle</groupId>
-        <artifactId>org.aal-persona.bundle.rxtx</artifactId>
-        <version>2.1.7-0002</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.osgi.core</artifactId>
-        <version>1.0.0</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.logging</groupId>
@@ -93,13 +88,6 @@
     <dependency>
       <groupId>org.ops4j.pax.logging</groupId>
       <artifactId>pax-logging-service</artifactId>
-    </dependency>
-    <dependency>
-    	<groupId>org.aaloa.zb4osgi</groupId>
-    	<artifactId>org.aaloa.zb4osgi.zigbee.cc2480.datalink</artifactId>
-    	<version>0.7.0</version>
-    	<type>bundle</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>org.aaloa.zb4osgi</groupId>
@@ -115,10 +103,35 @@
     	<type>bundle</type>
     	<scope>compile</scope>
     </dependency>
+    <dependency>
+    	<groupId>org.aaloa.zb4osgi</groupId>
+    	<artifactId>org.aaloa.zb4osgi.zigbee.cc2480.datalink</artifactId>
+    	<version>0.7.0</version>
+    	<type>bundle</type>
+    	<scope>compile</scope>
+    </dependency>
+      <dependency>
+      <groupId>org.aal-persona.bundle</groupId>
+      <artifactId>org.aal-persona.bundle.rxtx</artifactId>
+    </dependency>
   </dependencies>
 
   <build>
-    <plugins>  
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <bottom><![CDATA[
+   Copyright 2008-2010 <a href="http://isti.cnr.it">CNR-ISTI, 
+   Institute of Information Science and Technologies 
+   of the Italian National Research Council</a>
+<br>
+   Copyright 2008-2010 <a href="http://www.itaca.upv.es/"> 
+   Instituto Tecnologico de Aplicaciones de Comunicacion Avanzadas - Grupo Tecnologias para la Salud y el Bienestar (TSB)</a>
+          ]]></bottom>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.ops4j</groupId>
         <artifactId>maven-pax-plugin</artifactId>
@@ -140,22 +153,23 @@
         <configuration>
           <instructions>
             <Bundle-Author><![CDATA[
-              Michele Girolami <michele.girolami at isti.cnr.it>
+              Stefano "Kismet" Lenzi <stefano.lenzi at isti.cnr.it>,
+              Álvaro Fides Valero <alfiva at aaa.upv.es>
             ]]></Bundle-Author>
-            <Bundle-Name>${project.name}</Bundle-Name>
-            <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-            <Bundle-Activator>it.cnr.isti.zigbee.dongle.CC2530.Activator</Bundle-Activator>
+            <Bundle-Name>${pom.name}</Bundle-Name>
+            <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+            <Bundle-Activator>it.cnr.isti.zigbee.dongle.tsb.Activator</Bundle-Activator>
             <Private-Package>
-              it.cnr.isti.zigbee.dongle.CC2530.*
+              it.cnr.isti.zigbee.dongle.tsb.*
             </Private-Package>
             <Import-Package>
               org.osgi.*,	    
               gnu.io.*,
               com.itaca.ztool.*,
               it.cnr.isti.zigbee.dongle.api*,
-              it.cnr.isti.cc2480.*,
+              it.cnr.isti.cc2480.*, javax.swing,
               it.cnr.isti.primitvetypes.util, it.cnr.isti.osgi.util,
-              org.slf4j.*; provider=paxlogging
+              org.slf4j.*; provider=paxlogging      
             </Import-Package>
             <Export-Package>
             </Export-Package>
@@ -173,8 +187,8 @@
         <configuration>
           <type>date</type>
           <dates>
-            <date implementation="java.lang.String">2011-04-01</date>
-            <date implementation="java.lang.String">2011-04-01</date>
+            <date implementation="java.lang.String">2009-09-25</date>
+            <date implementation="java.lang.String">2010-10-23</date>
           </dates>
           <dateFormat>yyyy-MM-dd</dateFormat>
         </configuration>




More information about the Commit mailing list