You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/01/28 21:17:39 UTC

svn commit: r1064857 [2/6] - in /servicemix/archetypes/trunk: ./ servicemix-archetype-catalog/ servicemix-archetypes-itests/ servicemix-archetypes-itests/src/test/java/org/apache/servicemix/tooling/ servicemix-archetypes-itests/src/test/resources/ serv...

Modified: servicemix/archetypes/trunk/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -3,146 +3,146 @@
 
     <!-- Generated by Apache ServiceMix Archetype -->
     
-	<modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-	<groupId>${groupId}</groupId>
-	<artifactId>${artifactId}</artifactId>
-	<packaging>jbi-component</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: Custom Binding Component</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-component</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: Custom Binding Component</name>
 
-	<properties>
-		<servicemix.osgi.export>
-			${packageName}*;version=${project.version}
+    <properties>
+        <servicemix.osgi.export>
+            ${packageName}*;version=${project.version}
        </servicemix.osgi.export>
-		<servicemix.osgi.import>
-			!${packageName}*,
-			org.apache.servicemix.common,
-			org.apache.servicemix.common.osgi,
-			org.apache.servicemix.executors.impl,
-			org.apache.servicemix.jbi.container*;resolution:=optional,
-			org.apache.servicemix.jbi.framework*;resolution:=optional,
-			org.apache.xbean.spring.context.v2,
-			org.springframework.beans.factory.xml,
-			*
+        <servicemix.osgi.import>
+            !${packageName}*,
+            org.apache.servicemix.common,
+            org.apache.servicemix.common.osgi,
+            org.apache.servicemix.executors.impl,
+            org.apache.servicemix.jbi.container*;resolution:=optional,
+            org.apache.servicemix.jbi.framework*;resolution:=optional,
+            org.apache.xbean.spring.context.v2,
+            org.springframework.beans.factory.xml,
+            *
        </servicemix.osgi.import>
-		<servicemix.osgi.bundles>
-			org.springframework.core,
-			org.springframework.beans,
-			org.springframework.context,
+        <servicemix.osgi.bundles>
+            org.springframework.core,
+            org.springframework.beans,
+            org.springframework.context,
        </servicemix.osgi.bundles>
        <servicemix.osgi.dynamic.import>
             javax.*,org.w3c.*,org.xml.*
        </servicemix.osgi.dynamic.import>
        <servicemix.osgi.privuate />
