Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 72040 invoked from network); 4 Dec 2009 02:31:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Dec 2009 02:31:46 -0000 Received: (qmail 33167 invoked by uid 500); 4 Dec 2009 02:31:46 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 33073 invoked by uid 500); 4 Dec 2009 02:31:45 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 33064 invoked by uid 99); 4 Dec 2009 02:31:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 02:31:45 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 02:31:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A94A123888E9; Fri, 4 Dec 2009 02:31:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r887040 - in /commons/proper/jelly/branches/MAVEN-2-BRANCH: jelly-tags/ant/pom.xml jelly-tags/junit/pom.xml jelly-tags/util/pom.xml jelly/pom.xml pom.xml Date: Fri, 04 Dec 2009 02:31:21 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091204023122.A94A123888E9@eris.apache.org> Author: niallp Date: Fri Dec 4 02:31:19 2009 New Revision: 887040 URL: http://svn.apache.org/viewvc?rev=887040&view=rev Log: m2 build: start to add pom.xml for jelly Added: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml (with props) commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml (with props) commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml (with props) commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/pom.xml (with props) commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml (with props) Added: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml?rev=887040&view=auto ============================================================================== --- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml (added) +++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml Fri Dec 4 02:31:19 2009 @@ -0,0 +1,125 @@ + + + + + commons-jelly + commons-jelly-parent + 1.1-SNAPSHOT + + 4.0.0 + commons-jelly-tags-ant + commons-jelly-tags-ant + + + The Jelly Ant Tag Library + + + + + + commons-jelly + commons-jelly + ${project.version} + + + + ant + ant + 1.6.5 + + + + ant + ant-launcher + 1.6.5 + + + + ant + ant-junit + 1.6.5 + + + + commons-jelly + commons-jelly-tags-junit + ${project.version} + test + + + + commons-jelly + commons-jelly-tags-util + ${project.version} + test + + + + + + jelly-tags-ant + + + + src/java + src/test + + + + ../.. + META-INF + + NOTICE.txt + LICENSE.txt + + + + + + + src/test + + **/*.jelly + **/*.properties + **/*.xml + + + + + + + maven-assembly-plugin + + + commons-jelly + commons-jelly + ${project.version} + + + + + jelly-assembly.xml + + gnu + + + + + + + Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/ant/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml?rev=887040&view=auto ============================================================================== --- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml (added) +++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml Fri Dec 4 02:31:19 2009 @@ -0,0 +1,98 @@ + + + + + commons-jelly + commons-jelly-parent + 1.1-SNAPSHOT + + 4.0.0 + commons-jelly-tags-junit + commons-jelly-tags-junit + + + The Jelly JUnit Tag Library + + + + + + commons-jelly + commons-jelly + ${project.version} + + + + junit + junit + + + + + + jelly-tags-junit + + + + src/java + src/test + + + + ../.. + META-INF + + NOTICE.txt + LICENSE.txt + + + + + + + src/test + + **/*.jelly + **/*.properties + **/*.xml + + + + + + + maven-assembly-plugin + + + commons-jelly + commons-jelly + ${project.version} + + + + + jelly-assembly.xml + + gnu + + + + + + + Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/junit/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml?rev=887040&view=auto ============================================================================== --- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml (added) +++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml Fri Dec 4 02:31:19 2009 @@ -0,0 +1,98 @@ + + + + + commons-jelly + commons-jelly-parent + 1.1-SNAPSHOT + + 4.0.0 + commons-jelly-tags-util + commons-jelly-tags-util + + This is a set of Jelly utility tags. + + + + + commons-jelly + commons-jelly + ${project.version} + + + + commons-jelly + commons-jelly-tags-junit + ${project.version} + test + + + + + + jelly-tags-ant + + + + src/java + src/test + + + + ../.. + META-INF + + NOTICE.txt + LICENSE.txt + + + + + + + src/test + + **/*.jelly + **/*.properties + **/*.xml + + + + + + + maven-assembly-plugin + + + commons-jelly + commons-jelly + ${project.version} + + + + + jelly-assembly.xml + + gnu + + + + + + + Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly-tags/util/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/pom.xml?rev=887040&view=auto ============================================================================== --- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/pom.xml (added) +++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/pom.xml Fri Dec 4 02:31:19 2009 @@ -0,0 +1,152 @@ + + + + + + commons-jelly + commons-jelly-parent + 1.1-SNAPSHOT + + jar + 4.0.0 + commons-jelly + commons-jelly + + Commons JCI core interfaces and implementations. + + + jelly-core + + + + + + commons-beanutils + commons-beanutils + + + + commons-cli + commons-cli + + + + commons-collections + commons-collections + + + + commons-discovery + commons-discovery + + + + commons-lang + commons-lang + + + + commons-jexl + commons-jexl + + + + commons-logging + commons-logging + + + + + + jaxen + jaxen + + + + javax.servlet + servlet-api + + + + javax.servlet + jstl + + + + junit + junit + true + + + + + + src/java + src/test + + + + .. + META-INF + + NOTICE.txt + LICENSE.txt + + + + src/java + + **/*.properties + + + + src/main/resources + + + + + + src/test + + **/*.jelly + **/*.properties + **/*.xml + + + + + + + maven-assembly-plugin + + + src/main/resources/assemblies/jelly-assembly.xml + + gnu + + + + + + + Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml?rev=887040&view=auto ============================================================================== --- commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml (added) +++ commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml Fri Dec 4 02:31:19 2009 @@ -0,0 +1,406 @@ + + + + + + + org.apache.commons + commons-parent + 13-SNAPSHOT + + 4.0.0 + pom + commons-jelly + Commons Jelly + commons-jelly-parent + 1.1-SNAPSHOT + 2002 + Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine. + http://commons.apache.org/jelly/ + + jira + http://issues.apache.org/jira/browse/JELLY + + + + scm:svn:http://svn.apache.org/repos/asf/commons/proper/jelly/trunk + scm:svn:https://svn.apache.org/repos/asf/commons/proper/jelly/trunk + http://svn.apache.org/viewvc/commons/proper/jelly/trunk + + + + jelly + jelly-tags/junit + jelly-tags/util + jelly-tags/ant + + + + 1.4 + 1.4 + jelly + 1.0 + JELLY + 10012 + + + + + James Strachan + jstrachan + jstrachan@apache.org + SpiritSoft, Inc. + + + Geir Magnusson Jr. + geirm + geirm@adeptra.com + Adeptra, Inc. + + + Bob McWhirter + werken + bob@eng.werken.com + The Werken Company + + + dIon Gillard + dion + dion@multitask.com.au + Multitask Consulting + + Interested party + + + + Morgan Delagrange + morgand + morgand@apache.org + + + Rodney Waldhoff + rwaldhoff + rwaldhoff@apache.org + + + Peter Royal + proyal + proyal@apache.org + + + Martin van den Bemt + mvdb + martin@mvdb.net + + + Paul Libbrecht + polx + paul@activemath.org + + + Robert Burrell Donkin + rdonkin + rdonkin@apache.org + + + Daniel F. Savarese + dfs + dfs -> apache.org + + + Brett Porter + brett + brett@apache.org + + + Hans Gilde + hgilde + hgilde@apache.org + + + + + + Erik Fransen + erik167@xs4all.nl + + Logo designer + + + + Calvin Yu + + + Stephen Haberman + stephenh@chase3000.com + + + Vinay Chandran + sahilvinay@yahoo.com + + Developer + + + + Theo Niemeijer + + + Joe Walnes + joew@thoughtworks.com + ThoughtWorks, Inc. + + Inventor of Mock Tags + + + + Otto von Wachter + vonwao@yahoo.com + + + Author of the tutorials + Developer + + + + Robert Leftwich + robert@leftwich.info + + Developer + + + + Jim Birchfield + jim.birchfield@genscape.com + Genscape, Inc. + + Developer + + + + Jason Horman + jhorman@musicmatch.com + + Developer + + + + Tim Anderson + tima@intalio.com + Intalio, Inc. + + Developer + + + + Theo Niemeijer + theo.niemeijer@getthere.nl + + + Developer + + + + J. Matthew Pryor + matthew_pryor@versata.com + + + Developer + + + + Knut Wannheden + + + + Developer + + + + Kelvin Tan + + + + Developer + + + + Todd Jonker + + + + Developer + + + + Christiaan ten Klooster + + + + Developer + + + + Pete Kazmier + kaz@apache.org + + + Developer + + + + John Spackman + john.spackman@zenesis.com + Zenesis Limited + + Developer + + + + John Spackman + john.spackman@zenesis.com + Zenesis Limited + + Developer + + + + John Spackman + john.spackman@zenesis.com + Zenesis Limited + + Developer + + + + + + + + + commons-beanutils + commons-beanutils + 1.8.2 + + + + commons-cli + commons-cli + 1.0 + + + + commons-collections + commons-collections + 3.2.1 + + + + commons-discovery + commons-discovery + 0.2 + + + + commons-lang + commons-lang + 2.0 + + + + commons-logging + commons-logging + 1.1.1 + + + + commons-jexl + commons-jexl + 1.1 + + + + dom4j + dom4j + 1.6.1 + + + + jaxen + jaxen + 1.1-beta-8 + + + + javax.servlet + jstl + 1.0.6 + + + + junit + junit + 3.8.1 + + + + javax.servlet + servlet-api + 2.3 + + + + xerces + xerces + 2.2.1 + + + + xml-apis + xml-apis + 1.0.b2 + + + + + + + + + ${basedir} + META-INF + + NOTICE.txt + LICENSE.txt + + + + + + maven-assembly-plugin + + + src/assembly/src.xml + src/assembly/bin.xml + + gnu + + + + + + Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL