Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 63871 invoked from network); 23 Aug 2006 03:28:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 03:28:28 -0000 Received: (qmail 87303 invoked by uid 500); 23 Aug 2006 03:28:28 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 87257 invoked by uid 500); 23 Aug 2006 03:28:28 -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 87246 invoked by uid 99); 23 Aug 2006 03:28:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 20:28:28 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 20:28:26 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 514371A981A; Tue, 22 Aug 2006 20:28:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r433865 - in /directory/sandbox/trustin/mina-0.8-mvnize: gump.xml maven.xml pom.xml project.properties project.xml release.xml Date: Wed, 23 Aug 2006 03:28:04 -0000 To: commits@directory.apache.org From: trustin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060823032806.514371A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: trustin Date: Tue Aug 22 20:28:04 2006 New Revision: 433865 URL: http://svn.apache.org/viewvc?rev=433865&view=rev Log: Updated pom and related xmls Added: directory/sandbox/trustin/mina-0.8-mvnize/pom.xml directory/sandbox/trustin/mina-0.8-mvnize/release.xml Removed: directory/sandbox/trustin/mina-0.8-mvnize/gump.xml directory/sandbox/trustin/mina-0.8-mvnize/maven.xml directory/sandbox/trustin/mina-0.8-mvnize/project.properties directory/sandbox/trustin/mina-0.8-mvnize/project.xml Added: directory/sandbox/trustin/mina-0.8-mvnize/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/trustin/mina-0.8-mvnize/pom.xml?rev=433865&view=auto ============================================================================== --- directory/sandbox/trustin/mina-0.8-mvnize/pom.xml (added) +++ directory/sandbox/trustin/mina-0.8-mvnize/pom.xml Tue Aug 22 20:28:04 2006 @@ -0,0 +1,251 @@ + + + 4.0.0 + + org.apache.directory + build + 1.0.5-SNAPSHOT + + org.apache.directory.mina + 0.8.3-SNAPSHOT + build + Apache MINA + jar + + http://directory.apache.org/subprojects/mina/branches/0.8/ + + + + apache.websites + scp://people.apache.org/www/directory.apache.org/subprojects/mina/branches/0.8/ + + + + + jira + http://issues.apache.org/jira/browse/DIRMINA + + + + scm:svn:http://svn.apache.org/repos/asf/directory/branches/mina/0.8 + http://svn.apache.org/viewvc/directory/branches/mina/0.8/ + scm:svn:https://svn.apache.org/repos/asf/directory/branches/mina/0.8 + + + + + + mail +
mina-dev@directory.apache.org
+
+
+
+ + + MINA (Multipurpose Infrastructure for Network Applications) is a + network application framework which helps users develop high + performance and highly scalable network applications easily. + + + + + Apache MINA Developement + mina-dev-subscribe@directory.apache.org + mina-dev-unsubscribe@directory.apache.org + mina-dev@directory.apache.org + http://mail-archives.apache.org/mod_mbox/directory-mina-dev/ + + http://dir.gmane.org/gmane.comp.apache.directory.mina.devel + + + + + + + trustin + Trustin Lee + trustin@gmail.com + http://gleamynode.net/ + Chutnoon, Inc. + http://www.1nooncorp.com/ + + Project Lead + Developer + + +9 + + + niklas + Niklas Therning + niklas@trillian.se + http://therning.org/niklas/ + Trillian AB + http://www.trillian.se/ + + Developer + + +1 + + + akarasulu + Alex Karasulu + akarasulu@apache.org + + Developer + + -5 + + + proyal + Peter Royal + proyal@apache.org + http://fotap.org/~osi + + Developer + + -5 + + + + + + Jan Andersson + janne@minq.se + + + Julien Vermillard + jvermillard@archean.fr + + + Vinod Panicker + vinod.p@gmail.com + + + + + + Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + + junit + junit + 3.8.1 + test + + + + + + + + + + apache.snapshots + Apache Snapshot Repository + http://people.apache.org/repo/m2-snapshot-repository + + + + + + + org.apache.maven.plugins + maven-site-plugin + + + false + org.apache.maven.plugins + maven-antrun-plugin + + + site + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + maven-assembly-plugin + 2.0.1 + + release.xml + mina-${pom.version} + true + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.1 + + + + + + + + + + + + + + + +
Added: directory/sandbox/trustin/mina-0.8-mvnize/release.xml URL: http://svn.apache.org/viewvc/directory/sandbox/trustin/mina-0.8-mvnize/release.xml?rev=433865&view=auto ============================================================================== --- directory/sandbox/trustin/mina-0.8-mvnize/release.xml (added) +++ directory/sandbox/trustin/mina-0.8-mvnize/release.xml Tue Aug 22 20:28:04 2006 @@ -0,0 +1,37 @@ + + + all + + tar.gz + tar.bz2 + zip + + + + + + **/README* + **/LICENSE* + **/NOTICE* + **/*.txt + **/*.xml + **/src/** + **/lib/** + + + **/target/** + **/.*/** + + + + + + target + + + *.jar + + + + +