Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 11002 invoked from network); 5 Jun 2006 23:49:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 23:49:17 -0000 Received: (qmail 41878 invoked by uid 500); 5 Jun 2006 23:49:16 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 41863 invoked by uid 500); 5 Jun 2006 23:49:16 -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 41852 invoked by uid 99); 5 Jun 2006 23:49:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 16:49:16 -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; Mon, 05 Jun 2006 16:49:15 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id ECCBD1A983A; Mon, 5 Jun 2006 16:48:54 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r411954 - in /geronimo/trunk/applications/console: console-core/pom.xml console-ear/pom.xml console-framework/classpath.properties console-framework/pom.xml console-standard/pom.xml pom.xml Date: Mon, 05 Jun 2006 23:48:53 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060605234854.ECCBD1A983A@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: djencks Date: Mon Jun 5 16:48:53 2006 New Revision: 411954 URL: http://svn.apache.org/viewvc?rev=411954&view=rev Log: GERONIMO-2071 Add poms and classpath.properties from the big applications.patch.zip Added: geronimo/trunk/applications/console/console-core/pom.xml (with props) geronimo/trunk/applications/console/console-ear/pom.xml (with props) geronimo/trunk/applications/console/console-framework/classpath.properties (with props) geronimo/trunk/applications/console/console-framework/pom.xml (with props) geronimo/trunk/applications/console/console-standard/pom.xml (with props) geronimo/trunk/applications/console/pom.xml (with props) Added: geronimo/trunk/applications/console/console-core/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-core/pom.xml?rev=411954&view=auto ============================================================================== --- geronimo/trunk/applications/console/console-core/pom.xml (added) +++ geronimo/trunk/applications/console/console-core/pom.xml Mon Jun 5 16:48:53 2006 @@ -0,0 +1,92 @@ + + + + + + + + org.apache.geronimo.applications.console + console-parent + 1.2-SNAPSHOT + + + 4.0.0 + geronimo-console-core + 1.2-SNAPSHOT + Geronimo :: Console :: Common Code + + + + org.apache.geronimo.modules + geronimo-connector + + + mx4j + mx4j-remote + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + + + + + + + maven-antrun-plugin + + + generate-resources + + + + + + + + + + +##### Generated by Maven2 #### +version=${geronimoVersion} +build.date=${build.date} +build.time=${build.time} +copyright=Copyright (C) 2003-${build.year}, The Apache Software Foundation +geronimo.build.version=${geronimoVersion} +geronimo.spec.version=${geronimoSpecJmsVersion} +portal.core.version=${plutoVersion} + + + + + run + + + + + + + + Propchange: geronimo/trunk/applications/console/console-core/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/console/console-core/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/console/console-core/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/applications/console/console-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-ear/pom.xml?rev=411954&view=auto ============================================================================== --- geronimo/trunk/applications/console/console-ear/pom.xml (added) +++ geronimo/trunk/applications/console/console-ear/pom.xml Mon Jun 5 16:48:53 2006 @@ -0,0 +1,114 @@ + + + + + + + + org.apache.geronimo.applications.console + console-parent + 1.2-SNAPSHOT + + + 4.0.0 + geronimo-console + ear + 1.2-SNAPSHOT + Geronimo :: Console :: Application EAR + + + + org.apache.geronimo.applications.console + geronimo-console-framework + ${geronimoVersion} + war + + + org.apache.geronimo.applications.console + geronimo-console-standard + ${geronimoVersion} + war + + + + + + + + org.apache.maven.plugins + maven-ear-plugin + + Geronimo Console Application + true + 1.4 + + + org.apache.geronimo.applications.console + geronimo-console-framework + /console + + + org.apache.geronimo.applications.console + geronimo-console-standard + /console-standard + + + + + + + + Propchange: geronimo/trunk/applications/console/console-ear/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/console/console-ear/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/console/console-ear/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/applications/console/console-framework/classpath.properties URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-framework/classpath.properties?rev=411954&view=auto ============================================================================== --- geronimo/trunk/applications/console/console-framework/classpath.properties (added) +++ geronimo/trunk/applications/console/console-framework/classpath.properties Mon Jun 5 16:48:53 2006 @@ -0,0 +1 @@ +classpath=[C:\Apache\geronimo\trunk\applications\console\console-framework\target\classes, C:\Documents and Settings\Administrator\.m2\repository\org\apache\pluto\pluto\1.0.1\pluto-1.0.1.jar, C:\Documents and Settings\Administrator\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar, C:\Documents and Settings\Administrator\.m2\repository\org\apache\pluto\pluto-portal\1.0.1\pluto-portal-1.0.1.jar, C:\Documents and Settings\Administrator\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar, C:\Documents and Settings\Administrator\.m2\repository\ant\ant\1.6.5\ant-1.6.5.jar, C:\Documents and Settings\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jsp_2.0_spec\1.1-SNAPSHOT\geronimo-jsp_2.0_spec-1.1-SNAPSHOT.jar, C:\Documents and Settings\Administrator\.m2\repository\portlet-api\portlet-api\1.0\portlet-api-1.0.jar, C:\Documents and Settings\Administrator\.m2\repository\tomcat\jasper-compiler\5.5.15\jasper-compiler-5.5.15.jar, C:\Documents an d Settings\Administrator\.m2\repository\tomcat\jasper-runtime\5.5.15\jasper-runtime-5.5.15.jar, C:\Documents and Settings\Administrator\.m2\repository\org\apache\pluto\pluto-descriptors\1.0.1\pluto-descriptors-1.0.1.jar, C:\Documents and Settings\Administrator\.m2\repository\commons-el\commons-el\1.0\commons-el-1.0.jar, C:\Documents and Settings\Administrator\.m2\repository\castor\castor\0.9.5.3\castor-0.9.5.3.jar, C:\Documents and Settings\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-servlet_2.4_spec\1.1-SNAPSHOT\geronimo-servlet_2.4_spec-1.1-SNAPSHOT.jar] Propchange: geronimo/trunk/applications/console/console-framework/classpath.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/console/console-framework/classpath.properties ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/console/console-framework/classpath.properties ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/trunk/applications/console/console-framework/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-framework/pom.xml?rev=411954&view=auto ============================================================================== --- geronimo/trunk/applications/console/console-framework/pom.xml (added) +++ geronimo/trunk/applications/console/console-framework/pom.xml Mon Jun 5 16:48:53 2006 @@ -0,0 +1,81 @@ + + + + + + + + org.apache.geronimo.applications.console + console-parent + 1.2-SNAPSHOT + + + 4.0.0 + geronimo-console-framework + war + 1.2-SNAPSHOT + Geronimo :: Console :: Portal Framework + + + + castor + castor + + + org.apache.geronimo.specs + geronimo-servlet_2.4_spec + provided + + + org.apache.pluto + pluto + ${plutoVersion} + provided + + + org.apache.pluto + pluto-portal + ${plutoVersion} + + + org.apache.pluto + pluto-descriptors + ${plutoVersion} + + + + + + Propchange: geronimo/trunk/applications/console/console-framework/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/console/console-framework/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/console/console-framework/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/applications/console/console-standard/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-standard/pom.xml?rev=411954&view=auto ============================================================================== --- geronimo/trunk/applications/console/console-standard/pom.xml (added) +++ geronimo/trunk/applications/console/console-standard/pom.xml Mon Jun 5 16:48:53 2006 @@ -0,0 +1,136 @@ + + + + + + + + org.apache.geronimo.applications.console + console-parent + 1.2-SNAPSHOT + + + 4.0.0 + geronimo-console-standard + war + 1.2-SNAPSHOT + Geronimo :: Console :: Standard Portlets + + + + org.apache.geronimo.applications.console + geronimo-console-core + ${geronimoVersion} + provided + + + castor + castor + + + org.apache.geronimo.modules + geronimo-converter + ${geronimoVersion} + provided + + + org.apache.geronimo.modules + geronimo-derby + provided + + + org.apache.geronimo.modules + geronimo-deploy-jsr88 + provided + + + commons-digester + commons-digester + ${commonsDigesterVersion} + + + commons-fileupload + commons-fileupload + ${commonsFileuploadVersion} + + + commons-io + commons-io + ${commonsIoVersion} + + + org.apache.geronimo.modules + geronimo-upgrade + provided + + + + + activemq + activemq-core + ${activeMqVersion} + provided + + + + + + taglibs + standard + ${standardTaglibsVersion} + + + javax.servlet + jstl + ${jstlVersion} + + + dwr + dwr + ${dwrVersion} + + + + + + + ${basedir}/src/conf + true + + + + + + + + Propchange: geronimo/trunk/applications/console/console-standard/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/console/console-standard/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/console/console-standard/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/applications/console/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/pom.xml?rev=411954&view=auto ============================================================================== --- geronimo/trunk/applications/console/pom.xml (added) +++ geronimo/trunk/applications/console/pom.xml Mon Jun 5 16:48:53 2006 @@ -0,0 +1,57 @@ + + + + + + + + org.apache.geronimo.applications + applications-parent + 1.2-SNAPSHOT + + + 4.0.0 + org.apache.geronimo.applications.console + console-parent + 1.2-SNAPSHOT + pom + Geronimo Console Application + Geronimo Console Application + + + + portlet-api + portlet-api + ${portletApiVersion} + provided + + + org.apache.geronimo.specs + geronimo-jsp_2.0_spec + provided + + + + + console-core + console-standard + console-framework + console-ear + + + Propchange: geronimo/trunk/applications/console/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/console/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/console/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml