Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 86316 invoked from network); 16 Jan 2009 13:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2009 13:52:03 -0000 Received: (qmail 54442 invoked by uid 500); 16 Jan 2009 13:52:03 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 54417 invoked by uid 500); 16 Jan 2009 13:52:03 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 54408 invoked by uid 99); 16 Jan 2009 13:52:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 05:52:02 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 16 Jan 2009 13:52:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 54CD02388979; Fri, 16 Jan 2009 05:51:41 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r735005 - in /incubator/sling/whiteboard/fmeschbe/launchpad/bundles: ./ pom.xml Date: Fri, 16 Jan 2009 13:51:40 -0000 To: sling-commits@incubator.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090116135141.54CD02388979@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Fri Jan 16 05:51:39 2009 New Revision: 735005 URL: http://svn.apache.org/viewvc?rev=735005&view=rev Log: Add new bundles module Added: incubator/sling/whiteboard/fmeschbe/launchpad/bundles/ (with props) incubator/sling/whiteboard/fmeschbe/launchpad/bundles/pom.xml (with props) Propchange: incubator/sling/whiteboard/fmeschbe/launchpad/bundles/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Fri Jan 16 05:51:39 2009 @@ -0,0 +1,4 @@ +.classpath +.project +.settings +target Added: incubator/sling/whiteboard/fmeschbe/launchpad/bundles/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/whiteboard/fmeschbe/launchpad/bundles/pom.xml?rev=735005&view=auto ============================================================================== --- incubator/sling/whiteboard/fmeschbe/launchpad/bundles/pom.xml (added) +++ incubator/sling/whiteboard/fmeschbe/launchpad/bundles/pom.xml Fri Jan 16 05:51:39 2009 @@ -0,0 +1,485 @@ + + + + + 4.0.0 + + org.apache.sling + sling + 5-incubator-SNAPSHOT + ../../parent/pom.xml + + + org.apache.sling.launchpad.bundles + jar + 5-incubator-SNAPSHOT + + Apache Sling Launchpad Bundles Collection + + This projects just collects together the bundles which make up the + Apache Sling Launchpad distribution. It is included by both the + Apache Sling Launchpad App for the Standalone Application and the + the Apache Sling Launchpad Web App for the Web Application. + + + + + scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/bundles + + + scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/bundles + + + http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/bundles + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + + true + + + + + + + + + + + + + org.apache.sling + org.apache.sling.commons.log + 2.0.3-incubator-SNAPSHOT + provided + + + + + org.apache.felix + org.apache.felix.webconsole + 1.2.3-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.commons.json + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.felix + org.apache.felix.bundlerepository + 1.2.1 + provided + + + org.apache.sling + org.apache.sling.extensions.threaddump + 0.1.0-incubator-SNAPSHOT + provided + + + + + org.apache.felix + org.apache.felix.eventadmin + 1.0.0 + provided + + + org.apache.felix + org.apache.felix.scr + 1.0.6 + provided + + + org.apache.felix + org.apache.felix.configadmin + 1.0.4 + provided + + + org.apache.felix + org.apache.felix.metatype + 1.0.2 + provided + + + + + org.apache.sling + org.apache.sling.jcr.api + 2.0.2-incubator + provided + + + org.apache.sling + org.apache.sling.jcr.base + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.jackrabbit + jackrabbit-api + 1.5.0 + provided + + + org.apache.sling + org.apache.sling.jcr.jackrabbit.server + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.jackrabbit + jackrabbit-jcr-commons + 1.5.0 + provided + + + org.apache.sling + org.apache.sling.jcr.webdav + 2.0.3-incubator-SNAPSHOT + provided + + + + commons-io + commons-io + 1.4 + provided + + + commons-collections + commons-collections + 3.2.1 + provided + + + commons-lang + commons-lang + 2.4 + provided + + + org.apache.sling + org.apache.sling.commons.osgi + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.commons.mime + 2.0.3-incubator-SNAPSHOT + provided + + + + + org.apache.sling + org.apache.sling.api + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.engine + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.httpauth + 2.0.2-incubator + provided + + + org.apache.sling + org.apache.sling.adapter + 2.0.2-incubator + provided + + + org.apache.sling + org.apache.sling.servlets.resolver + 2.0.5-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.servlets.get + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.servlets.post + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.samples.path-based.rtp + 2.0.2-incubator + provided + + + org.apache.sling + org.apache.sling.jcr.contentloader + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.jcr.resource + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.jcr.ocm + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.jcr.classloader + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.bundleresource.impl + 2.0.3-incubator-SNAPSHOT + provided + + + + + org.apache.sling + org.apache.sling.launchpad.content + 2.0.2-incubator + provided + + + + + org.apache.sling + org.apache.sling.scripting.api + 2.0.2-incubator + provided + + + org.apache.sling + org.apache.sling.scripting.core + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.scripting.javascript + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.scripting.jsp + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.scripting.jsp.taglib + 2.0.3-incubator-SNAPSHOT + provided + + + org.apache.sling + org.apache.sling.extensions.apt.servlet + 2.0.2-incubator + provided + + + org.apache.sling + org.apache.sling.extensions.apt.parser + 2.0.2-incubator + provided + + + + + + withBundles + + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + + copy-level-1-bundles + + copy-dependencies + + + + org.apache.sling.commons.log + + true + + ${project.build.outputDirectory}/resources/1 + + + + + + + copy-level-5-bundles + + copy-dependencies + + + + org.apache.felix.webconsole,org.apache.felix.bundlerepository,org.apache.sling.extensions.threaddump + + true + + ${project.build.outputDirectory}/resources/5 + + + + + + + copy-level-10-bundles + + copy-dependencies + + + + org.apache.felix.eventadmin,org.apache.felix.scr,org.apache.felix.configadmin,org.apache.felix.metatype + + true + + ${project.build.outputDirectory}/resources/10 + + + + + + + copy-level-15-bundles + + copy-dependencies + + + + org.apache.sling.jcr.api,org.apache.sling.jcr.base,jackrabbit-api,org.apache.sling.jcr.jackrabbit.server,jackrabbit-jcr-commons,commons-io,commons-collections,commons-lang,org.apache.sling.commons.osgi,org.apache.sling.commons.mime,org.apache.sling.jcr.webdav + + + true + + ${project.build.outputDirectory}/resources/15 + + + + + + + copy-remaining-bundles + + copy-dependencies + + + + org.apache.sling.api,org.apache.sling.engine,org.apache.sling.httpauth,org.apache.sling.adapter,org.apache.sling.servlets.resolver,org.apache.sling.servlets.get,org.apache.sling.servlets.post,org.apache.sling.samples.path-based.rtp,org.apache.sling.commons.json,org.apache.sling.jcr.contentloader,org.apache.sling.jcr.resource,org.apache.sling.jcr.ocm,org.apache.sling.jcr.classloader,org.apache.sling.bundleresource.impl,org.apache.sling.launchpad.content,org.apache.sling.scripting.api,org.apache.sling.scripting.core,org.apache.sling.scripting.javascript,org.apache.sling.scripting.jsp,org.apache.sling.scripting.jsp.taglib,org.apache.sling.extensions.apt.servlet,org.apache.sling.extensions.apt.parser + + true + + ${project.build.outputDirectory}/resources/0 + + + + + + + + + + + withShell + + false + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-shell-bundles + + copy + + + + + org.apache.felix + org.apache.felix.shell + 1.0.2 + + + org.apache.felix + org.apache.felix.shell.remote + 1.0.2 + + + true + + ${project.build.outputDirectory}/resources/1 + + + + + + + + + + + Propchange: incubator/sling/whiteboard/fmeschbe/launchpad/bundles/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native