Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/InstallBundle.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ListBundles.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ListServices.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/RefreshBundle.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ResolveBundle.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/Shutdown.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/StartBundle.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/StartLevel.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/StopBundle.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/UninstallBundle.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/Util.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/resources/META-INF/spring/gshell-osgi.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: servicemix/smx4/runtime/trunk/gshell/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/pom.xml?rev=606278&r1=606277&r2=606278&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/pom.xml Fri Dec 21 11:25:07 2007
@@ -1,44 +1,44 @@
-<?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.runtime</groupId>
- <artifactId>runtime</artifactId>
- <version>1.0-m1-SNAPSHOT</version>
- </parent>
-
- <groupId>org.apache.servicemix.runtime.gshell</groupId>
- <artifactId>gshell</artifactId>
- <packaging>pom</packaging>
- <name>ServiceMix Runtime :: GShell</name>
-
- <modules>
- <module>gshell-core</module>
- <module>gshell-osgi</module>
- <module>gshell-obr</module>
- <module>gshell-wrapper</module>
- <module>gshell-features</module>
- </modules>
-
-</project>
+<?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.runtime</groupId>
+ <artifactId>runtime</artifactId>
+ <version>1.0-m1-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.apache.servicemix.runtime.gshell</groupId>
+ <artifactId>gshell</artifactId>
+ <packaging>pom</packaging>
+ <name>ServiceMix Runtime :: GShell</name>
+
+ <modules>
+ <module>gshell-core</module>
+ <module>gshell-osgi</module>
+ <module>gshell-obr</module>
+ <module>gshell-wrapper</module>
+ <module>gshell-features</module>
+ </modules>
+
+</project>
Propchange: servicemix/smx4/runtime/trunk/gshell/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/src/test/configs/services/org.apache.servicemix.shell.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
servicemix/smx4/runtime/trunk/gshell/src/test/configs/services/org.ops4j.pax.logging.properties
------------------------------------------------------------------------------
svn:eol-style = native
Modified: servicemix/smx4/runtime/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/main/pom.xml?rev=606278&r1=606277&r2=606278&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/main/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/main/pom.xml Fri Dec 21 11:25:07 2007
@@ -1,114 +1,114 @@
-<?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.runtime</groupId>
- <artifactId>runtime</artifactId>
- <version>1.0-m1-SNAPSHOT</version>
- </parent>
-
- <artifactId>org.apache.servicemix.runtime.main</artifactId>
- <packaging>bundle</packaging>
- <name>ServiceMix Runtime :: Main</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.framework</artifactId>
- <version>${felix.framework.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.core</artifactId>
- </exclusion>
- <!--exclusion>
- For now framework doesn't have this dependency, but it
- will once the compendium bundle is released.
- <groupId>${pom.groupId}</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- </exclusion-->
- </exclusions>
- </dependency>
- <!--
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.bundlerepository</artifactId>
- <version>${felix.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>net.sf.kxml</groupId>
- <artifactId>kxml2</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <configuration>
- <instructions>
- <_donotcopy>(CVS|.svn|config.properties)</_donotcopy>
-
<Main-Class>org.apache.servicemix.runtime.main.Main</Main-Class>
- <Bundle-Name>Apache ServiceMix</Bundle-Name>
- <Bundle-Description>OSGi R4
framework.</Bundle-Description>
-
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-
<Export-Package>org.apache.servicemix.runtime.main.spi.*;version=${pom.version}</Export-Package>
- <Private-Package>
- org.apache.servicemix.runtime.main,
- org.apache.felix.moduleloader.*,
- org.apache.felix.framework.*,
- org.osgi.framework,
- org.osgi.service.packageadmin,
- org.osgi.service.startlevel,
- org.osgi.service.event,
- org.osgi.service.url,
- org.osgi.util.tracker
- </Private-Package>
- <Import-Package>!*</Import-Package>
-
<Include-Resource>src/main/resources/</Include-Resource>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <filtering>true</filtering>
- </resource>
- </resources>
- </build>
-</project>
+<?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.runtime</groupId>
+ <artifactId>runtime</artifactId>
+ <version>1.0-m1-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.apache.servicemix.runtime.main</artifactId>
+ <packaging>bundle</packaging>
+ <name>ServiceMix Runtime :: Main</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.framework</artifactId>
+ <version>${felix.framework.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ </exclusion>
+ <!--exclusion>
+ For now framework doesn't have this dependency, but it
+ will once the compendium bundle is released.
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ </exclusion-->
+ </exclusions>
+ </dependency>
+ <!--
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.bundlerepository</artifactId>
+ <version>${felix.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.sf.kxml</groupId>
+ <artifactId>kxml2</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <_donotcopy>(CVS|.svn|config.properties)</_donotcopy>
+
<Main-Class>org.apache.servicemix.runtime.main.Main</Main-Class>
+ <Bundle-Name>Apache ServiceMix</Bundle-Name>
+ <Bundle-Description>OSGi R4
framework.</Bundle-Description>
+
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+
<Export-Package>org.apache.servicemix.runtime.main.spi.*;version=${pom.version}</Export-Package>
+ <Private-Package>
+ org.apache.servicemix.runtime.main,
+ org.apache.felix.moduleloader.*,
+ org.apache.felix.framework.*,
+ org.osgi.framework,
+ org.osgi.service.packageadmin,
+ org.osgi.service.startlevel,
+ org.osgi.service.event,
+ org.osgi.service.url,
+ org.osgi.util.tracker
+ </Private-Package>
+ <Import-Package>!*</Import-Package>
+
<Include-Resource>src/main/resources/</Include-Resource>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </build>
+</project>
Propchange: servicemix/smx4/runtime/trunk/main/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native