Added: incubator/servicemix/branches/servicemix-4.0/gshell/pax-runner.txt URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/gshell/pax-runner.txt?rev=584225&view=auto ============================================================================== --- incubator/servicemix/branches/servicemix-4.0/gshell/pax-runner.txt (added) +++ incubator/servicemix/branches/servicemix-4.0/gshell/pax-runner.txt Fri Oct 12 11:27:49 2007 @@ -0,0 +1,22 @@ + +mvn:org.apache.felix/org.apache.felix.configadmin/0.9.0-SNAPSHOT +mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.3.0-SNAPSHOT + +mvn:org.ops4j.pax.logging/pax-logging-api/0.9.7-SNAPSHOT +mvn:org.ops4j.pax.logging/pax-logging-service/0.9.7-SNAPSHOT + +mvn:org.springframework.osgi/spring-osgi-core/1.0-m3 +mvn:org.springframework.osgi/spring-osgi-extender/1.0-m3 +mvn:org.springframework.osgi/spring-osgi-io/1.0-m3 + +mvn:org.springframework/spring-aop/2.1-m4 +mvn:org.springframework/spring-beans/2.1-m4 +mvn:org.springframework/spring-context/2.1-m4 +mvn:org.springframework/spring-core/2.1-m4 + +mvn:org.springframework.osgi/aopalliance.osgi/1.0-SNAPSHOT +mvn:org.springframework.osgi/cglib-nodep.osgi/2.1.3-SNAPSHOT + +mvn:org.apache.servicemix.gshell/gshell-core/4.0-SNAPSHOT +mvn:org.apache.servicemix.gshell/gshell-osgi/4.0-SNAPSHOT +
Added: incubator/servicemix/branches/servicemix-4.0/gshell/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/gshell/pom.xml?rev=584225&view=auto ============================================================================== --- incubator/servicemix/branches/servicemix-4.0/gshell/pom.xml (added) +++ incubator/servicemix/branches/servicemix-4.0/gshell/pom.xml Fri Oct 12 11:27:49 2007 @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + +<!-- + + 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. +--> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix</artifactId> + <version>4.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.servicemix</groupId> + <artifactId>gshell</artifactId> + <packaging>pom</packaging> + <version>4.0-SNAPSHOT</version> + <name>ServiceMix GShell</name> + + <modules> + <module>gshell-core</module> + <module>gshell-osgi</module> + </modules> + + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <configuration> + <includeProjectDependencies>false</includeProjectDependencies> + <includePluginDependencies>true</includePluginDependencies> + <executableDependency> + <groupId>org.ops4j.pax.runner</groupId> + <artifactId>pax-runner</artifactId> + </executableDependency> + <mainClass>org.ops4j.pax.runner.Run</mainClass> + <arguments> + <argument>${basedir}/pax-runner.txt</argument> + <argument>--vmOptions=-Dbundles.configuration.location=${basedir}/src/test/configs</argument> + <argument>--noConsole</argument> + </arguments> + </configuration> + <dependencies> + <dependency> + <groupId>org.ops4j.pax.runner</groupId> + <artifactId>pax-runner</artifactId> + <version>0.5.1</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </build> + +</project> Added: incubator/servicemix/branches/servicemix-4.0/gshell/src/test/configs/services/org.ops4j.pax.logging.properties URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/gshell/src/test/configs/services/org.ops4j.pax.logging.properties?rev=584225&view=auto ============================================================================== --- incubator/servicemix/branches/servicemix-4.0/gshell/src/test/configs/services/org.ops4j.pax.logging.properties (added) +++ incubator/servicemix/branches/servicemix-4.0/gshell/src/test/configs/services/org.ops4j.pax.logging.properties Fri Oct 12 11:27:49 2007 @@ -0,0 +1,34 @@ +# +# 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. +# +# +log4j.rootLogger=DEBUG, out + +log4j.logger.org.springframework=DEBUG + +# CONSOLE appender not used by default +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} | %-5.5p | %-16.16t | %-32.32c{1} | %-32.32C %4L | %m%n + +# File appender +log4j.appender.out=org.apache.log4j.FileAppender +log4j.appender.out.layout=org.apache.log4j.PatternLayout +log4j.appender.out.layout.ConversionPattern=%d{ABSOLUTE} | %-5.5p | %-16.16t | %-32.32c{1} | %-32.32C %4L | %m%n +log4j.appender.out.file=target/gshell.log +log4j.appender.out.append=true Modified: incubator/servicemix/branches/servicemix-4.0/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/pom.xml?rev=584225&r1=584224&r2=584225&view=diff ============================================================================== --- incubator/servicemix/branches/servicemix-4.0/pom.xml (original) +++ incubator/servicemix/branches/servicemix-4.0/pom.xml Fri Oct 12 11:27:49 2007 @@ -35,6 +35,7 @@ <module>camel</module> <module>bundles</module> <module>jbi</module> + <module>gshell</module> <module>examples</module> <module>itests</module> <module>main</module> @@ -66,6 +67,7 @@ <spring.osgi.version>1.0-m3</spring.osgi.version> <spring.version>2.1-m4</spring.version> <commons.logging.version>1.1</commons.logging.version> + <gshell.version>1.0-alpha-1-SNAPSHOT</gshell.version> </properties> <repositories>
