Author: erodriguez Date: Thu Jan 20 09:59:12 2005 New Revision: 125800 URL: http://svn.apache.org/viewcvs?view=rev&rev=125800 Log: Mavenized the DER component. Added: incubator/directory/asn1/trunk/der/project.xml
Added: incubator/directory/asn1/trunk/der/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/asn1/trunk/der/project.xml?view=auto&rev=125800 ============================================================================== --- (empty file) +++ incubator/directory/asn1/trunk/der/project.xml Thu Jan 20 09:59:12 2005 @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project> + <extend>${basedir}/../project.xml</extend> + <groupId>incubator-directory</groupId> + <id>asn1-der</id> + + <name>ASN.1 DER Runtime</name> + <package>org.apache.asn1.der</package> + <inceptionYear>2005</inceptionYear> + + <shortDescription>ASN.1 DER Runtime</shortDescription> + + <description> + API containing functionality used for encoding and decoding DER + streams in blocking mode. This is stepping-stone code meant to + facilitate the migration of Kerberos, which was developed outside of + the ASF, to the Apache Directory project's ASN.1 Runtime. + </description> +</project> +
