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 06:01:27 UTC

svn commit: r161721 - in directory/network/trunk: project.xml src/java/org/apache/mina/protocol/codec/Asn1CodecDecoder.java src/java/org/apache/mina/protocol/codec/Asn1CodecEncoder.java

Author: trustin
Date: Sun Apr 17 21:01:26 2005
New Revision: 161721

URL: http://svn.apache.org/viewcvs?view=rev&rev=161721
Log:
Moving Apache ASN1 codec bridge to Apache ASN1 itself.

Removed:
    directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecDecoder.java
    directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecEncoder.java
Modified:
    directory/network/trunk/project.xml

Modified: directory/network/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/network/trunk/project.xml?view=diff&r1=161720&r2=161721
==============================================================================
--- directory/network/trunk/project.xml (original)
+++ directory/network/trunk/project.xml Sun Apr 17 21:01:26 2005
@@ -76,21 +76,6 @@
 
   <dependencies>
 
-    <!-- ================================================================== -->
-    <!-- Compatibility dependencies for ProtocolEncoder and ProtocolDecoder -->
-    <!-- ================================================================== -->
-
-    <!-- this dep should just go away - fork what you need if you have to -->
-
-    <dependency>
-      <groupId>directory-asn1</groupId>
-      <artifactId>asn1-codec</artifactId>
-      <version>0.3-SNAPSHOT</version>
-      <url>http://directory.apache.org/subprojects/asn1/codec-stateful/</url>
-    </dependency>
-    
-    <!-- this dep should just go away too - fork what you need if you have to -->
-
     <!-- ========================================================= -->
     <!-- Dependencies required for running test cases and examples -->
     <!-- ========================================================= -->