-	</properties>
+    </properties>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-shared</artifactId>
-			<version>@{components.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-common</artifactId>
-			<version>@{components.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.servicemix.specs</groupId>
-			<artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
-			<version>@{servicemix.specs.version}</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-jta_1.1_spec</artifactId>
-			<version>@{geronimo-jta.specs.version}</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-core</artifactId>
-			<version>@{servicemix.version}</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>@{junit.version}</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-shared</artifactId>
+            <version>@{components.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-common</artifactId>
+            <version>@{components.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
+            <version>@{servicemix.specs.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
+            <version>@{geronimo-jta.specs.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-core</artifactId>
+            <version>@{servicemix.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>@{junit.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
-	<build>
-	    <defaultGoal>install</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>@{maven-compiler-plugin.version}</version>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-resources-plugin</artifactId>
-				<version>@{maven-resources-plugin.version}</version>
-				<configuration>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.servicemix.tooling</groupId>
-				<artifactId>jbi-maven-plugin</artifactId>
-				<version>@{jbi-maven-plugin.version}</version>
-				<extensions>true</extensions>
-				<configuration>
-					<generatedDescriptorLocation>${project.build.directory}/jbi</generatedDescriptorLocation>
-					<type>binding-component</type>
-					<component>${packageName}.MyComponent</component>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.xbean</groupId>
-				<artifactId>maven-xbean-plugin</artifactId>
-				<version>@{xbean.version}</version>
-				<executions>
-					<execution>
-						<configuration>
-							<namespace>http://${packageName}/1.0</namespace>
-						</configuration>
-						<goals>
-							<goal>mapping</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>@{maven-bundle-plugin.version}</version>
-				<configuration>
-				    <instructions>
-					   <Bundle-Name>${project.name}</Bundle-Name>
-					   <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-					   <Export-Package>${servicemix.osgi.export}</Export-Package>
-					   <Import-Package>${servicemix.osgi.import}</Import-Package>
-					   <DynamicImport-Package>${servicemix.osgi.dynamic.import}</DynamicImport-Package>
-					   <Private-Package>${servicemix.osgi.private}</Private-Package>
-					   <Require-Bundle>${servicemix.osgi.bundles}</Require-Bundle>
-					</instructions>
-					<supportedProjectTypes>
-					   <supportedProjectType>jar</supportedProjectType>
-					   <supportedProjectType>bundle</supportedProjectType>
-					   <supportedProjectType>jbi-component</supportedProjectType>
-					   <supportedProjectType>jbi-shared-library</supportedProjectType>
-					</supportedProjectTypes>
-					<unpackBundle>true</unpackBundle>
-				</configuration>
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>@{maven-compiler-plugin.version}</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>@{maven-resources-plugin.version}</version>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>jbi-maven-plugin</artifactId>
+                <version>@{jbi-maven-plugin.version}</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <generatedDescriptorLocation>${project.build.directory}/jbi</generatedDescriptorLocation>
+                    <type>binding-component</type>
+                    <component>${packageName}.MyComponent</component>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.xbean</groupId>
+                <artifactId>maven-xbean-plugin</artifactId>
+                <version>@{xbean.version}</version>
+                <executions>
+                    <execution>
+                        <configuration>
+                            <namespace>http://${packageName}/1.0</namespace>
+                        </configuration>
+                        <goals>
+                            <goal>mapping</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <version>@{maven-bundle-plugin.version}</version>
+                <configuration>
+                    <instructions>
+                       <Bundle-Name>${project.name}</Bundle-Name>
+                       <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                       <Export-Package>${servicemix.osgi.export}</Export-Package>
+                       <Import-Package>${servicemix.osgi.import}</Import-Package>
+                       <DynamicImport-Package>${servicemix.osgi.dynamic.import}</DynamicImport-Package>
+                       <Private-Package>${servicemix.osgi.private}</Private-Package>
+                       <Require-Bundle>${servicemix.osgi.bundles}</Require-Bundle>
+                    </instructions>
+                    <supportedProjectTypes>
+                       <supportedProjectType>jar</supportedProjectType>
+                       <supportedProjectType>bundle</supportedProjectType>
+                       <supportedProjectType>jbi-component</supportedProjectType>
+                       <supportedProjectType>jbi-shared-library</supportedProjectType>
+                    </supportedProjectTypes>
+                    <unpackBundle>true</unpackBundle>
+                </configuration>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>
@@ -152,15 +152,15 @@
                         </goals>
                     </execution>
                 </executions>
-			</plugin>
-			<plugin>
-			     <groupId>org.apache.maven.plugins</groupId>
-			     <artifactId>maven-jar-plugin</artifactId>
-			     <version>@{maven-jar-plugin.version}</version>
-			     <configuration>
-			         <useDefaultManifestFile>true</useDefaultManifestFile>
-			     </configuration>
-			</plugin>
-		</plugins>
-	</build>
+            </plugin>
+            <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-jar-plugin</artifactId>
+                 <version>@{maven-jar-plugin.version}</version>
+                 <configuration>
+                     <useDefaultManifestFile>true</useDefaultManifestFile>
+                 </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: servicemix/archetypes/trunk/servicemix-binding-component/src/main/resources/archetype-resources/src/test/resources/spring.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-binding-component/src/main/resources/archetype-resources/src/test/resources/spring.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-binding-component/src/main/resources/archetype-resources/src/test/resources/spring.xml (original)
+++ servicemix/archetypes/trunk/servicemix-binding-component/src/main/resources/archetype-resources/src/test/resources/spring.xml Fri Jan 28 20:17:34 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Generated by Apache ServiceMix Archetype -->
 <beans xmlns:sm="http://servicemix.apache.org/config/1.0" 
-	     xmlns:my="http://${packageName}/1.0"
+         xmlns:my="http://${packageName}/1.0"
        xmlns:test="urn:test">
 
   <sm:container id="jbi" embedded="true" createMBeanServer="false">
@@ -9,11 +9,11 @@
     <sm:activationSpecs>
 
       <sm:activationSpec>
-      	<sm:component>
+          <sm:component>
             <my:component>
-            	<my:endpoints>
-            		<my:provider service="test:service" endpoint="endpoint" />
-            	</my:endpoints>
+                <my:endpoints>
+                    <my:provider service="test:service" endpoint="endpoint" />
+                </my:endpoints>
             </my:component>
         </sm:component>
       </sm:activationSpec>

Modified: servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,42 +1,42 @@
 <?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/xsd/maven-4.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>archetypes</artifactId>
-		<version>2010.02-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.apache.servicemix.tooling</groupId>
-	<artifactId>servicemix-camel-osgi-bundle</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: Camel OSGi Bundle</name>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.camel</groupId>
-			<artifactId>camel-maven-plugin</artifactId>
-			<version>${camel.version}</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+        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>archetypes</artifactId>
+        <version>2010.02-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>servicemix-camel-osgi-bundle</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: Camel OSGi Bundle</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-maven-plugin</artifactId>
+            <version>${camel.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/META-INF/maven/archetype.xml Fri Jan 28 20:17:34 2011
@@ -25,4 +25,4 @@
   <resources>
     <resource>src/main/resources/META-INF/spring/camel-context.xml</resource>
   </resources>
-</archetype>
\ No newline at end of file
+</archetype>

Modified: servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,48 +1,48 @@
 <?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/xsd/maven-4.0.0.xsd">
 
-	<!-- Generated by Apache ServiceMix Archetype -->
+    <!-- Generated by Apache ServiceMix Archetype -->
 
-	<modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-	<groupId>${groupId}</groupId>
-	<artifactId>${artifactId}</artifactId>
-	<packaging>bundle</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: Camel OSGi Bundle</name>
-	
-	<properties>
-	   <commons-logging.version>@{commons-logging.version}</commons-logging.version>
-	   <camel.version>@{camel.version}</camel.version>
-	</properties>
-
-	<dependencies>
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging</artifactId>
-			<version>${commons-logging.version}</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.camel</groupId>
-			<artifactId>camel-core</artifactId>
-			<version>${camel.version}</version>
-		</dependency>
-	</dependencies>
-
-	<build>
-		<defaultGoal>install</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>bundle</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: Camel OSGi Bundle</name>
+    
+    <properties>
+       <commons-logging.version>@{commons-logging.version}</commons-logging.version>
+       <camel.version>@{camel.version}</camel.version>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>${commons-logging.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core</artifactId>
+            <version>${camel.version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
                 <version>@{maven-compiler-plugin.version}</version>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
                     <encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
@@ -51,20 +51,20 @@
                     <encoding>UTF-8</encoding>
                 </configuration>
             </plugin>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
                 <version>@{maven-bundle-plugin.version}</version>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-						<Import-Package>*,org.apache.camel.osgi</Import-Package>
-						<Private-Package>${packageName}</Private-Package>
-					</instructions>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Import-Package>*,org.apache.camel.osgi</Import-Package>
+                        <Private-Package>${packageName}</Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
 </project>

Modified: servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,42 +1,42 @@
 <?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/xsd/maven-4.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>archetypes</artifactId>
-		<version>2010.02-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.apache.servicemix.tooling</groupId>
-	<artifactId>servicemix-camel-service-unit</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: Camel Service Unit</name>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.camel</groupId>
-			<artifactId>camel-maven-plugin</artifactId>
-			<version>${camel.version}</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+        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>archetypes</artifactId>
+        <version>2010.02-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>servicemix-camel-service-unit</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: Camel Service Unit</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-maven-plugin</artifactId>
+            <version>${camel.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/META-INF/maven/archetype.xml Fri Jan 28 20:17:34 2011
@@ -25,4 +25,4 @@
   <resources>
     <resource>src/main/resources/camel-context.xml</resource>
   </resources>
-</archetype>
\ No newline at end of file
+</archetype>

Modified: servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,58 +1,58 @@
 <?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/xsd/maven-4.0.0.xsd">
 
-	<!-- Generated by Apache ServiceMix Archetype -->
-	
-	<modelVersion>4.0.0</modelVersion>
+    <!-- Generated by Apache ServiceMix Archetype -->
+    
+    <modelVersion>4.0.0</modelVersion>
 
-	<groupId>${groupId}</groupId>
-	<artifactId>${artifactId}</artifactId>
-	<packaging>jbi-service-unit</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: Camel Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: Camel Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-camel</artifactId>
-			<version>@{components.version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-camel</artifactId>
+            <version>@{components.version}</version>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<defaultGoal>install</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>@{maven-compiler-plugin.version}</version>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-resources-plugin</artifactId>
-				<version>@{maven-resources-plugin.version}</version>
-				<configuration>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<!-- creates the JBI deployment unit -->
-			<plugin>
-				<groupId>org.apache.servicemix.tooling</groupId>
-				<artifactId>jbi-maven-plugin</artifactId>
-				<version>@{jbi-maven-plugin.version}</version>
-				<extensions>true</extensions>
-			</plugin>
-			<!-- allows the route to be ran via 'mvn camel:run' -->
-			<plugin>
-				<groupId>org.apache.camel</groupId>
-				<artifactId>camel-maven-plugin</artifactId>
-				<version>@{camel.version}</version>
-			</plugin>
-		</plugins>
-	</build>
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>@{maven-compiler-plugin.version}</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>@{maven-resources-plugin.version}</version>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <!-- creates the JBI deployment unit -->
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>jbi-maven-plugin</artifactId>
+                <version>@{jbi-maven-plugin.version}</version>
+                <extensions>true</extensions>
+            </plugin>
+            <!-- allows the route to be ran via 'mvn camel:run' -->
+            <plugin>
+                <groupId>org.apache.camel</groupId>
+                <artifactId>camel-maven-plugin</artifactId>
+                <version>@{camel.version}</version>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml Fri Jan 28 20:17:34 2011
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Generated by Apache ServiceMix Archetype -->
 <beans xmlns="http://www.springframework.org/schema/beans"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
        
@@ -28,13 +28,13 @@
             http://camel.apache.org/components.html 
         
     -->
-	<camelContext id="camel"
-		xmlns="http://camel.apache.org/schema/spring">
-		<route>
-			<from uri="seda:a" />
-			<to uri="seda:b" />
-		</route>
-	</camelContext>
-	<!-- END SNIPPET: camel -->
+    <camelContext id="camel"
+        xmlns="http://camel.apache.org/schema/spring">
+        <route>
+            <from uri="seda:a" />
+            <to uri="seda:b" />
+        </route>
+    </camelContext>
+    <!-- END SNIPPET: camel -->
 
 </beans>

Modified: servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml Fri Jan 28 20:17:34 2011
@@ -30,4 +30,4 @@
     <artifactId>servicemix-cxf-bc-service-unit</artifactId>
     <name>Apache ServiceMix :: Archetypes :: CXF BC Service Unit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/META-INF/maven/archetype.xml Fri Jan 28 20:17:34 2011
@@ -21,4 +21,4 @@
         <resource>src/main/resources/xbean.xml</resource>
         <resource>src/main/resources/service.wsdl</resource>
     </resources>
-</archetype>
\ No newline at end of file
+</archetype>

Modified: servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -22,24 +22,24 @@
     <build>
         <defaultGoal>install</defaultGoal>
         <plugins>
-        	<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>@{maven-compiler-plugin.version}</version>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-resources-plugin</artifactId>
-				<version>@{maven-resources-plugin.version}</version>
-				<configuration>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>@{maven-compiler-plugin.version}</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>@{maven-resources-plugin.version}</version>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>jbi-maven-plugin</artifactId>
@@ -49,4 +49,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl Fri Jan 28 20:17:34 2011
@@ -1,26 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-	<!--
+    <!--
 
-		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
+        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.
-	-->
+        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.
+    -->
 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-	xmlns:tns="http://www.example.org/example/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-	xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="example"
-	targetNamespace="http://www.example.org/example/">
+    xmlns:tns="http://www.example.org/example/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="example"
+    targetNamespace="http://www.example.org/example/">
 
-	<wsdl:service name="example">
+    <wsdl:service name="example">
 
-	</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+    </wsdl:service>
+</wsdl:definitions>

Modified: servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Generated by Apache ServiceMix Archetype -->
 <beans xmlns="http://www.springframework.org/schema/beans"
-	xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0" 
-	xmlns:replaceMe="http://servicemix.apache.org/replaceMe"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://servicemix.apache.org/cxfbc/1.0 http://servicemix.apache.org/schema/servicemix-cxfbc-@{components.version}.xsd
+    xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0" 
+    xmlns:replaceMe="http://servicemix.apache.org/replaceMe"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://servicemix.apache.org/cxfbc/1.0 http://servicemix.apache.org/schema/servicemix-cxfbc-@{components.version}.xsd
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
 
     <!-- 
@@ -51,10 +51,10 @@
 
     <!-- BEGIN SNIPPET: cxfbc-consumer -->
     
-	<cxfbc:consumer wsdl="classpath:service.wsdl"
-		targetEndpoint="replaceMe:targetEndpoint" 
-		targetService="replaceMe:targetService"
-		targetInterface="replaceMe:targetInterface" />
+    <cxfbc:consumer wsdl="classpath:service.wsdl"
+        targetEndpoint="replaceMe:targetEndpoint" 
+        targetService="replaceMe:targetService"
+        targetInterface="replaceMe:targetInterface" />
     <!-- END SNIPPET: cxfbc-consumer -->
     
     <!-- 
@@ -83,4 +83,4 @@
         endpoint="cxfbc-provider" />
     <!-- END SNIPPET: cxfbc-provider -->
 
-</beans>
\ No newline at end of file
+</beans>

Modified: servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml Fri Jan 28 20:17:34 2011
@@ -18,16 +18,16 @@
         License.
     -->
 
-	<modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>org.apache.servicemix</groupId>
-		<artifactId>archetypes</artifactId>
-		<version>2010.02-SNAPSHOT</version>
-	</parent>
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>2010.02-SNAPSHOT</version>
+    </parent>
 
-	<groupId>org.apache.servicemix.tooling</groupId>
-	<artifactId>servicemix-cxf-code-first-osgi-bundle</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: CXF Code First OSGi Bundle</name>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>servicemix-cxf-code-first-osgi-bundle</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: CXF Code First OSGi Bundle</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/META-INF/maven/archetype.xml Fri Jan 28 20:17:34 2011
@@ -1,35 +1,35 @@
 <?xml version="1.0" encoding="UTF-8"?>
-	<!--
+    <!--
 
-		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
+        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.
-	-->
+        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.
+    -->
 <archetype>
-	<id>servicemix-cxf-code-first-osgi-bundle</id>
-	<sources>
-		<source>src/main/java/Person.java</source>
-		<source>src/main/java/PersonImpl.java</source>
-		<source>src/main/java/UnknownPersonFault.java</source>
-		<source>src/main/java/types/GetPerson.java</source>
-		<source>src/main/java/types/GetPersonResponse.java</source>
-		<source>src/main/java/types/ObjectFactory.java</source>
-		<source>src/main/java/types/package-info.java</source>
-		<source>src/main/java/types/UnknownPersonFault.java</source>
-		<source>src/main/java/client/Client.java</source>
-	</sources>
+    <id>servicemix-cxf-code-first-osgi-bundle</id>
+    <sources>
+        <source>src/main/java/Person.java</source>
+        <source>src/main/java/PersonImpl.java</source>
+        <source>src/main/java/UnknownPersonFault.java</source>
+        <source>src/main/java/types/GetPerson.java</source>
+        <source>src/main/java/types/GetPersonResponse.java</source>
+        <source>src/main/java/types/ObjectFactory.java</source>
+        <source>src/main/java/types/package-info.java</source>
+        <source>src/main/java/types/UnknownPersonFault.java</source>
+        <source>src/main/java/client/Client.java</source>
+    </sources>
 
-	<resources>
-		<resource>src/main/resources/META-INF/spring/beans.xml</resource>
-	</resources>
-</archetype>
\ No newline at end of file
+    <resources>
+        <resource>src/main/resources/META-INF/spring/beans.xml</resource>
+    </resources>
+</archetype>

Modified: servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,132 +1,132 @@
 <?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/xsd/maven-4.0.0.xsd">
 
-	<!-- Generated by Apache ServiceMix Archetype -->
+    <!-- Generated by Apache ServiceMix Archetype -->
 
-	<modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-	<groupId>${groupId}</groupId>
-	<artifactId>${artifactId}</artifactId>
-	<packaging>bundle</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: CXF Code First OSGi Bundle</name>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
-			<version>@{geronimo.wsmetadata.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.xml.bind</groupId>
-			<artifactId>jaxb-api</artifactId>
-			<version>@{jaxb.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-jaxws_2.1_spec</artifactId>
-			<version>1.0</version>
-		</dependency>
-
-		<!-- Needed for Client -->
-		<dependency>
-			<groupId>org.apache.cxf</groupId>
-			<artifactId>cxf-rt-frontend-jaxws</artifactId>
-			<version>@{cxf.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.cxf</groupId>
-			<artifactId>cxf-rt-transports-http</artifactId>
-			<version>@{cxf.version}</version>
-		</dependency>
-	</dependencies>
-
-	<build>
-		<defaultGoal>install</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>@{maven-compiler-plugin.version}</version>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-resources-plugin</artifactId>
-				<version>@{maven-resources-plugin.version}</version>
-				<configuration>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>@{maven-bundle-plugin.version}</version>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-						<Import-Package>
-							javax.jws,
-							javax.wsdl,
-							javax.xml.bind,
-							javax.xml.bind.annotation,
-							javax.xml.namespace,
-							javax.xml.ws,
-							META-INF.cxf,
-							META-INF.cxf.osgi,
-							org.apache.cxf.bus,
-							org.apache.cxf.bus.spring,
-							org.apache.cxf.bus.resource,
-							org.apache.cxf.configuration.spring,
-							org.apache.cxf.resource,
-							org.apache.cxf.jaxws,
-							org.apache.cxf.transport.http_osgi,
-							org.springframework.beans.factory.config
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>bundle</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: CXF Code First OSGi Bundle</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+            <version>@{geronimo.wsmetadata.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>@{jaxb.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jaxws_2.1_spec</artifactId>
+            <version>1.0</version>
+        </dependency>
+
+        <!-- Needed for Client -->
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-frontend-jaxws</artifactId>
+            <version>@{cxf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-transports-http</artifactId>
+            <version>@{cxf.version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>@{maven-compiler-plugin.version}</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>@{maven-resources-plugin.version}</version>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <version>@{maven-bundle-plugin.version}</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Import-Package>
+                            javax.jws,
+                            javax.wsdl,
+                            javax.xml.bind,
+                            javax.xml.bind.annotation,
+                            javax.xml.namespace,
+                            javax.xml.ws,
+                            META-INF.cxf,
+                            META-INF.cxf.osgi,
+                            org.apache.cxf.bus,
+                            org.apache.cxf.bus.spring,
+                            org.apache.cxf.bus.resource,
+                            org.apache.cxf.configuration.spring,
+                            org.apache.cxf.resource,
+                            org.apache.cxf.jaxws,
+                            org.apache.cxf.transport.http_osgi,
+                            org.springframework.beans.factory.config
                         </Import-Package>
-						<Private-Package>
-							!${packageName}.client,
-							${packageName},
-							${packageName}.types
+                        <Private-Package>
+                            !${packageName}.client,
+                            ${packageName},
+                            ${packageName}.types
                         </Private-Package>
-						<Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
-						<!--
-							<DynamicImport-Package>*</DynamicImport-Package>
-						-->
-					</instructions>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-
-	<profiles>
-		<profile>
-			<id>client</id>
-			<build>
-				<defaultGoal>test</defaultGoal>
-				<plugins>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>exec-maven-plugin</artifactId>
-						<executions>
-							<execution>
-								<phase>test</phase>
-								<goals>
-									<goal>java</goal>
-								</goals>
-								<configuration>
-									<mainClass>${packageName}.client.Client</mainClass>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+                        <Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
+                        <!--
+                            <DynamicImport-Package>*</DynamicImport-Package>
+                        -->
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>client</id>
+            <build>
+                <defaultGoal>test</defaultGoal>
+                <plugins>
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>exec-maven-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <phase>test</phase>
+                                <goals>
+                                    <goal>java</goal>
+                                </goals>
+                                <configuration>
+                                    <mainClass>${packageName}.client.Client</mainClass>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 
 </project>

Modified: servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/beans.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/beans.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/beans.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/beans.xml Fri Jan 28 20:17:34 2011
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Generated by Apache ServiceMix Archetype -->
 <beans xmlns="http://www.springframework.org/schema/beans"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xmlns:jaxws="http://cxf.apache.org/jaxws"
-	xsi:schemaLocation="
-		http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-		http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
-		http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd">
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:jaxws="http://cxf.apache.org/jaxws"
+    xsi:schemaLocation="
+        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+        http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
+        http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd">
 
     <import resource="classpath:META-INF/cxf/cxf.xml" />
     <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
     <import resource="classpath:META-INF/cxf/cxf-extension-http.xml" />
     <import resource="classpath:META-INF/cxf/osgi/cxf-extension-osgi.xml" />
 
-	<jaxws:endpoint id="HTTPEndpoint"
-	    implementor="${packageName}.PersonImpl"
-	    address="/PersonServiceCF"/>
+    <jaxws:endpoint id="HTTPEndpoint"
+        implementor="${packageName}.PersonImpl"
+        address="/PersonServiceCF"/>
 
 </beans>
 

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,33 +1,33 @@
 <?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/xsd/maven-4.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>archetypes</artifactId>
-		<version>2010.02-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.apache.servicemix.tooling</groupId>
-	<artifactId>servicemix-cxf-se-service-unit</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: CXF SE Service Unit</name>
+        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>archetypes</artifactId>
+        <version>2010.02-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>servicemix-cxf-se-service-unit</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: CXF SE Service Unit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/META-INF/maven/archetype.xml Fri Jan 28 20:17:34 2011
@@ -25,4 +25,4 @@
   <resources>
     <resource>src/main/resources/xbean.xml</resource>   
   </resources>  
-</archetype>
\ No newline at end of file
+</archetype>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,52 +1,52 @@
 <?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/xsd/maven-4.0.0.xsd">
 
-	<!-- Generated by Apache ServiceMix Archetype -->
+    <!-- Generated by Apache ServiceMix Archetype -->
 
-	<modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-	<groupId>${groupId}</groupId>
-	<artifactId>${artifactId}</artifactId>
-	<packaging>jbi-service-unit</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: CXF SE Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: CXF SE Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-cxf-se</artifactId>
-			<version>@{components.version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-cxf-se</artifactId>
+            <version>@{components.version}</version>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<defaultGoal>install</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>@{maven-compiler-plugin.version}</version>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-resources-plugin</artifactId>
-				<version>@{maven-resources-plugin.version}</version>
-				<configuration>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.servicemix.tooling</groupId>
-				<artifactId>jbi-maven-plugin</artifactId>
-				<version>@{jbi-maven-plugin.version}</version>
-				<extensions>true</extensions>
-			</plugin>
-		</plugins>
-	</build>
-	
-</project>
\ No newline at end of file
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>@{maven-compiler-plugin.version}</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>@{maven-resources-plugin.version}</version>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>jbi-maven-plugin</artifactId>
+                <version>@{jbi-maven-plugin.version}</version>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+    
+</project>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java Fri Jan 28 20:17:34 2011
@@ -22,8 +22,8 @@ import javax.jws.WebService;
 @WebService(name = "ExampleService", targetNamespace = "http://example.com/exampleService")
 public class ExampleService {
 
-	@WebMethod
-	public String sayHello(String name) {
-		return "Hello "+name;
-	}
+    @WebMethod
+    public String sayHello(String name) {
+        return "Hello "+name;
+    }
 }

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -53,4 +53,4 @@
     </cxfse:endpoint>
     <!-- END SNIPPET: cxfse-pojo -->
 
-</beans>
\ No newline at end of file
+</beans>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,33 +1,33 @@
 <?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/xsd/maven-4.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>archetypes</artifactId>
-		<version>2010.02-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.apache.servicemix.tooling</groupId>
-	<artifactId>servicemix-cxf-se-wsdl-first-service-unit</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: CXF SE WSDL First Service Unit</name>
+        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>archetypes</artifactId>
+        <version>2010.02-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>servicemix-cxf-se-wsdl-first-service-unit</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: CXF SE WSDL First Service Unit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/META-INF/maven/archetype.xml Fri Jan 28 20:17:34 2011
@@ -26,4 +26,4 @@
     <resource>src/main/resources/xbean.xml</resource>
     <resource>src/main/resources/person.wsdl</resource>
   </resources>
-</archetype>
\ No newline at end of file
+</archetype>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,76 +1,76 @@
 <?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/xsd/maven-4.0.0.xsd">
 
-	<!-- Generated by Apache ServiceMix Archetype -->
+    <!-- Generated by Apache ServiceMix Archetype -->
 
-	<modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-	<groupId>${groupId}</groupId>
-	<artifactId>${artifactId}</artifactId>
-	<packaging>jbi-service-unit</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: CXF SE WSDL First Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: CXF SE WSDL First Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-cxf-se</artifactId>
-			<version>@{components.version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-cxf-se</artifactId>
+            <version>@{components.version}</version>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<defaultGoal>install</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>@{maven-compiler-plugin.version}</version>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-resources-plugin</artifactId>
-				<version>@{maven-resources-plugin.version}</version>
-				<configuration>
-					<encoding>UTF-8</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.servicemix.tooling</groupId>
-				<artifactId>jbi-maven-plugin</artifactId>
-				<version>@{jbi-maven-plugin.version}</version>
-				<extensions>true</extensions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.cxf</groupId>
-				<artifactId>cxf-codegen-plugin</artifactId>
-				<version>@{cxf.version}</version>
-				<executions>
-					<execution>
-						<phase>generate-sources</phase>
-						<configuration>
-							<sourceRoot>\${basedir}/src/main/java</sourceRoot>
-							<wsdlOptions>
-								<wsdlOption>
-									<!-- Update wsdl tag with appropriate wsdl file -->
-									<wsdl>\${basedir}/src/main/resources/person.wsdl</wsdl>
-									<extraargs>
-										<extraarg>-verbose</extraarg>
-									</extraargs>
-								</wsdlOption>
-							</wsdlOptions>
-						</configuration>
-						<goals>
-							<goal>wsdl2java</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>@{maven-compiler-plugin.version}</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>@{maven-resources-plugin.version}</version>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>jbi-maven-plugin</artifactId>
+                <version>@{jbi-maven-plugin.version}</version>
+                <extensions>true</extensions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.cxf</groupId>
+                <artifactId>cxf-codegen-plugin</artifactId>
+                <version>@{cxf.version}</version>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <configuration>
+                            <sourceRoot>\${basedir}/src/main/java</sourceRoot>
+                            <wsdlOptions>
+                                <wsdlOption>
+                                    <!-- Update wsdl tag with appropriate wsdl file -->
+                                    <wsdl>\${basedir}/src/main/resources/person.wsdl</wsdl>
+                                    <extraargs>
+                                        <extraarg>-verbose</extraarg>
+                                    </extraargs>
+                                </wsdlOption>
+                            </wsdlOptions>
+                        </configuration>
+                        <goals>
+                            <goal>wsdl2java</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/person.wsdl
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/person.wsdl?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/person.wsdl (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/person.wsdl Fri Jan 28 20:17:34 2011
@@ -19,78 +19,78 @@
 -->
 <!-- $Rev$ $Date$ -->
 <wsdl:definitions name="wsdl-first"
-	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xmlns:tns="http://servicemix.apache.org/samples/wsdl-first"
-	xmlns:typens="http://servicemix.apache.org/samples/wsdl-first/types"
-	targetNamespace="http://servicemix.apache.org/samples/wsdl-first">
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:tns="http://servicemix.apache.org/samples/wsdl-first"
+    xmlns:typens="http://servicemix.apache.org/samples/wsdl-first/types"
+    targetNamespace="http://servicemix.apache.org/samples/wsdl-first">
 
-	<wsdl:types>
-		<xsd:schema targetNamespace="http://servicemix.apache.org/samples/wsdl-first/types"
-		            elementFormDefault="qualified">
-			<xsd:element name="GetPerson">
-			  <xsd:complexType>
-					<xsd:sequence>
-						<xsd:element name="personId" type="xsd:string"/>
-					</xsd:sequence>
-				</xsd:complexType>
-			</xsd:element>
-			<xsd:element name="GetPersonResponse">
-			  <xsd:complexType>
-					<xsd:sequence>
-					    <xsd:element name="personId" type="xsd:string"/>
-						<xsd:element name="ssn" type="xsd:string"/>
-						<xsd:element name="name" type="xsd:string"/>
-					</xsd:sequence>
-				</xsd:complexType>
-			</xsd:element>
-			<xsd:element name="UnknownPersonFault">
-			  <xsd:complexType>
-					<xsd:sequence>
-					    <xsd:element name="personId" type="xsd:string"/>
-					</xsd:sequence>
-				</xsd:complexType>
-			</xsd:element>
-		</xsd:schema>
+    <wsdl:types>
+        <xsd:schema targetNamespace="http://servicemix.apache.org/samples/wsdl-first/types"
+                    elementFormDefault="qualified">
+            <xsd:element name="GetPerson">
+              <xsd:complexType>
+                    <xsd:sequence>
+                        <xsd:element name="personId" type="xsd:string"/>
+                    </xsd:sequence>
+                </xsd:complexType>
+            </xsd:element>
+            <xsd:element name="GetPersonResponse">
+              <xsd:complexType>
+                    <xsd:sequence>
+                        <xsd:element name="personId" type="xsd:string"/>
+                        <xsd:element name="ssn" type="xsd:string"/>
+                        <xsd:element name="name" type="xsd:string"/>
+                    </xsd:sequence>
+                </xsd:complexType>
+            </xsd:element>
+            <xsd:element name="UnknownPersonFault">
+              <xsd:complexType>
+                    <xsd:sequence>
+                        <xsd:element name="personId" type="xsd:string"/>
+                    </xsd:sequence>
+                </xsd:complexType>
+            </xsd:element>
+        </xsd:schema>
   </wsdl:types>
-	
-	<wsdl:message name="GetPersonRequest">
-		<wsdl:part name="payload" element="typens:GetPerson"/>
-	</wsdl:message>
-	<wsdl:message name="GetPersonResponse">
-		<wsdl:part name="payload" element="typens:GetPersonResponse"/>
-	</wsdl:message>
-	<wsdl:message name="UnknownPersonFault">
-		<wsdl:part name="payload" element="typens:UnknownPersonFault"/>
-	</wsdl:message>
+    
+    <wsdl:message name="GetPersonRequest">
+        <wsdl:part name="payload" element="typens:GetPerson"/>
+    </wsdl:message>
+    <wsdl:message name="GetPersonResponse">
+        <wsdl:part name="payload" element="typens:GetPersonResponse"/>
+    </wsdl:message>
+    <wsdl:message name="UnknownPersonFault">
+        <wsdl:part name="payload" element="typens:UnknownPersonFault"/>
+    </wsdl:message>
 
     <wsdl:portType name="Person">
-		<wsdl:operation name="GetPerson">
-			<wsdl:input message="tns:GetPersonRequest"/>
-			<wsdl:output message="tns:GetPersonResponse"/>
-			<wsdl:fault name="UnknownPerson" message="tns:UnknownPersonFault"/>
-		</wsdl:operation>
-	</wsdl:portType>
-	
+        <wsdl:operation name="GetPerson">
+            <wsdl:input message="tns:GetPersonRequest"/>
+            <wsdl:output message="tns:GetPersonResponse"/>
+            <wsdl:fault name="UnknownPerson" message="tns:UnknownPersonFault"/>
+        </wsdl:operation>
+    </wsdl:portType>
+    
     <wsdl:binding name="PersonSOAPBinding" type="tns:Person">
-    	<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
-		<wsdl:operation name="GetPerson">
-			<wsdl:input>
-				<soap:body use="literal" />
-			</wsdl:input>
-			<wsdl:output>
-				<soap:body use="literal" />
-			</wsdl:output>
-			<wsdl:fault name="UnknownPerson">
-				<soap:fault use="literal" name="UnknownPerson" />
-			</wsdl:fault>
+        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
+        <wsdl:operation name="GetPerson">
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="UnknownPerson">
+                <soap:fault use="literal" name="UnknownPerson" />
+            </wsdl:fault>
        </wsdl:operation>
    </wsdl:binding>
 
-	<wsdl:service name="PersonService">
-    	<wsdl:port binding="tns:PersonSOAPBinding" name="soap">
+    <wsdl:service name="PersonService">
+        <wsdl:port binding="tns:PersonSOAPBinding" name="soap">
            <soap:address location="http://localhost:8092/PersonService/" />
        </wsdl:port>
    </wsdl:service>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -14,4 +14,4 @@
     </cxfse:endpoint>
     <!-- END SNIPPET: cxfse -->
 
-</beans>
\ No newline at end of file
+</beans>