You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by do...@apache.org on 2007/04/30 14:55:56 UTC

svn commit: r533733 - /incubator/felix/sandbox/donsez/rxtx/pom.xml

Author: donsez
Date: Mon Apr 30 05:55:56 2007
New Revision: 533733

URL: http://svn.apache.org/viewvc?view=rev&rev=533733
Log:
update the pon

Modified:
    incubator/felix/sandbox/donsez/rxtx/pom.xml

Modified: incubator/felix/sandbox/donsez/rxtx/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/rxtx/pom.xml?view=diff&rev=533733&r1=533732&r2=533733
==============================================================================
--- incubator/felix/sandbox/donsez/rxtx/pom.xml (original)
+++ incubator/felix/sandbox/donsez/rxtx/pom.xml Mon Apr 30 05:55:56 2007
@@ -1,3 +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
@@ -20,6 +21,7 @@
 
 	<properties>
 		<repositoryLocation>http://www-adele.imag.fr/users/Didier.Donsez/dev/felix/sandbox/</repositoryLocation>
+		<description>The RXTX library./</description>
 	</properties>  
 
 
@@ -31,9 +33,19 @@
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
   <name>Apache Felix RXTX library</name>
-  <description>The RXTX library.</description>
+  <description>${description}</description>
   <artifactId>org.apache.felix.rxtx</artifactId>
   
+  <dependencies>
+<!--
+    TODO see how include it in the bundle jar
+    <dependency>
+      <groupId>org.rxtx</groupId>
+      <artifactId>rxtx</artifactId>
+      <version>2.1.7</version>
+    </dependency>
+-->
+  </dependencies>
   <build>
     <plugins>
        <plugin>
@@ -43,18 +55,16 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-            <Bundle-Description>The RXTX library.</Bundle-Description>
+            <Bundle-Description>${description}</Bundle-Description>
 
             <Export-Package>gnu.io;specification-version=2.1.0</Export-Package>
-	    
 	    <!-- Import-Package is no useful but avoid bnd adds <Import-Package>*</Import-Package> -->
             <Import-Package>org.osgi.framework</Import-Package>
 
-
 	    <Bundle-NativeCode>Windows/i386-mingw32/rxtxSerial.dll;Windows/i386-mingw32/rxtxParallel.dll;processor=x86;osname=Windows XP,Linux/x86_64-unknown-linux-gnu/librxtxSerial.so;processor=x86_64;osname=Linux,Linux/i686-unknown-linux-gnu/librxtxSerial.so;Linux/i686-unknown-linux-gnu/librxtxParallel.so;processor=x86;osname=Linux,Linux/ia64-unknown-linux-gnu/librxtxSerial.so;processor=ia64;osname=Linux,Solaris/sparc-solaris/sparc32-sun-solaris2.8/librxtxSerial.so;processor=sparc;osname=Solaris;osversion=2.8,Solaris/sparc-solaris/sparc64-sun-solaris2.8/librxtxSerial.so;processor=sparc64;osname=Solaris;osversion=2.8</Bundle-NativeCode>
-	    <Bundle-Classpath>RXTXcomm.jar</Bundle-Classpath>
+	    <Bundle-ClassPath>RXTXcomm.jar</Bundle-ClassPath>
 	    
-            <Bundle-DocUrl>${repositoryLocation}${pom.artifactId}/index.html</Bundle-DocUrl>
+            <Bundle-DocURL>${repositoryLocation}${pom.artifactId}/index.html</Bundle-DocURL>
             <Bundle-Url>${repositoryLocation}${pom.artifactId}/${pom.artifactId}-${pom.version}.jar</Bundle-Url>
             <Bundle-Source>${repositoryLocation}${pom.artifactId}/${pom.artifactId}-${pom.version}-src.jar</Bundle-Source>