Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 36072 invoked from network); 5 Jun 2006 21:04:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 21:04:59 -0000 Received: (qmail 22930 invoked by uid 500); 5 Jun 2006 21:04:58 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 22899 invoked by uid 500); 5 Jun 2006 21:04:58 -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 22888 invoked by uid 99); 5 Jun 2006 21:04:58 -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 14:04:58 -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 14:04:56 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9B31B1A9842; Mon, 5 Jun 2006 14:04:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r411916 - in /geronimo/trunk: ./ applications/ applications/demo/ applications/demo/src/webapp/WEB-INF/ applications/ldap-realm-demo/ applications/ldap-realm-demo/src/webapp/WEB-INF/ applications/remote-deploy/ applications/remote-deploy/sr... Date: Mon, 05 Jun 2006 21:04:34 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060605210436.9B31B1A9842@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 14:04:33 2006 New Revision: 411916 URL: http://svn.apache.org/viewvc?rev=411916&view=rev Log: GERONIMO-2071 apply small applications.patch, m2 builds apps that will stay where they are Added: geronimo/trunk/applications/demo/pom.xml (with props) geronimo/trunk/applications/ldap-realm-demo/pom.xml (with props) geronimo/trunk/applications/pom.xml (with props) geronimo/trunk/applications/remote-deploy/pom.xml (with props) geronimo/trunk/applications/uddi-db/pom.xml (with props) geronimo/trunk/applications/uddi-server/pom.xml (with props) geronimo/trunk/applications/welcome/pom.xml (with props) Modified: geronimo/trunk/applications/demo/src/webapp/WEB-INF/web.xml geronimo/trunk/applications/ldap-realm-demo/src/webapp/WEB-INF/web.xml geronimo/trunk/applications/remote-deploy/src/webapp/WEB-INF/web.xml geronimo/trunk/applications/uddi-db/src/webapp/WEB-INF/web.xml geronimo/trunk/applications/uddi-server/src/webapp/WEB-INF/web.xml geronimo/trunk/applications/welcome/src/webapp/WEB-INF/web.xml geronimo/trunk/pom.xml Added: geronimo/trunk/applications/demo/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/demo/pom.xml?rev=411916&view=auto ============================================================================== --- geronimo/trunk/applications/demo/pom.xml (added) +++ geronimo/trunk/applications/demo/pom.xml Mon Jun 5 14:04:33 2006 @@ -0,0 +1,55 @@ + + + + + + + + org.apache.geronimo.applications + applications-parent + 1.2-SNAPSHOT + + + 4.0.0 + ${geronimoVersion} + demo + war + Geronimo Demo Application + Geronimo Demo Application + + + + + Propchange: geronimo/trunk/applications/demo/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/demo/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/demo/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/applications/demo/src/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/demo/src/webapp/WEB-INF/web.xml?rev=411916&r1=411915&r2=411916&view=diff ============================================================================== --- geronimo/trunk/applications/demo/src/webapp/WEB-INF/web.xml (original) +++ geronimo/trunk/applications/demo/src/webapp/WEB-INF/web.xml Mon Jun 5 14:04:33 2006 @@ -26,6 +26,8 @@ index.html + + Admin Role Added: geronimo/trunk/applications/ldap-realm-demo/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/ldap-realm-demo/pom.xml?rev=411916&view=auto ============================================================================== --- geronimo/trunk/applications/ldap-realm-demo/pom.xml (added) +++ geronimo/trunk/applications/ldap-realm-demo/pom.xml Mon Jun 5 14:04:33 2006 @@ -0,0 +1,57 @@ + + + + + + + + org.apache.geronimo.applications + applications-parent + 1.2-SNAPSHOT + + + 4.0.0 + ${geronimoVersion} + geronimo-ldap-demo + war + Geronimo LDAP Demo Application + + This is a very simple application that is intended to demonstrate the ldap + security mechanism. + + + + + Propchange: geronimo/trunk/applications/ldap-realm-demo/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/ldap-realm-demo/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/ldap-realm-demo/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/applications/ldap-realm-demo/src/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/ldap-realm-demo/src/webapp/WEB-INF/web.xml?rev=411916&r1=411915&r2=411916&view=diff ============================================================================== --- geronimo/trunk/applications/ldap-realm-demo/src/webapp/WEB-INF/web.xml (original) +++ geronimo/trunk/applications/ldap-realm-demo/src/webapp/WEB-INF/web.xml Mon Jun 5 14:04:33 2006 @@ -21,6 +21,8 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> + + index.html Added: geronimo/trunk/applications/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/pom.xml?rev=411916&view=auto ============================================================================== --- geronimo/trunk/applications/pom.xml (added) +++ geronimo/trunk/applications/pom.xml Mon Jun 5 14:04:33 2006 @@ -0,0 +1,79 @@ + + + + + + + + org.apache.geronimo + geronimo-parent + 1.2-SNAPSHOT + + + 4.0.0 + org.apache.geronimo.applications + applications-parent + ${geronimoVersion} + pom + Geronimo Applications + Geronimo Applications + + + + + maven-war-plugin + + ${basedir}/src/webapp + + + + + + + + + + + tomcat + jasper-runtime + ${jasperVersion} + provided + + + + + + demo + ldap-realm-demo + + + uddi-db + uddi-server + + welcome + + Propchange: geronimo/trunk/applications/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: geronimo/trunk/applications/remote-deploy/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/remote-deploy/pom.xml?rev=411916&view=auto ============================================================================== --- geronimo/trunk/applications/remote-deploy/pom.xml (added) +++ geronimo/trunk/applications/remote-deploy/pom.xml Mon Jun 5 14:04:33 2006 @@ -0,0 +1,72 @@ + + + + + + + + org.apache.geronimo.applications + applications-parent + 1.2-SNAPSHOT + + + 4.0.0 + ${geronimoVersion} + geronimo-remote-deploy + war + Geronimo Remote Deploy Application + + This application is essentially a servlet that accepts file upload + requests from remote clients, which is necessary for remote + deployment operations to work properly. + + + + + org.apache.geronimo.specs + geronimo-servlet_2.4_spec + provided + + + + org.apache.geronimo.applications + geronimo-remote-deploy-lib + ${geronimoVersion} + + + + + + Propchange: geronimo/trunk/applications/remote-deploy/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/remote-deploy/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/remote-deploy/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/applications/remote-deploy/src/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/remote-deploy/src/webapp/WEB-INF/web.xml?rev=411916&r1=411915&r2=411916&view=diff ============================================================================== --- geronimo/trunk/applications/remote-deploy/src/webapp/WEB-INF/web.xml (original) +++ geronimo/trunk/applications/remote-deploy/src/webapp/WEB-INF/web.xml Mon Jun 5 14:04:33 2006 @@ -24,6 +24,8 @@ org.apache.geronimo.deployment.remote.BarfServlet + + 404-error / Added: geronimo/trunk/applications/uddi-db/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/uddi-db/pom.xml?rev=411916&view=auto ============================================================================== --- geronimo/trunk/applications/uddi-db/pom.xml (added) +++ geronimo/trunk/applications/uddi-db/pom.xml Mon Jun 5 14:04:33 2006 @@ -0,0 +1,92 @@ + + + + + + + + org.apache.geronimo.applications + applications-parent + 1.2-SNAPSHOT + + + 4.0.0 + geronimo-uddi-db + ${geronimoVersion} + Geronimo UDDI Server Database + Geronimo UDDI Server Database + + + + + + + + ${basedir}/target/resources + + + + + + + maven-antrun-plugin + + + generate-resources + + + + + + + + + + + + + + + + + + run + + + + + + + + + Propchange: geronimo/trunk/applications/uddi-db/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/uddi-db/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/uddi-db/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/applications/uddi-db/src/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/uddi-db/src/webapp/WEB-INF/web.xml?rev=411916&r1=411915&r2=411916&view=diff ============================================================================== --- geronimo/trunk/applications/uddi-db/src/webapp/WEB-INF/web.xml (original) +++ geronimo/trunk/applications/uddi-db/src/webapp/WEB-INF/web.xml Mon Jun 5 14:04:33 2006 @@ -54,6 +54,8 @@ org.apache.juddi.registry.PublishService + + jUDDIAdminService /admin Added: geronimo/trunk/applications/uddi-server/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/uddi-server/pom.xml?rev=411916&view=auto ============================================================================== --- geronimo/trunk/applications/uddi-server/pom.xml (added) +++ geronimo/trunk/applications/uddi-server/pom.xml Mon Jun 5 14:04:33 2006 @@ -0,0 +1,54 @@ + + + + + + + + org.apache.geronimo.applications + applications-parent + 1.2-SNAPSHOT + + + 4.0.0 + ${geronimoVersion} + geronimo-uddi-server + war + Geronimo UDDI Server + Geronimo UDDI Server + + + + Propchange: geronimo/trunk/applications/uddi-server/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/uddi-server/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/uddi-server/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/applications/uddi-server/src/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/uddi-server/src/webapp/WEB-INF/web.xml?rev=411916&r1=411915&r2=411916&view=diff ============================================================================== --- geronimo/trunk/applications/uddi-server/src/webapp/WEB-INF/web.xml (original) +++ geronimo/trunk/applications/uddi-server/src/webapp/WEB-INF/web.xml Mon Jun 5 14:04:33 2006 @@ -59,6 +59,8 @@ org.apache.juddi.registry.PublishService + + jUDDIAdminService /admin Added: geronimo/trunk/applications/welcome/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/welcome/pom.xml?rev=411916&view=auto ============================================================================== --- geronimo/trunk/applications/welcome/pom.xml (added) +++ geronimo/trunk/applications/welcome/pom.xml Mon Jun 5 14:04:33 2006 @@ -0,0 +1,76 @@ + + + + + + + + org.apache.geronimo.applications + applications-parent + 1.2-SNAPSHOT + + + 4.0.0 + ${geronimoVersion} + geronimo-welcome + war + Geronimo Welcome Application + + This is a very simple application that is intended to serve as the default page + that can be viewed when the server is first installed so that someone can see + that the installation is working. + + + + + org.apache.geronimo.modules + geronimo-kernel + provided + + + org.apache.geronimo.modules + geronimo-system + provided + + + org.apache.geronimo.specs + geronimo-j2ee_1.4_spec + provided + + + + + + + + + + Propchange: geronimo/trunk/applications/welcome/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/trunk/applications/welcome/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/trunk/applications/welcome/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/applications/welcome/src/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/welcome/src/webapp/WEB-INF/web.xml?rev=411916&r1=411915&r2=411916&view=diff ============================================================================== --- geronimo/trunk/applications/welcome/src/webapp/WEB-INF/web.xml (original) +++ geronimo/trunk/applications/welcome/src/webapp/WEB-INF/web.xml Mon Jun 5 14:04:33 2006 @@ -37,6 +37,8 @@ + + jsp_sample_installer /jsp-examples/* Modified: geronimo/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/trunk/pom.xml?rev=411916&r1=411915&r2=411916&view=diff ============================================================================== --- geronimo/trunk/pom.xml (original) +++ geronimo/trunk/pom.xml Mon Jun 5 14:04:33 2006 @@ -946,8 +946,8 @@ m2-plugins openejb/modules configs -