Property changes on: src ___________________________________________________________________ Added: svn:ignore + .directory Index: src/main/descriptors/windows-bin.xml =================================================================== --- src/main/descriptors/windows-bin.xml (revision 965466) +++ src/main/descriptors/windows-bin.xml (working copy) @@ -24,41 +24,45 @@ - - .. - / - - README - RELEASE* - - dos - + + .. + / + + README + RELEASE* + + dos + - - src/main/distribution/text - / - dos - - - src/main/distribution/windows-text - / - dos - - - target/classes/bin - /bin/ - dos - - admin.bat - - - - target/classes/etc - /etc/ - dos - - + + src/main/distribution/text + / + dos + + + src/main/distribution/windows-text + / + dos + + + target/classes/bin + /bin/ + dos + + admin.bat + + + + target/classes/etc + /etc/ + dos + + + target/classes/etc-normal + /etc/ + dos + target/classes/demos @@ -76,22 +80,22 @@ - - src/main/distribution/binary - / - + + src/main/distribution/binary + / + - - src/main/distribution/windows-binary - / - + + src/main/distribution/windows-binary + / + - - target/dependencies - / - + + target/dependencies + / + Index: src/main/descriptors/unix-bin.xml =================================================================== --- src/main/descriptors/unix-bin.xml (revision 965466) +++ src/main/descriptors/unix-bin.xml (working copy) @@ -38,12 +38,12 @@ src/main/distribution/text / unix - + src/main/distribution/unix-text / unix - + target/classes/bin /bin/ @@ -58,6 +58,11 @@ /etc/ unix + + target/classes/etc-normal + /etc/ + dos + Index: src/main/filtered-resources/etc/org.apache.karaf.features.cfg =================================================================== --- src/main/filtered-resources/etc/org.apache.karaf.features.cfg (revision 965466) +++ src/main/filtered-resources/etc/org.apache.karaf.features.cfg (working copy) @@ -1,28 +0,0 @@ -################################################################################ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ - -# -# Comma separated list of features repositories to register by default -# -featuresRepositories=mvn:org.apache.karaf/apache-karaf/${project.version}/xml/features - -# -# Comma separated list of features to install at startup -# -featuresBoot=ssh,management Index: src/main/filtered-resources/etc/startup.properties =================================================================== --- src/main/filtered-resources/etc/startup.properties (revision 965466) +++ src/main/filtered-resources/etc/startup.properties (working copy) @@ -1,64 +0,0 @@ -################################################################################ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ - -# This file allows you to control the start level of each bundle. -# - -# -# Startup core services like logging -# -org/ops4j/pax/url/pax-url-mvn/${pax.url.version}/pax-url-mvn-${pax.url.version}.jar=5 -org/ops4j/pax/url/pax-url-wrap/${pax.url.version}/pax-url-wrap-${pax.url.version}.jar=5 -org/ops4j/pax/logging/pax-logging-api/${pax.logging.version}/pax-logging-api-${pax.logging.version}.jar=8 -org/ops4j/pax/logging/pax-logging-service/${pax.logging.version}/pax-logging-service-${pax.logging.version}.jar=8 -org/apache/felix/org.apache.felix.configadmin/${felix.configadmin.version}/org.apache.felix.configadmin-${felix.configadmin.version}.jar=10 -org/apache/felix/org.apache.felix.fileinstall/${felix.fileinstall.version}/org.apache.felix.fileinstall-${felix.fileinstall.version}.jar=11 - -# -# The rest of the services.. -# -org/apache/aries/blueprint/org.apache.aries.blueprint/${aries.blueprint.version}/org.apache.aries.blueprint-${aries.blueprint.version}.jar=20 - -org/apache/felix/gogo/org.apache.felix.gogo.runtime/${felix.gogo.version}/org.apache.felix.gogo.runtime-${felix.gogo.version}.jar=30 -org/apache/karaf/shell/org.apache.karaf.shell.console/${project.version}/org.apache.karaf.shell.console-${project.version}.jar=30 -org/apache/karaf/deployer/org.apache.karaf.deployer.spring/${project.version}/org.apache.karaf.deployer.spring-${project.version}.jar=30 -org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/${project.version}/org.apache.karaf.deployer.blueprint-${project.version}.jar=30 -org/apache/karaf/deployer/org.apache.karaf.deployer.features/${project.version}/org.apache.karaf.deployer.features-${project.version}.jar=30 -org/apache/karaf/shell/org.apache.karaf.shell.osgi/${project.version}/org.apache.karaf.shell.osgi-${project.version}.jar=30 -org/apache/karaf/shell/org.apache.karaf.shell.log/${project.version}/org.apache.karaf.shell.log-${project.version}.jar=30 -org/apache/karaf/shell/org.apache.karaf.shell.config/${project.version}/org.apache.karaf.shell.config-${project.version}.jar=30 -org/apache/karaf/shell/org.apache.karaf.shell.packages/${project.version}/org.apache.karaf.shell.packages-${project.version}.jar=30 -org/apache/karaf/shell/org.apache.karaf.shell.commands/${project.version}/org.apache.karaf.shell.commands-${project.version}.jar=30 -org/apache/karaf/shell/org.apache.karaf.shell.dev/${project.version}/org.apache.karaf.shell.dev-${project.version}.jar=30 -org/apache/karaf/jaas/org.apache.karaf.jaas.config/${project.version}/org.apache.karaf.jaas.config-${project.version}.jar=30 -org/apache/karaf/jaas/org.apache.karaf.jaas.modules/${project.version}/org.apache.karaf.jaas.modules-${project.version}.jar=30 -org/apache/karaf/admin/org.apache.karaf.admin.core/${project.version}/org.apache.karaf.admin.core-${project.version}.jar=30 -org/apache/karaf/admin/org.apache.karaf.admin.command/${project.version}/org.apache.karaf.admin.command-${project.version}.jar=30 -org/apache/karaf/admin/org.apache.karaf.admin.management/${project.version}/org.apache.karaf.admin.management-${project.version}.jar=30 -org/apache/karaf/features/org.apache.karaf.features.core/${project.version}/org.apache.karaf.features.core-${project.version}.jar=30 -org/apache/karaf/features/org.apache.karaf.features.command/${project.version}/org.apache.karaf.features.command-${project.version}.jar=30 -org/apache/karaf/features/org.apache.karaf.features.management/${project.version}/org.apache.karaf.features.management-${project.version}.jar=30 - -org/apache/karaf/org.apache.karaf.management/${project.version}/org.apache.karaf.management-${project.version}.jar=30 -org/apache/aries/jmx/org.apache.aries.jmx/${aries.jmx.version}/org.apache.aries.jmx-${aries.jmx.version}.jar=30 -org/apache/aries/jmx/org.apache.aries.jmx.blueprint/${aries.jmx.version}/org.apache.aries.jmx.blueprint-${aries.jmx.version}.jar=30 - -org/apache/mina/mina-core/${mina.version}/mina-core-${mina.version}.jar=30 -org/apache/sshd/sshd-core/${sshd.version}/sshd-core-${sshd.version}.jar=30 -org/apache/karaf/shell/org.apache.karaf.shell.ssh/${project.version}/org.apache.karaf.shell.ssh-${project.version}.jar=30 Index: src/main/filtered-resources/features.xml =================================================================== --- src/main/filtered-resources/features.xml (revision 965466) +++ src/main/filtered-resources/features.xml (working copy) @@ -17,77 +17,87 @@ limitations under the License. --> - - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/${aopalliance.version} - mvn:org.springframework/spring-core/${spring.version} - mvn:org.springframework/spring-asm/${spring.version} - mvn:org.springframework/spring-expression/${spring.version} - mvn:org.springframework/spring-beans/${spring.version} - mvn:org.springframework/spring-aop/${spring.version} - mvn:org.springframework/spring-context/${spring.version} - mvn:org.springframework/spring-context-support/${spring.version} - - - spring - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.cglib/${cglib.version} - mvn:org.springframework.osgi/spring-osgi-io/${spring.osgi.version} - mvn:org.springframework.osgi/spring-osgi-core/${spring.osgi.version} - mvn:org.springframework.osgi/spring-osgi-extender/${spring.osgi.version} - mvn:org.springframework.osgi/spring-osgi-annotation/${spring.osgi.version} - mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/${project.version} - - - mvn:org.apache.karaf.shell/org.apache.karaf.shell.wrapper/${project.version} - - - mvn:org.apache.felix/org.apache.felix.bundlerepository/${felix.bundlerepository.version} - mvn:org.apache.karaf.shell/org.apache.karaf.shell.obr/${project.version} - mvn:org.apache.karaf.features/org.apache.karaf.features.obr/${project.version} - - - + + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/${aopalliance.version} + mvn:org.springframework/spring-core/${spring.version} + mvn:org.springframework/spring-asm/${spring.version} + mvn:org.springframework/spring-expression/${spring.version} + mvn:org.springframework/spring-beans/${spring.version} + mvn:org.springframework/spring-aop/${spring.version} + mvn:org.springframework/spring-context/${spring.version} + mvn:org.springframework/spring-context-support/${spring.version} + + + spring + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.cglib/${cglib.version} + mvn:org.springframework.osgi/spring-osgi-io/${spring.osgi.version} + mvn:org.springframework.osgi/spring-osgi-core/${spring.osgi.version} + mvn:org.springframework.osgi/spring-osgi-extender/${spring.osgi.version} + mvn:org.springframework.osgi/spring-osgi-annotation/${spring.osgi.version} + mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/${project.version} + + + mvn:org.apache.karaf.shell/org.apache.karaf.shell.wrapper/${project.version} + + + mvn:org.apache.felix/org.apache.felix.bundlerepository/${felix.bundlerepository.version} + mvn:org.apache.karaf.shell/org.apache.karaf.shell.obr/${project.version} + mvn:org.apache.karaf.features/org.apache.karaf.features.obr/${project.version} + + + org.osgi.service.http.port=8181 - - mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo.servlet.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty-bundle/${jetty.bundle.version} - mvn:org.ops4j.pax.web/pax-web-api/${pax.web.version} - mvn:org.ops4j.pax.web/pax-web-spi/${pax.web.version} - mvn:org.ops4j.pax.web/pax-web-runtime/${pax.web.version} - mvn:org.ops4j.pax.web/pax-web-jetty/${pax.web.version} - - - http - mvn:org.ops4j.pax.web/pax-web-jsp/${pax.web.version} - mvn:org.ops4j.pax.web/pax-web-extender-war/${pax.web.version} - mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/${pax.web.version} - mvn:org.ops4j.pax.url/pax-url-war/${pax.url.version} - mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.war/${project.version} - - - http - + + mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo.servlet.version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty-bundle/${jetty.bundle.version} + mvn:org.ops4j.pax.web/pax-web-api/${pax.web.version} + mvn:org.ops4j.pax.web/pax-web-spi/${pax.web.version} + mvn:org.ops4j.pax.web/pax-web-runtime/${pax.web.version} + mvn:org.ops4j.pax.web/pax-web-jetty/${pax.web.version} + + + http + mvn:org.ops4j.pax.web/pax-web-jsp/${pax.web.version} + mvn:org.ops4j.pax.web/pax-web-extender-war/${pax.web.version} + mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/${pax.web.version} + mvn:org.ops4j.pax.url/pax-url-war/${pax.url.version} + mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.war/${project.version} + + + http + realm=karaf - - mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version} - mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.branding/${project.version} - mvn:org.apache.felix/org.apache.felix.webconsole/${felix.webconsole.version} - mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/${project.version} - mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.features/${project.version} - mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.gogo/${project.version} - - - + + mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version} + mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.branding/${project.version} + mvn:org.apache.felix/org.apache.felix.webconsole/${felix.webconsole.version} + mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/${project.version} + mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.features/${project.version} + mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.gogo/${project.version} + + + sshPort=8101 sshHost=0.0.0.0 sshRealm=karaf - - mvn:org.apache.mina/mina-core/${mina.version} - mvn:org.apache.sshd/sshd-core/${sshd.version} - mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/${project.version} - - - mvn:org.apache.karaf/org.apache.karaf.management/${project.version} - mvn:org.apache.aries.jmx/org.apache.aries.jmx/${aries.jmx.version} - mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint/${aries.jmx.version} - + + mvn:org.apache.mina/mina-core/${mina.version} + mvn:org.apache.sshd/sshd-core/${sshd.version} + mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/${project.version} + + + mvn:org.apache.karaf/org.apache.karaf.management/${project.version} + mvn:org.apache.aries.jmx/org.apache.aries.jmx/${aries.jmx.version} + mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint/${aries.jmx.version} + + + mvn:org.apache.karaf.admin/org.apache.karaf.admin.core/${project.version} + mvn:org.apache.karaf.admin/org.apache.karaf.admin.command/${project.version} + mvn:org.apache.karaf.admin/org.apache.karaf.admin.management/${project.version} + + + mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/${project.version} + mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/${project.version} + mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/${project.version} + Index: pom.xml =================================================================== --- pom.xml (revision 965466) +++ pom.xml (working copy) @@ -1,3 +1,4 @@ +