Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 68606 invoked from network); 30 Dec 2005 08:25:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Dec 2005 08:25:45 -0000 Received: (qmail 3575 invoked by uid 500); 30 Dec 2005 08:25:45 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 3542 invoked by uid 500); 30 Dec 2005 08:25:44 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 3531 invoked by uid 99); 30 Dec 2005 08:25:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2005 00:25:44 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 30 Dec 2005 00:25:44 -0800 Received: (qmail 68399 invoked by uid 65534); 30 Dec 2005 08:25:24 -0000 Message-ID: <20051230082524.68397.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r360030 - in /directory/trunk: dns-protocol/ dns-protocol/pom.xml dns-protocol/project.properties dns-protocol/project.xml pom.xml Date: Fri, 30 Dec 2005 08:25:23 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Fri Dec 30 00:25:20 2005 New Revision: 360030 URL: http://svn.apache.org/viewcvs?rev=360030&view=rev Log: dns compiles, passes tests and is included in global build with new m2 pom. old m1 stuff has been deleted Added: directory/trunk/dns-protocol/pom.xml Removed: directory/trunk/dns-protocol/project.properties directory/trunk/dns-protocol/project.xml Modified: directory/trunk/dns-protocol/ (props changed) directory/trunk/pom.xml Propchange: directory/trunk/dns-protocol/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Fri Dec 30 00:25:20 2005 @@ -1,4 +1,7 @@ target +.wtpmodules +.settings +.deployables build bin classes Added: directory/trunk/dns-protocol/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunk/dns-protocol/pom.xml?rev=360030&view=auto ============================================================================== --- directory/trunk/dns-protocol/pom.xml (added) +++ directory/trunk/dns-protocol/pom.xml Fri Dec 30 00:25:20 2005 @@ -0,0 +1,38 @@ + + + 4.0.0 + + org.apache.directory + build + 1.0-SNAPSHOT + + 0.3-SNAPSHOT + org.apache.directory.protocol.dns + dns-protocol + jar + + + org.apache.directory + org.apache.directory.protocol.common + 0.7.1-SNAPSHOT + + + org.apache.mina + org.apache.mina + 0.9.1-SNAPSHOT + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + + + Modified: directory/trunk/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunk/pom.xml?rev=360030&r1=360029&r2=360030&view=diff ============================================================================== --- directory/trunk/pom.xml (original) +++ directory/trunk/pom.xml Fri Dec 30 00:25:20 2005 @@ -15,6 +15,7 @@ ldap-common changepw-protocol dhcp-protocol + dns-protocol