Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC4B910771 for ; Thu, 7 Nov 2013 20:34:51 +0000 (UTC) Received: (qmail 75790 invoked by uid 500); 7 Nov 2013 20:34:51 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 75765 invoked by uid 500); 7 Nov 2013 20:34:51 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 75758 invoked by uid 99); 7 Nov 2013 20:34:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 20:34:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 07 Nov 2013 20:34:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1B941238896F; Thu, 7 Nov 2013 20:34:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1539803 - in /clerezza/trunk/provisioning: ./ felixosgi/ felixosgi/src/ felixosgi/src/main/ felixosgi/src/main/feature/ felixweb/ felixweb/src/ felixweb/src/main/ felixweb/src/main/feature/ launchers/ launchers/full-launcher/ launchers/ful... Date: Thu, 07 Nov 2013 20:34:26 -0000 To: commits@clerezza.apache.org From: reto@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131107203427.1B941238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reto Date: Thu Nov 7 20:34:25 2013 New Revision: 1539803 URL: http://svn.apache.org/r1539803 Log: CLEREZZA-815: Created separated feature for OSGi and for Webconole. Moved launchers to subfolder. Added launcher with only console and no web. Added: clerezza/trunk/provisioning/felixosgi/ clerezza/trunk/provisioning/felixosgi/pom.xml clerezza/trunk/provisioning/felixosgi/src/ clerezza/trunk/provisioning/felixosgi/src/main/ clerezza/trunk/provisioning/felixosgi/src/main/feature/ clerezza/trunk/provisioning/felixosgi/src/main/feature/feature.xml clerezza/trunk/provisioning/felixweb/ clerezza/trunk/provisioning/felixweb/pom.xml clerezza/trunk/provisioning/felixweb/src/ clerezza/trunk/provisioning/felixweb/src/main/ clerezza/trunk/provisioning/felixweb/src/main/feature/ clerezza/trunk/provisioning/felixweb/src/main/feature/feature.xml clerezza/trunk/provisioning/launchers/ clerezza/trunk/provisioning/launchers/full-launcher/ clerezza/trunk/provisioning/launchers/full-launcher/dependency-reduced-pom.xml clerezza/trunk/provisioning/launchers/full-launcher/nbactions.xml clerezza/trunk/provisioning/launchers/full-launcher/pom.xml clerezza/trunk/provisioning/launchers/full-launcher/src/ clerezza/trunk/provisioning/launchers/full-launcher/src/main/ clerezza/trunk/provisioning/launchers/full-launcher/src/main/bundles/ clerezza/trunk/provisioning/launchers/full-launcher/src/main/bundles/list.xml clerezza/trunk/provisioning/launchers/full-launcher/src/main/config/ clerezza/trunk/provisioning/launchers/full-launcher/src/main/config/note.txt clerezza/trunk/provisioning/launchers/shell-launcher/ clerezza/trunk/provisioning/launchers/shell-launcher/dependency-reduced-pom.xml clerezza/trunk/provisioning/launchers/shell-launcher/nbactions.xml clerezza/trunk/provisioning/launchers/shell-launcher/pom.xml clerezza/trunk/provisioning/launchers/shell-launcher/src/ clerezza/trunk/provisioning/launchers/shell-launcher/src/main/ clerezza/trunk/provisioning/launchers/shell-launcher/src/main/bundles/ clerezza/trunk/provisioning/launchers/shell-launcher/src/main/bundles/list.xml clerezza/trunk/provisioning/launchers/shell-launcher/src/main/config/ clerezza/trunk/provisioning/launchers/shell-launcher/src/main/config/note.txt Removed: clerezza/trunk/provisioning/sling-launcher/ Modified: clerezza/trunk/provisioning/pom.xml Added: clerezza/trunk/provisioning/felixosgi/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/felixosgi/pom.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/felixosgi/pom.xml (added) +++ clerezza/trunk/provisioning/felixosgi/pom.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,134 @@ + + + + 4.0.0 + + + clerezza + org.apache.clerezza + 0.5-SNAPSHOT + ../../parent + + + org.apache.clerezza.provisioning + felixosgi + 0.1-SNAPSHOT + feature + + Clerezza - Provisioning - Felix OSGi environment + A Karaf feature and partialbundlelist providing the core + Felix bundles with DS. + + + + + + org.apache.felix + org.osgi.core + 1.4.0 + + + + org.apache.felix + org.apache.felix.scr + 1.6.2 + + + org.apache.felix + org.apache.felix.configadmin + 1.2.8 + + + org.apache.felix + org.apache.felix.metatype + 1.0.4 + + + org.apache.felix + org.apache.felix.eventadmin + 1.2.14 + + + org.apache.felix + org.apache.felix.dependencymanager + 3.0.0 + + + org.apache.felix + org.apache.felix.dependencymanager.runtime + 3.0.0 + + + org.apache.felix + org.apache.felix.shell + 1.4.3 + + + + + + + org.apache.sling + org.apache.sling.commons.log + 3.0.0 + + + org.apache.sling + org.apache.sling.commons.logservice + 1.0.2 + + + org.slf4j + slf4j-api + 1.6.6 + + + org.slf4j + jcl-over-slf4j + 1.6.6 + + + org.slf4j + log4j-over-slf4j + 1.6.6 + + + + + + + org.wymiwyg.karaf.tooling + karaf-sling-maven-plugin + + 2 + + + + + + Added: clerezza/trunk/provisioning/felixosgi/src/main/feature/feature.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/felixosgi/src/main/feature/feature.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/felixosgi/src/main/feature/feature.xml (added) +++ clerezza/trunk/provisioning/felixosgi/src/main/feature/feature.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,26 @@ + + + + + +
${project.description}
+ +
+ +
\ No newline at end of file Added: clerezza/trunk/provisioning/felixweb/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/felixweb/pom.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/felixweb/pom.xml (added) +++ clerezza/trunk/provisioning/felixweb/pom.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,123 @@ + + + + 4.0.0 + + + clerezza + org.apache.clerezza + 0.5-SNAPSHOT + ../../parent + + + org.apache.clerezza.provisioning + felixweb + 0.1-SNAPSHOT + feature + + Clerezza - Provisioning - Felix WebConsole + A Karaf feature and partialbundlelist providing the + Felix webconsole and http service. + + + + + org.apache.felix + org.apache.felix.http.whiteboard + 2.2.1 + + + + + + org.apache.geronimo.bundles + json + 20090211_1 + + + org.apache.felix + org.apache.felix.webconsole + 4.0.0 + + + org.apache.felix + org.apache.felix.bundlerepository + 1.6.6 + + + org.apache.sling + org.apache.sling.extensions.threaddump + 0.2.2 + + + org.apache.felix + org.apache.felix.webconsole.plugins.packageadmin + 1.0.0 + + + org.apache.felix + org.apache.felix.webconsole.plugins.ds + 1.0.0 + + + org.apache.felix + org.apache.felix.webconsole.plugins.obr + 1.0.0 + + + org.apache.felix + org.apache.felix.webconsole.plugins.event + 1.0.2 + + + org.apache.felix + org.apache.felix.webconsole.plugins.memoryusage + 1.0.4 + + + + commons-io + commons-io + 2.4 + + + commons-fileupload + commons-fileupload + 1.2.2 + + + + + + + org.wymiwyg.karaf.tooling + karaf-sling-maven-plugin + + 21 + + + + + + Added: clerezza/trunk/provisioning/felixweb/src/main/feature/feature.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/felixweb/src/main/feature/feature.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/felixweb/src/main/feature/feature.xml (added) +++ clerezza/trunk/provisioning/felixweb/src/main/feature/feature.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,26 @@ + + + + + +
${project.description}
+ mvn:org.apache.felix/org.apache.felix.http.whiteboard/2.2.1 +
+ +
\ No newline at end of file Added: clerezza/trunk/provisioning/launchers/full-launcher/dependency-reduced-pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/full-launcher/dependency-reduced-pom.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/full-launcher/dependency-reduced-pom.xml (added) +++ clerezza/trunk/provisioning/launchers/full-launcher/dependency-reduced-pom.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,275 @@ + + + + clerezza + org.apache.clerezza + 0.5-SNAPSHOT + ../../parent/pom.xml + + 4.0.0 + org.apache.clerezza.provisioning + full-launcher + Clerezza - Sling Based Standalone Launcher + 0.1-SNAPSHOT + Runnable jar using all the clerezza partial bundlelists. + Note that this is not (yet) as complete as the clerezza platform tdb launcher. + + 3.0.2 + + + + + + org.apache.sling + maven-launchpad-plugin + 2.2.0 + true + + + org.apache.servicemix.tooling + depends-maven-plugin + 1.0 + + + generate-depends-file + + generate-depends-file + + + + + + maven-antrun-plugin + 1.7 + + + + + + + + + + + + + + maven-clean-plugin + + + + . + + stanbol/** + *.log + + + + + + + org.apache.sling + maven-launchpad-plugin + + + prepare-package + + prepare-package + + + false + + org.apache.felix + org.apache.felix.http.jetty + 2.2.1 + + + + + + + maven-jar-plugin + + + + true + org.apache.stanbol.launchpad.Main + true + + + + + + maven-shade-plugin + 2.0 + + + package + + shade + + + + + org.apache.stanbol:org.apache.stanbol.commons.launchpad + org.apache.sling:org.apache.sling.launchpad.base + + + + + + + + org.apache.rat + apache-rat-plugin + + + + + + + + + org.apache.clerezza.provisioning + felixosgi + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.clerezza.provisioning + felixweb + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.clerezza.provisioning + shell + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.clerezza.provisioning + rdf + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.clerezza.provisioning + platform.graphnodeprovider + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.clerezza.provisioning + jaxrs + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.clerezza.provisioning + typehandlerspace + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.clerezza.provisioning + typerendering + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.sling + org.apache.sling.launchpad + RELEASE + xml + bundlelist + provided + + + org.apache.felix + org.apache.felix.http.jetty + RELEASE + provided + + + jetty-servlet + org.eclipse.jetty + + + jetty-server + org.eclipse.jetty + + + jetty-util + org.eclipse.jetty + + + jetty-jmx + org.eclipse.jetty + + + jetty-security + org.eclipse.jetty + + + jetty-webapp + org.eclipse.jetty + + + org.apache.felix.http.api + org.apache.felix + + + org.apache.felix.http.base + org.apache.felix + + + + + + + + org.apache.sling + org.apache.sling.launchpad.base + 2.5.0 + app + + + org.apache.sling + org.apache.sling.launchpad.base + 2.5.0 + war + webapp + + + org.apache.sling + org.apache.sling.launchpad.installer + 1.2.0 + + + org.apache.sling + org.apache.sling.launchpad.api + 1.1.0 + + + org.apache.sling + org.apache.sling.installer.api + 1.0.0 + + + org.apache.sling + org.apache.sling.installer.core + 3.4.6 + + + + + Added: clerezza/trunk/provisioning/launchers/full-launcher/nbactions.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/full-launcher/nbactions.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/full-launcher/nbactions.xml (added) +++ clerezza/trunk/provisioning/launchers/full-launcher/nbactions.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,50 @@ + + + + run + + clean + package + antrun:run + -o + + + + debug + + clean + package + antrun:run + -o + + + -Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} + true + + + + profile + + clean + package + antrun:run + -o + + + ${profiler.args} + + profile + + + + CUSTOM-resume-debug + Resume Debug + + antrun:run + + + -Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} + true + + + Added: clerezza/trunk/provisioning/launchers/full-launcher/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/full-launcher/pom.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/full-launcher/pom.xml (added) +++ clerezza/trunk/provisioning/launchers/full-launcher/pom.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,272 @@ + + + + 4.0.0 + + org.apache.clerezza + clerezza + 0.5-SNAPSHOT + ../../parent + + org.apache.clerezza.provisioning + full-launcher + 0.1-SNAPSHOT + jar + + Clerezza - Sling Based Standalone Launcher + Runnable jar using all the clerezza partial bundlelists. + Note that this is not (yet) as complete as the clerezza platform tdb launcher. + + + 3.0.2 + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + + . + + stanbol/** + *.log + + + + + + + org.apache.sling + maven-launchpad-plugin + + + prepare-package + + prepare-package + + + false + + + org.apache.felix + org.apache.felix.http.jetty + 2.2.1 + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + org.apache.stanbol.launchpad.Main + true + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.0 + + + package + + shade + + + + + + org.apache.stanbol:org.apache.stanbol.commons.launchpad + org.apache.sling:org.apache.sling.launchpad.base + + + + + + + + + org.apache.rat + apache-rat-plugin + + + + + + + + + org.apache.sling + maven-launchpad-plugin + 2.2.0 + true + + + + org.apache.servicemix.tooling + depends-maven-plugin + 1.0 + + + generate-depends-file + + generate-depends-file + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + + + + + + + + + + + + + + + + + org.apache.sling + org.apache.sling.launchpad.base + 2.5.0 + app + + + org.apache.sling + org.apache.sling.launchpad.base + 2.5.0 + webapp + war + + + org.apache.sling + org.apache.sling.launchpad.installer + 1.2.0 + + + org.apache.sling + org.apache.sling.launchpad.api + 1.1.0 + + + org.apache.sling + org.apache.sling.installer.api + 1.0.0 + + + org.apache.sling + org.apache.sling.installer.core + 3.4.6 + + + + + + + + + + org.apache.stanbol + org.apache.stanbol.commons.launchpad + 0.11.0 + + + + org.apache.sling + org.apache.sling.launchpad.base + app + + + + + org.apache.clerezza.provisioning + felixosgi + 0.1-SNAPSHOT + partialbundlelist + + + org.apache.clerezza.provisioning + felixweb + 0.1-SNAPSHOT + partialbundlelist + + + org.apache.clerezza.provisioning + shell + 0.1-SNAPSHOT + partialbundlelist + + + org.apache.clerezza.provisioning + rdf + 0.1-SNAPSHOT + partialbundlelist + + + org.apache.clerezza.provisioning + platform.graphnodeprovider + 0.1-SNAPSHOT + partialbundlelist + + + org.apache.clerezza.provisioning + jaxrs + 0.1-SNAPSHOT + partialbundlelist + + + org.apache.clerezza.provisioning + typehandlerspace + 0.1-SNAPSHOT + partialbundlelist + + + org.apache.clerezza.provisioning + typerendering + 0.1-SNAPSHOT + partialbundlelist + + + + + Added: clerezza/trunk/provisioning/launchers/full-launcher/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/full-launcher/src/main/bundles/list.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/full-launcher/src/main/bundles/list.xml (added) +++ clerezza/trunk/provisioning/launchers/full-launcher/src/main/bundles/list.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,5 @@ + + + + + Added: clerezza/trunk/provisioning/launchers/full-launcher/src/main/config/note.txt URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/full-launcher/src/main/config/note.txt?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/full-launcher/src/main/config/note.txt (added) +++ clerezza/trunk/provisioning/launchers/full-launcher/src/main/config/note.txt Thu Nov 7 20:34:25 2013 @@ -0,0 +1 @@ +Sling launchpad plugin requires this directory \ No newline at end of file Added: clerezza/trunk/provisioning/launchers/shell-launcher/dependency-reduced-pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/shell-launcher/dependency-reduced-pom.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/shell-launcher/dependency-reduced-pom.xml (added) +++ clerezza/trunk/provisioning/launchers/shell-launcher/dependency-reduced-pom.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,232 @@ + + + + clerezza + org.apache.clerezza + 0.5-SNAPSHOT + ../../../parent/pom.xml + + 4.0.0 + org.apache.clerezza.provisioning + shell-launcher + Clerezza - Shell only Launcher + 0.1-SNAPSHOT + Runnable jar using the clerezza partial bundlelists. + + 3.0.2 + + + + + + org.apache.sling + maven-launchpad-plugin + 2.2.0 + true + + + org.apache.servicemix.tooling + depends-maven-plugin + 1.0 + + + generate-depends-file + + generate-depends-file + + + + + + maven-antrun-plugin + 1.7 + + + + + + + + + + + + + + maven-clean-plugin + + + + . + + stanbol/** + *.log + + + + + + + org.apache.sling + maven-launchpad-plugin + + + prepare-package + + prepare-package + + + false + + org.apache.felix + org.apache.felix.http.jetty + 2.2.1 + + + + + + + maven-jar-plugin + + + + true + org.apache.stanbol.launchpad.Main + true + + + + + + maven-shade-plugin + 2.0 + + + package + + shade + + + + + org.apache.stanbol:org.apache.stanbol.commons.launchpad + org.apache.sling:org.apache.sling.launchpad.base + + + + + + + + org.apache.rat + apache-rat-plugin + + + + + + + + + org.apache.clerezza.provisioning + felixosgi + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.clerezza.provisioning + shell + 0.1-SNAPSHOT + partialbundlelist + compile + + + org.apache.sling + org.apache.sling.launchpad + RELEASE + xml + bundlelist + provided + + + org.apache.felix + org.apache.felix.http.jetty + RELEASE + provided + + + jetty-servlet + org.eclipse.jetty + + + jetty-server + org.eclipse.jetty + + + jetty-util + org.eclipse.jetty + + + jetty-jmx + org.eclipse.jetty + + + jetty-security + org.eclipse.jetty + + + jetty-webapp + org.eclipse.jetty + + + org.apache.felix.http.api + org.apache.felix + + + org.apache.felix.http.base + org.apache.felix + + + + + + + + org.apache.sling + org.apache.sling.launchpad.base + 2.5.0 + app + + + org.apache.sling + org.apache.sling.launchpad.base + 2.5.0 + war + webapp + + + org.apache.sling + org.apache.sling.launchpad.installer + 1.2.0 + + + org.apache.sling + org.apache.sling.launchpad.api + 1.1.0 + + + org.apache.sling + org.apache.sling.installer.api + 1.0.0 + + + org.apache.sling + org.apache.sling.installer.core + 3.4.6 + + + + + Added: clerezza/trunk/provisioning/launchers/shell-launcher/nbactions.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/shell-launcher/nbactions.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/shell-launcher/nbactions.xml (added) +++ clerezza/trunk/provisioning/launchers/shell-launcher/nbactions.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,50 @@ + + + + run + + clean + package + antrun:run + -o + + + + debug + + clean + package + antrun:run + -o + + + -Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} + true + + + + profile + + clean + package + antrun:run + -o + + + ${profiler.args} + + profile + + + + CUSTOM-resume-debug + Resume Debug + + antrun:run + + + -Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} + true + + + Added: clerezza/trunk/provisioning/launchers/shell-launcher/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/shell-launcher/pom.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/shell-launcher/pom.xml (added) +++ clerezza/trunk/provisioning/launchers/shell-launcher/pom.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,236 @@ + + + + 4.0.0 + + org.apache.clerezza + clerezza + 0.5-SNAPSHOT + ../../../parent + + org.apache.clerezza.provisioning + shell-launcher + 0.1-SNAPSHOT + jar + + Clerezza - Shell only Launcher + Runnable jar using the clerezza partial bundlelists. + + + 3.0.2 + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + + . + + stanbol/** + *.log + + + + + + + org.apache.sling + maven-launchpad-plugin + + + prepare-package + + prepare-package + + + false + + + org.apache.felix + org.apache.felix.http.jetty + 2.2.1 + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + org.apache.stanbol.launchpad.Main + true + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.0 + + + package + + shade + + + + + + org.apache.stanbol:org.apache.stanbol.commons.launchpad + org.apache.sling:org.apache.sling.launchpad.base + + + + + + + + + org.apache.rat + apache-rat-plugin + + + + + + + + + org.apache.sling + maven-launchpad-plugin + 2.2.0 + true + + + + org.apache.servicemix.tooling + depends-maven-plugin + 1.0 + + + generate-depends-file + + generate-depends-file + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + + + + + + + + + + + + + + + + + org.apache.sling + org.apache.sling.launchpad.base + 2.5.0 + app + + + org.apache.sling + org.apache.sling.launchpad.base + 2.5.0 + webapp + war + + + org.apache.sling + org.apache.sling.launchpad.installer + 1.2.0 + + + org.apache.sling + org.apache.sling.launchpad.api + 1.1.0 + + + org.apache.sling + org.apache.sling.installer.api + 1.0.0 + + + org.apache.sling + org.apache.sling.installer.core + 3.4.6 + + + + + + + + + + org.apache.stanbol + org.apache.stanbol.commons.launchpad + 0.11.0 + + + + org.apache.sling + org.apache.sling.launchpad.base + app + + + + + org.apache.clerezza.provisioning + felixosgi + 0.1-SNAPSHOT + partialbundlelist + + + org.apache.clerezza.provisioning + shell + 0.1-SNAPSHOT + partialbundlelist + + + + + + Added: clerezza/trunk/provisioning/launchers/shell-launcher/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/shell-launcher/src/main/bundles/list.xml?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/shell-launcher/src/main/bundles/list.xml (added) +++ clerezza/trunk/provisioning/launchers/shell-launcher/src/main/bundles/list.xml Thu Nov 7 20:34:25 2013 @@ -0,0 +1,5 @@ + + + + + Added: clerezza/trunk/provisioning/launchers/shell-launcher/src/main/config/note.txt URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/launchers/shell-launcher/src/main/config/note.txt?rev=1539803&view=auto ============================================================================== --- clerezza/trunk/provisioning/launchers/shell-launcher/src/main/config/note.txt (added) +++ clerezza/trunk/provisioning/launchers/shell-launcher/src/main/config/note.txt Thu Nov 7 20:34:25 2013 @@ -0,0 +1 @@ +Sling launchpad plugin requires this directory \ No newline at end of file Modified: clerezza/trunk/provisioning/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/pom.xml?rev=1539803&r1=1539802&r2=1539803&view=diff ============================================================================== --- clerezza/trunk/provisioning/pom.xml (original) +++ clerezza/trunk/provisioning/pom.xml Thu Nov 7 20:34:25 2013 @@ -43,12 +43,15 @@ Apache Clerezza - Provisioning - Reactor + felixosgi + felixweb jaxrs-whiteboard rdf platform.graphnodeprovider typehandlerspace typerendering - sling-launcher + launchers/shell-launcher + launchers/full-launcher \ No newline at end of file