Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 55178 invoked from network); 14 Feb 2006 23:25:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Feb 2006 23:25:08 -0000 Received: (qmail 81486 invoked by uid 500); 14 Feb 2006 23:25:07 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 81464 invoked by uid 500); 14 Feb 2006 23:25:07 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 81453 invoked by uid 99); 14 Feb 2006 23:25:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2006 15:25:07 -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; Tue, 14 Feb 2006 15:25:05 -0800 Received: (qmail 54862 invoked by uid 65534); 14 Feb 2006 23:24:44 -0000 Message-ID: <20060214232444.54861.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r377882 - in /geronimo/trunk: ./ modules/activation/ modules/axis/src/java/org/apache/geronimo/axis/client/ modules/common/ modules/connector/src/test/org/apache/geronimo/connector/outbound/ modules/converter/ modules/core/ modules/deployme... Date: Tue, 14 Feb 2006 23:24:41 -0000 To: scm@geronimo.apache.org From: jlaskowski@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jlaskowski Date: Tue Feb 14 15:24:37 2006 New Revision: 377882 URL: http://svn.apache.org/viewcvs?rev=377882&view=rev Log: GERONIMO-1624: POMs for some modules. Thanks Anders! Added: geronimo/trunk/modules/common/pom.xml (with props) geronimo/trunk/modules/converter/pom.xml (with props) geronimo/trunk/modules/core/pom.xml (with props) geronimo/trunk/modules/deployment/pom.xml (with props) geronimo/trunk/modules/derby/pom.xml (with props) geronimo/trunk/modules/j2ee-schema/pom.xml (with props) geronimo/trunk/modules/j2ee/pom.xml (with props) geronimo/trunk/modules/kernel/pom.xml (with props) geronimo/trunk/modules/management/pom.xml (with props) geronimo/trunk/modules/system/pom.xml (with props) geronimo/trunk/modules/util/pom.xml (with props) Modified: geronimo/trunk/modules/activation/pom.xml geronimo/trunk/modules/axis/src/java/org/apache/geronimo/axis/client/ServiceImpl.java geronimo/trunk/modules/connector/src/test/org/apache/geronimo/connector/outbound/PoolResizeTest.java geronimo/trunk/pom.xml Modified: geronimo/trunk/modules/activation/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/activation/pom.xml?rev=377882&r1=377881&r2=377882&view=diff ============================================================================== --- geronimo/trunk/modules/activation/pom.xml (original) +++ geronimo/trunk/modules/activation/pom.xml Tue Feb 14 15:24:37 2006 @@ -1,3 +1,20 @@ + + org.apache.geronimo @@ -6,8 +23,17 @@ 4.0.0 geronimo-activation - Geronimo Activation + Geronimo :: Activation ${geronimoVersion} + + + + + src/resources + + + + org.apache.geronimo.specs @@ -18,8 +44,4 @@ geronimo-javamail_1.3.1_spec - - src/java - src/test - Modified: geronimo/trunk/modules/axis/src/java/org/apache/geronimo/axis/client/ServiceImpl.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/axis/src/java/org/apache/geronimo/axis/client/ServiceImpl.java?rev=377882&r1=377881&r2=377882&view=diff ============================================================================== --- geronimo/trunk/modules/axis/src/java/org/apache/geronimo/axis/client/ServiceImpl.java (original) +++ geronimo/trunk/modules/axis/src/java/org/apache/geronimo/axis/client/ServiceImpl.java Tue Feb 14 15:24:37 2006 @@ -43,7 +43,7 @@ /** - * @version $Revision:$ $Date:$ + * @version $Revision$ $Date$ */ public class ServiceImpl implements javax.xml.rpc.Service, Serializable { Added: geronimo/trunk/modules/common/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/common/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/common/pom.xml (added) +++ geronimo/trunk/modules/common/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,58 @@ + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + org.apache.geronimo + geronimo-common + ${geronimoVersion} + jar + Geronimo :: Common + + + + + + + + org.apache.geronimo + geronimo-kernel + + + + + commons-logging + commons-logging + + + + log4j + log4j + + + + mx4j + mx4j + + + + \ No newline at end of file Propchange: geronimo/trunk/modules/common/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/common/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/modules/connector/src/test/org/apache/geronimo/connector/outbound/PoolResizeTest.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/connector/src/test/org/apache/geronimo/connector/outbound/PoolResizeTest.java?rev=377882&r1=377881&r2=377882&view=diff ============================================================================== --- geronimo/trunk/modules/connector/src/test/org/apache/geronimo/connector/outbound/PoolResizeTest.java (original) +++ geronimo/trunk/modules/connector/src/test/org/apache/geronimo/connector/outbound/PoolResizeTest.java Tue Feb 14 15:24:37 2006 @@ -19,7 +19,7 @@ import junit.framework.TestCase; /** - * @version $Rev: $ $Date$ + * @version $Rev$ $Date$ */ public class PoolResizeTest extends TestCase { Added: geronimo/trunk/modules/converter/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/converter/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/converter/pom.xml (added) +++ geronimo/trunk/modules/converter/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,53 @@ + + + + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + 4.0.0 + geronimo-converter + Geronimo :: Configuration Converter + ${geronimoVersion} + + + + + + + org.apache.geronimo + geronimo-common + + + + org.apache.geronimo + geronimo-kernel + + + + commons-logging + commons-logging + + + + mx4j + mx4j + + + \ No newline at end of file Propchange: geronimo/trunk/modules/converter/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/converter/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/core/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/core/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/core/pom.xml (added) +++ geronimo/trunk/modules/core/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,71 @@ + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + org.apache.geronimo + geronimo-core + ${geronimoVersion} + jar + Geronimo :: Core + Geronimo Core J2EE Utilities + + + + commons-logging + commons-logging + + + + concurrent + concurrent + + + + mx4j + mx4j + + + + org.apache.geronimo + geronimo-kernel + + + + + + + ${basedir}/src/test-data + + *.properties + + + + ${basedir}/src/schema + + *.xsd + *.dtd + + + + + \ No newline at end of file Propchange: geronimo/trunk/modules/core/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/core/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/deployment/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/deployment/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/deployment/pom.xml (added) +++ geronimo/trunk/modules/deployment/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,87 @@ + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + org.apache.geronimo + geronimo-deployment + ${geronimoVersion} + jar + Geronimo :: Deployment + Geronimo Deployment + + + + + + + + xmlbeans + xbean + + + + stax + stax-api + + + + org.apache.geronimo + geronimo-kernel + + + + org.apache.geronimo + geronimo-common + + + + org.apache.geronimo + geronimo-system + + + + org.apache.geronimo.specs + geronimo-j2ee-deployment_1.1_spec + + + + mx4j + mx4j + + + + cglib + cglib-nodep + + + + commons-logging + commons-logging + + + + xml-resolver + xml-resolver + + + \ No newline at end of file Propchange: geronimo/trunk/modules/deployment/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/deployment/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/derby/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/derby/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/derby/pom.xml (added) +++ geronimo/trunk/modules/derby/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,64 @@ + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + org.apache.geronimo + geronimo-derby + ${geronimoVersion} + jar + Geronimo :: Derby + Wrapper for using Apache Derby as a bundled database. + + + + + + + org.apache.geronimo + geronimo-kernel + + + org.apache.geronimo + geronimo-system + + + org.apache.geronimo + geronimo-management + + + + org.apache.derby + derby + + + org.apache.derby + derbynet + + + + commons-logging + commons-logging + + + + \ No newline at end of file Propchange: geronimo/trunk/modules/derby/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/derby/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/j2ee-schema/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/j2ee-schema/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/j2ee-schema/pom.xml (added) +++ geronimo/trunk/modules/j2ee-schema/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,85 @@ + + + + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + 4.0.0 + geronimo-j2ee-schema + Geronimo :: J2EE Schema + ${geronimoVersion} + Geronimo J2EE schema + + + + + org.codehaus.mojo + xmlbeans-maven-plugin + + + + xmlbeans + + + + + true + src/j2ee_1_4schema + + + src/conf + + + + + + + + src/test-data + + + + + + + xmlbeans + xbean + + + stax + stax-api + test + + + + stax + stax + 1.1.1-dev + compile + + + xmlbeans + xmlbeans-jsr173-api + + + + + Propchange: geronimo/trunk/modules/j2ee-schema/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/j2ee-schema/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/j2ee/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/j2ee/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/j2ee/pom.xml (added) +++ geronimo/trunk/modules/j2ee/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,99 @@ + + + + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + 4.0.0 + geronimo-j2ee + Geronimo :: J2EE + ${geronimoVersion} + Geronimo J2EE Services + + + + + org.apache.maven.plugins + maven-surefire-plugin + true + + pertest + + + + + + + + + + + + org.apache.geronimo + geronimo-kernel + + + + org.apache.geronimo + geronimo-system + + + + org.apache.geronimo + geronimo-core + + + + org.apache.geronimo + geronimo-management + + + + org.apache.geronimo.specs + geronimo-ejb_2.1_spec + + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.0_spec + + + + cglib + cglib-nodep + + + + commons-logging + commons-logging + + + + log4j + log4j + + + + mx4j + mx4j + + + + Propchange: geronimo/trunk/modules/j2ee/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/j2ee/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/kernel/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/kernel/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/kernel/pom.xml (added) +++ geronimo/trunk/modules/kernel/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,76 @@ + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + org.apache.geronimo + geronimo-kernel + ${geronimoVersion} + jar + Geronimo :: Kernel + + + + + ${basedir}/src + + META-INF/**/*.* + + + + + + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.0_spec + + + + org.apache.geronimo.specs + geronimo-j2ee-deployment_1.1_spec + + + + + + cglib + cglib-nodep + + + + commons-logging + commons-logging + + + + log4j + log4j + + + + mx4j + mx4j + + + + \ No newline at end of file Propchange: geronimo/trunk/modules/kernel/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/kernel/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/management/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/management/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/management/pom.xml (added) +++ geronimo/trunk/modules/management/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,41 @@ + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + org.apache.geronimo + geronimo-management + ${geronimoVersion} + jar + Geronimo :: Management API + + + + + + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.0_spec + + + \ No newline at end of file Propchange: geronimo/trunk/modules/management/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/management/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/system/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/system/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/system/pom.xml (added) +++ geronimo/trunk/modules/system/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,95 @@ + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + org.apache.geronimo + geronimo-system + ${geronimoVersion} + jar + Geronimo :: System + + + + + src/test-data + + + + + org.apache.maven.plugins + maven-surefire-plugin + true + + pertest + + + + + + + + + + + + org.apache.geronimo + geronimo-common + + + + org.apache.geronimo + geronimo-util + + + + org.apache.geronimo + geronimo-kernel + + + + cglib + cglib-nodep + + + + commons-logging + commons-logging + + + + log4j + log4j + + + + mx4j + mx4j + + + + concurrent + concurrent + + + + \ No newline at end of file Propchange: geronimo/trunk/modules/system/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/system/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/modules/util/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/util/pom.xml?rev=377882&view=auto ============================================================================== --- geronimo/trunk/modules/util/pom.xml (added) +++ geronimo/trunk/modules/util/pom.xml Tue Feb 14 15:24:37 2006 @@ -0,0 +1,52 @@ + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.1-SNAPSHOT + + org.apache.geronimo + geronimo-util + ${geronimoVersion} + jar + Geronimo :: Util + + + + + + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.0_spec + + + + org.apache.geronimo.specs + geronimo-j2ee-deployment_1.1_spec + + + + commons-logging + commons-logging + + + + \ No newline at end of file Propchange: geronimo/trunk/modules/util/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/modules/util/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/pom.xml?rev=377882&r1=377881&r2=377882&view=diff ============================================================================== --- geronimo/trunk/pom.xml (original) +++ geronimo/trunk/pom.xml Tue Feb 14 15:24:37 2006 @@ -24,7 +24,7 @@ geronimo pom Geronimo - 1.0 + 1.1-SNAPSHOT Geronimo parent http://geronimo.apache.org @@ -289,12 +289,17 @@ org.apache.geronimo.specs geronimo-servlet_2.4_spec ${geronimoSpecServletVersion} - + + --> + + cglib + cglib-nodep + ${cglibVersion} + commons-logging commons-logging @@ -324,12 +329,82 @@ mockobjects mockobjects-core ${mockobjectsVersion} - + + + org.apache.derby + derby + ${derbyVersion} + + + org.apache.derby + derbynet + ${derbyVersion} + scout scout ${scoutVersion} - + + + stax + stax-api + ${staxApiVersion} + + + xmlbeans + xbean + ${xmlbeansVersion} + + + xml-resolver + xml-resolver + ${xmlResolverVersion} + + + + org.apache.geronimo + geronimo-activation + ${geronimoVersion} + + + org.apache.geronimo + geronimo-common + ${geronimoVersion} + + + org.apache.geronimo + geronimo-core + ${geronimoVersion} + + + org.apache.geronimo + geronimo-derby + ${geronimoVersion} + + + org.apache.geronimo + geronimo-kernel + ${geronimoVersion} + + + org.apache.geronimo + geronimo-management + ${geronimoVersion} + + + org.apache.geronimo + geronimo-system + ${geronimoVersion} + + + org.apache.geronimo + geronimo-util + ${geronimoVersion} + @@ -359,8 +434,17 @@ + src/java + src/test + maven-compiler-plugin + + 1.4 + 1.4 + + + org.apache.maven.plugins maven-one-plugin 1.0-SNAPSHOT @@ -412,4 +496,20 @@ http://snapshots.maven.codehaus.org/maven2 + + + modules/activation + modules/common + modules/converter + modules/core + modules/deployment + modules/derby + modules/j2ee + modules/j2ee-schema + modules/kernel + modules/management + modules/system + modules/util + +