You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/04/18 05:53:47 UTC

svn commit: r161717 - in directory/network/trunk: project.xml src/examples/org/apache/mina/examples/sumup/ src/java/org/apache/mina/protocol/codec/NettyDecoder.java src/java/org/apache/mina/protocol/codec/NettyEncoder.java xdocs/index.xml

Author: trustin
Date: Sun Apr 17 20:53:45 2005
New Revision: 161717

URL: http://svn.apache.org/viewcvs?view=rev&rev=161717
Log:
Removed Netty bridge API: moved to Netty2 1.9.0

Removed:
    directory/network/trunk/src/examples/org/apache/mina/examples/sumup/
    directory/network/trunk/src/java/org/apache/mina/protocol/codec/NettyDecoder.java
    directory/network/trunk/src/java/org/apache/mina/protocol/codec/NettyEncoder.java
Modified:
    directory/network/trunk/project.xml
    directory/network/trunk/xdocs/index.xml

Modified: directory/network/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/network/trunk/project.xml?view=diff&r1=161716&r2=161717
==============================================================================
--- directory/network/trunk/project.xml (original)
+++ directory/network/trunk/project.xml Sun Apr 17 20:53:45 2005
@@ -91,13 +91,6 @@
     
     <!-- this dep should just go away too - fork what you need if you have to -->
 
-    <dependency>
-      <groupId>tl-netty2</groupId>
-      <artifactId>tl-netty2</artifactId>
-      <version>1.8.0</version>
-      <url>http://gleamynode.net/dev/projects/netty2/</url>
-    </dependency>
-    
     <!-- ========================================================= -->
     <!-- Dependencies required for running test cases and examples -->
     <!-- ========================================================= -->

Modified: directory/network/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/network/trunk/xdocs/index.xml?view=diff&r1=161716&r2=161717
==============================================================================
--- directory/network/trunk/xdocs/index.xml (original)
+++ directory/network/trunk/xdocs/index.xml Sun Apr 17 20:53:45 2005
@@ -65,11 +65,6 @@
                         <td>A frontend package that makes setting up MINA easier.</td>
                         <td>Server (registry)</td>
                     </tr>
-                    <tr>
-                        <td><a target="classFrame" href="xref-examples/org/apache/mina/examples/sumup/package-summary.html">SumUp</a></td>
-                        <td>Migration from <a target="_blank" href="http://gleamynode.net/dev/projects/netty2-example-sumup/">Netty SumUp example</a>.</td>
-                        <td>Both</td>
-                    </tr>
                 </table>
             </p>
         </section>