You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2008/01/29 07:06:07 UTC

svn commit: r616176 - in /mina: sandbox/transport-serial/ trunk/ trunk/integration-beans/ trunk/integration-beans/src/main/java/org/apache/mina/integration/beans/ trunk/transport-serial/

Author: trustin
Date: Mon Jan 28 22:06:06 2008
New Revision: 616176

URL: http://svn.apache.org/viewvc?rev=616176&view=rev
Log:
Moved transport-serial and related files from trunk to sandbox due to LGPL issues - need to wait until Feb 20


Added:
    mina/sandbox/transport-serial/
      - copied from r616174, mina/trunk/transport-serial/
    mina/sandbox/transport-serial/LICENSE.rxtx.txt
      - copied unchanged from r616174, mina/trunk/LICENSE.rxtx.txt
    mina/sandbox/transport-serial/NOTICE.txt   (with props)
    mina/sandbox/transport-serial/SerialAddressEditor.java
      - copied unchanged from r616174, mina/trunk/integration-beans/src/main/java/org/apache/mina/integration/beans/SerialAddressEditor.java
Removed:
    mina/trunk/LICENSE.rxtx.txt
    mina/trunk/integration-beans/src/main/java/org/apache/mina/integration/beans/SerialAddressEditor.java
    mina/trunk/transport-serial/
Modified:
    mina/trunk/NOTICE.txt
    mina/trunk/integration-beans/pom.xml
    mina/trunk/pom.xml

Added: mina/sandbox/transport-serial/NOTICE.txt
URL: http://svn.apache.org/viewvc/mina/sandbox/transport-serial/NOTICE.txt?rev=616176&view=auto
==============================================================================
--- mina/sandbox/transport-serial/NOTICE.txt (added)
+++ mina/sandbox/transport-serial/NOTICE.txt Mon Jan 28 22:06:06 2008
@@ -0,0 +1,7 @@
+Serial port communication is provided by the RXTX library package,
+which is open source software, written by Keane Jarvi et al,
+and copyright by Keane Jarvi.  The orifinal software is available
+from
+
+   http://www.rxtx.org/
+

Propchange: mina/sandbox/transport-serial/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/sandbox/transport-serial/NOTICE.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: mina/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/mina/trunk/NOTICE.txt?rev=616176&r1=616175&r2=616176&view=diff
==============================================================================
--- mina/trunk/NOTICE.txt (original)
+++ mina/trunk/NOTICE.txt Mon Jan 28 22:06:06 2008
@@ -27,13 +27,6 @@
 
    http://www.springframework.org/
 
-Serial port communication is provided by the RXTX library package,
-which is open source software, written by Keane Jarvi et al,
-and copyright by Keane Jarvi.  The orifinal software is available
-from
-
-   http://www.rxtx.org/
-
 OGNL is provided by the OGNL library package, which is open source
 software, written by Drew Davidson and Luke Blanshard.  The original
 software is available from

Modified: mina/trunk/integration-beans/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/integration-beans/pom.xml?rev=616176&r1=616175&r2=616176&view=diff
==============================================================================
--- mina/trunk/integration-beans/pom.xml (original)
+++ mina/trunk/integration-beans/pom.xml Mon Jan 28 22:06:06 2008
@@ -17,11 +17,13 @@
       <groupId>${groupId}</groupId>
       <artifactId>mina-core</artifactId>
     </dependency>
+    <!--
     <dependency>
       <groupId>${groupId}</groupId>
       <artifactId>mina-transport-serial</artifactId>
       <optional>true</optional>
     </dependency>
+    -->
   </dependencies>
 </project>
 

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=616176&r1=616175&r2=616176&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Mon Jan 28 22:06:06 2008
@@ -68,11 +68,13 @@
         <artifactId>mina-core</artifactId>
         <version>${pom.version}</version>
       </dependency>
+      <!--
       <dependency>
         <groupId>${groupId}</groupId>
         <artifactId>mina-transport-serial</artifactId>
         <version>${pom.version}</version>
       </dependency>
+      -->
       <dependency>
         <groupId>${groupId}</groupId>
         <artifactId>mina-transport-apr</artifactId>
@@ -115,11 +117,13 @@
         <artifactId>tomcat-apr</artifactId>
         <version>5.5.15</version>
       </dependency>
+      <!--
       <dependency>
         <groupId>org.rxtx</groupId>
         <artifactId>rxtx</artifactId>
         <version>2.1.7</version>
       </dependency>
+      -->
 
       <!-- Filter -->
       <dependency>
@@ -272,7 +276,9 @@
 
   <modules>
     <module>core</module>
+    <!--
     <module>transport-serial</module>
+    -->
     <module>transport-apr</module>
     <module>filter-compression</module>
     <module>filter-codec-netty</module>