Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 5840 invoked from network); 26 Aug 2005 11:05:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2005 11:05:41 -0000 Received: (qmail 55856 invoked by uid 500); 26 Aug 2005 11:05:38 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 55783 invoked by uid 500); 26 Aug 2005 11:05:37 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 55770 invoked by uid 500); 26 Aug 2005 11:05:37 -0000 Received: (qmail 55767 invoked by uid 99); 26 Aug 2005 11:05:37 -0000 X-ASF-Spam-Status: No, hits=-9.8 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, 26 Aug 2005 04:05:35 -0700 Received: (qmail 5770 invoked by uid 65534); 26 Aug 2005 11:05:34 -0000 Message-ID: <20050826110534.5769.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r240201 - in /jakarta/commons/sandbox/proxy/trunk: project.properties project.xml Date: Fri, 26 Aug 2005 11:05:33 -0000 To: commons-cvs@jakarta.apache.org From: jcarman@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jcarman Date: Fri Aug 26 04:05:30 2005 New Revision: 240201 URL: http://svn.apache.org/viewcvs?rev=240201&view=rev Log: Mavenization. Added: jakarta/commons/sandbox/proxy/trunk/project.properties jakarta/commons/sandbox/proxy/trunk/project.xml Added: jakarta/commons/sandbox/proxy/trunk/project.properties URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/project.properties?rev=240201&view=auto ============================================================================== --- jakarta/commons/sandbox/proxy/trunk/project.properties (added) +++ jakarta/commons/sandbox/proxy/trunk/project.properties Fri Aug 26 04:05:30 2005 @@ -0,0 +1,11 @@ +#$Id: project.properties$ + +#enable subversion support +maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory + +#xdoc settings +maven.xdoc.data=left + +#checkstyle settings +#maven.checkstyle.properties=${basedir}/checkstyle.xml +#maven.checkstyle.header.file=${basedir}/checkstyle.header.txt Added: jakarta/commons/sandbox/proxy/trunk/project.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/project.xml?rev=240201&view=auto ============================================================================== --- jakarta/commons/sandbox/proxy/trunk/project.xml (added) +++ jakarta/commons/sandbox/proxy/trunk/project.xml Fri Aug 26 04:05:30 2005 @@ -0,0 +1,293 @@ + + + + 3 + commons-proxy + Commons Proxy + commons-proxy + 0.1 + + Apache Software Foundation + http://apache.org + http://apache.org/images/asf_logo_wide.png + + 2005 + org.apache.commons.proxy + /images/logo.png + Java library for dynamic proxying + http://jakarta.apache.org/commons/sandbox/proxy + http://issues.apache.org/bugzilla + jakarta.apache.org + /somewhere/commons/sandbox/proxy/ + + Commons proxy is a java library for creating dynamic proxys. +

+
+

+ Commons-proxy comes with the follwing features +

    +
  • simple and easy to use API
  • +
  • based on AOP Alliance
  • +
  • implementations using java.reflect.Proxy,cglib and javassist
  • +
  • really fast
  • +
+

+
+ ]]>
+ + + + scm:svn:http:svn.apache.org:repos/asf/jakarta/commons/sandbox/proxy:trunk + + + scm:svn:https:svn.apache.org:repos/asf/jakarta/commons/sandbox/proxy:trunk + + http://svn.apache.org/viewcvs.cgi/jakarta/commons/sandbox/proxy/trunk/ + + + + + 0.1 + 0.1 + Version_0_1 + + + + + + + + commons-dev@jakarta.apache.org + + + + + James Carman + carman + james@carmanconsulting.com + carmanconsulting.com + + admin + designer + developer + + http://www.carmanconsulting.com/ + +1 + + + + + + + J#246;rg Hohwiller + hohwille@users.sourceforge.net + + + mavenizer + + + + + J#246;rg Schaible + joerg.schaible@gmx.de + + + + + + + + + + + ASL + http://www.apache.org/licenses/LICENSE-2.0.txt + repro + + + + + + cglib + cglib + 2.1 + http://cglib.sourceforge.net + + code generation library + + + + javassist + javassist + 3.0 + http://www.csg.is.titech.ac.jp/~chiba/javassist/ + + java programming assistant - library for bytecode maniplation + + + + aopalliance + aopalliance + 1.0 + http://aopalliance.sourceforge.net/ + + AOP standard API + + + + + axis + axis + 1.2.1 + http://ws.apache.org/axis/index.html + + XML remote procedure call API + + + + axis + axis-jaxrpc + 1.2.1 + http://ws.apache.org/axis/index.html + + XML remote procedure call API + + + + axis + axis-saaj + 1.2.1 + http://ws.apache.org/axis/index.html + + XML remote procedure call API + + + + axis + axis-wsdl4j + 1.5.1 + http://ws.apache.org/axis/index.html + + XML remote procedure call API + + + + hessian + hessian + 3.0.1 + http://www.caucho.com/hessian/ + + binary webservices protocol + + + + burlap + burlap + 2.1.7 + http://www.caucho.com/burlap/ + + library for building webservices really easy + + + + commons-logging + commons-logging + 1.0.4 + http://jakarta.apache.org/commons/logging/ + + logging abstraction layer + + + + commons-pool + commons-pool + 1.2 + http://jakarta.apache.org/commons/pool/ + + pooling API + + + + commons-collections + commons-collections + 3.1 + http://jakarta.apache.org/commons/collections/ + + collection API + + + + + + james@carmanconsulting.com + ${basedir}/src/java + ${basedir}/src/test + + + + + + **/*TC.java + + + + + ${maven.src.dir}/test + + **/*.dtd + **/*.properties + **/*.x* + **/*.mf + **/*.jar + + + + + + + + ${maven.src.dir}/java + + **/*.dtd + **/*.properties + **/*.x* + + + + + + + + + maven-changes-plugin + maven-changelog-plugin + maven-developer-activity-plugin + maven-file-activity-plugin + maven-checkstyle-plugin + maven-javadoc-plugin + maven-jdepend-plugin + maven-junit-report-plugin + maven-jxr-plugin + maven-license-plugin + maven-linkcheck-plugin + maven-tasklist-plugin + maven-faq-plugin + + + +
--------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org