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 [4/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-ftp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-ftp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ftp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ftp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -69,4 +69,4 @@
                 uri="ftp://servicemix:rocks@localhost/smx/test" />
     <!-- END SNIPPET: ftp-sender -->       
 
-</beans>
\ No newline at end of file
+</beans>

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

Modified: servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-http-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-http-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-http-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>
@@ -48,4 +48,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl (original)
+++ servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl Fri Jan 28 20:17:34 2011
@@ -5,4 +5,4 @@
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns="http://schemas.xmlsoap.org/wsdl/">
     
-</definitions>
\ No newline at end of file
+</definitions>

Modified: servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-http-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="http://servicemix.apache.org/http/1.0"
-	xmlns:replaceMe="http://servicemix.apache.org/replaceMe" xmlns="http://www.springframework.org/schema/beans"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="
-	   http://servicemix.apache.org/http/1.0 http://servicemix.apache.org/schema/servicemix-http-@{components.version}.xsd
+    xmlns:replaceMe="http://servicemix.apache.org/replaceMe" xmlns="http://www.springframework.org/schema/beans"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="
+       http://servicemix.apache.org/http/1.0 http://servicemix.apache.org/schema/servicemix-http-@{components.version}.xsd
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
 
     <!-- 
@@ -46,11 +46,11 @@
             timeout                 : the continuation timeout
             defaultMep              : the URI of the MEP to use (InOut by default)
     -->
-	<http:consumer service="replaceMe:serviceName" endpoint="http-consumer"
-	    targetService="replaceMe:serviceName"
-	    targetEndpoint="targetEndpoint"
-		locationURI="http://0.0.0.0:8192/example/" />
-    <!-- END SNIPPET: http-consumer -->		
+    <http:consumer service="replaceMe:serviceName" endpoint="http-consumer"
+        targetService="replaceMe:serviceName"
+        targetEndpoint="targetEndpoint"
+        locationURI="http://0.0.0.0:8192/example/" />
+    <!-- END SNIPPET: http-consumer -->        
     
     <!-- BEGIN SNIPPET: http-soap-consumer -->
     <!-- 
@@ -142,4 +142,4 @@
         wsdl="classpath:service.wsdl" />
     <!-- END SNIPPET: http-provider -->
 
-</beans>
\ No newline at end of file
+</beans>

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

Modified: servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jms-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-jms-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -20,24 +20,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>
@@ -46,4 +46,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl (original)
+++ servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl Fri Jan 28 20:17:34 2011
@@ -5,4 +5,4 @@
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns="http://schemas.xmlsoap.org/wsdl/">
     
-</definitions>
\ No newline at end of file
+</definitions>

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

Modified: servicemix/archetypes/trunk/servicemix-jsr181-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-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-jsr181-service-unit</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: JSR-181 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-jsr181-service-unit</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: JSR-181 Service Unit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-jsr181-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-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-jsr181-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,51 +1,51 @@
 <?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 :: JSR-181 Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache Servicemix :: JSR-181 Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-jsr181</artifactId>
-			<version>@{components-version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-jsr181</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-jsr181-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-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-jsr181-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-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-jsr181-wsdl-first-service-unit</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: JSR-181 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-jsr181-wsdl-first-service-unit</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: JSR-181 WSDL First Service Unit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/META-INF/maven/archetype.xml Fri Jan 28 20:17:34 2011
@@ -23,4 +23,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-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,71 +1,71 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/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 :: JSR-181 WSDL First Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: JSR-181 WSDL First Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-jsr181</artifactId>
-			<version>@{components.version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-jsr181</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>xfire-maven-plugin</artifactId>
-				<version>@{servicemix.version}</version>
-				<executions>
-					<execution>
-						<phase>generate-sources</phase>
-						<configuration>
-							<wsdls>
-								<wsdl>src/main/resources/service.wsdl</wsdl>
-							</wsdls>
-							<outputDirectory>target/generated-sources</outputDirectory>
-							<profile>org.codehaus.xfire.jaxws.gen.JAXWSProfile</profile>
-						</configuration>
-						<goals>
-							<goal>wsgen</goal>
-						</goals>
-					</execution>
-				</executions>
-			</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>xfire-maven-plugin</artifactId>
+                <version>@{servicemix.version}</version>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <configuration>
+                            <wsdls>
+                                <wsdl>src/main/resources/service.wsdl</wsdl>
+                            </wsdls>
+                            <outputDirectory>target/generated-sources</outputDirectory>
+                            <profile>org.codehaus.xfire.jaxws.gen.JAXWSProfile</profile>
+                        </configuration>
+                        <goals>
+                            <goal>wsgen</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </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-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-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-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -12,4 +12,4 @@
                      wsdlResource="classpath:service.wsdl" />
     <!-- END SNIPPET -->                     
 
-</beans>
\ No newline at end of file
+</beans>

Modified: servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-lwcontainer-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-lwcontainer-service-unit</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: LW Container 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-lwcontainer-service-unit</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: LW Container Service Unit</name>
 
-</project>
\ No newline at end of file
+</project>

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

Modified: servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,55 +1,55 @@
 <?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 :: LW Container Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: LW Container Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-lwcontainer</artifactId>
-			<version>@{servicemix.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-components</artifactId>
-			<version>@{servicemix.version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-lwcontainer</artifactId>
+            <version>@{servicemix.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-components</artifactId>
+            <version>@{servicemix.version}</version>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<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>
+        <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-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml (original)
+++ servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml Fri Jan 28 20:17:34 2011
@@ -36,4 +36,4 @@
     </sm:activationSpecs>
   </sm:serviceunit>
 
-</beans>
\ No newline at end of file
+</beans>

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

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

Modified: servicemix/archetypes/trunk/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -20,24 +20,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>
@@ -46,4 +46,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-mail-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-mail-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-mail-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-mail-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -71,4 +71,4 @@
             connection="smtp://username@host?password=mypass" />
     <!-- END SNIPPET: mail-sender -->     
 
-</beans>
\ No newline at end of file
+</beans>

Modified: servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ode-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-ode-service-unit</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: ODE 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-ode-service-unit</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: ODE Service Unit</name>
 
-</project>
\ No newline at end of file
+</project>

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

Modified: servicemix/archetypes/trunk/servicemix-ode-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-ode-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ode-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ode-service-unit/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>jbi-service-unit</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: ODE Service Unit</name>
-
-	<properties>
-		<componentName>OdeBpelEngine</componentName>
-	</properties>
-
-	<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>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: ODE Service Unit</name>
+
+    <properties>
+        <componentName>OdeBpelEngine</componentName>
+    </properties>
+
+    <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
+</project>

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

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

Modified: servicemix/archetypes/trunk/servicemix-osgi-bundle/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osgi-bundle/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osgi-bundle/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osgi-bundle/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -36,24 +36,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.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
@@ -105,4 +105,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-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-osworkflow-service-unit</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: OSWorkflow 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-osworkflow-service-unit</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: OSWorkflow Service Unit</name>
 
-</project>
\ No newline at end of file
+</project>

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

Modified: servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-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 :: OSWorkflow Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: OSWorkflow Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-osworkflow</artifactId>
-			<version>@{components.version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-osworkflow</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-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/exampleflow.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/exampleflow.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/exampleflow.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/exampleflow.xml Fri Jan 28 20:17:34 2011
@@ -35,42 +35,42 @@
         <step id="1" name="Example Step">
             <actions>
 
-		        <action id="2" name="Examine Message Exchange">
-					<restrict-to>
-		                <conditions>
-		                    <condition type="class">
-		                        <arg name="class.name">
-		                            com.opensymphony.workflow.util.StatusCondition </arg>
-		                        <arg name="status">Queued</arg>
-		                    </condition>
-		                </conditions>
-		            </restrict-to>
-		            
-		            <pre-functions>
-		                <function type="class">
-		                    <arg name="class.name"> ${packageName}.ExampleFunction </arg>
-		                </function>
-		            </pre-functions>
-		            
-		            <results>
-		                <unconditional-result old-status="Finished" status="Examined" step="-1"/>
-		            </results>
-		        </action>
-		        
-		        <action id="3" name="Finish Example">
-					<restrict-to>
-		                <conditions type="AND">
-		                    <condition type="class">
-		                        <arg name="class.name">
-		                            com.opensymphony.workflow.util.StatusCondition </arg>
-		                        <arg name="status">Examined</arg>
-		                    </condition>
-		                    <condition type="class">
-		                    	<arg name="class.name">
-		                            ${packageName}.ExampleCondition </arg>
-		                    </condition>
-		                </conditions>
-		            </restrict-to>
+                <action id="2" name="Examine Message Exchange">
+                    <restrict-to>
+                        <conditions>
+                            <condition type="class">
+                                <arg name="class.name">
+                                    com.opensymphony.workflow.util.StatusCondition </arg>
+                                <arg name="status">Queued</arg>
+                            </condition>
+                        </conditions>
+                    </restrict-to>
+                    
+                    <pre-functions>
+                        <function type="class">
+                            <arg name="class.name"> ${packageName}.ExampleFunction </arg>
+                        </function>
+                    </pre-functions>
+                    
+                    <results>
+                        <unconditional-result old-status="Finished" status="Examined" step="-1"/>
+                    </results>
+                </action>
+                
+                <action id="3" name="Finish Example">
+                    <restrict-to>
+                        <conditions type="AND">
+                            <condition type="class">
+                                <arg name="class.name">
+                                    com.opensymphony.workflow.util.StatusCondition </arg>
+                                <arg name="status">Examined</arg>
+                            </condition>
+                            <condition type="class">
+                                <arg name="class.name">
+                                    ${packageName}.ExampleCondition </arg>
+                            </condition>
+                        </conditions>
+                    </restrict-to>
                     
                     <results>
                         <unconditional-result old-status="Finished" status="Evaluated" step="2"/>

Modified: servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/osworkflow.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/osworkflow.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/osworkflow.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/osworkflow.xml Fri Jan 28 20:17:34 2011
@@ -22,4 +22,4 @@
   <factory class="com.opensymphony.workflow.loader.XMLWorkflowFactory">
     <property key="resource" value="workflows.xml" />
   </factory> 
-</osworkflow>
\ No newline at end of file
+</osworkflow>

Modified: servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Generated by Apache ServiceMix Archetype -->
 <beans xmlns:osworkflow="http://servicemix.apache.org/osworkflow/1.0"
-	xmlns:replaceMe="http://servicemix.apache.org/replaceMe" 
-	xmlns="http://www.springframework.org/schema/beans"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="
-	   http://servicemix.apache.org/orworkflow/1.0 http://servicemix.apache.org/schema/servicemix-osworkflow-@{components.version}.xsd
+    xmlns:replaceMe="http://servicemix.apache.org/replaceMe" 
+    xmlns="http://www.springframework.org/schema/beans"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="
+       http://servicemix.apache.org/orworkflow/1.0 http://servicemix.apache.org/schema/servicemix-osworkflow-@{components.version}.xsd
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
 
     <!-- 
@@ -32,11 +32,11 @@
             caller                          : if set, this will be set as the caller user name of the workflow
             workflowName                    : the name of the workflow to start. This name must be specified in workflows.xml descriptor. 
     -->
-	<osworkflow:endpoint service="replaceMe:serviceName"
-		endpoint="osworkflow" 
-		action="1" 
-		caller="myWorkflowUser"
-		workflowName="exampleflow" />
-    <!-- END SNIPPET: osworkflow -->		
+    <osworkflow:endpoint service="replaceMe:serviceName"
+        endpoint="osworkflow" 
+        action="1" 
+        caller="myWorkflowUser"
+        workflowName="exampleflow" />
+    <!-- END SNIPPET: osworkflow -->        
 
-</beans>
\ No newline at end of file
+</beans>

Modified: servicemix/archetypes/trunk/servicemix-project-root/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-project-root/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-project-root/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-project-root/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-project-root</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: Project Root</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-project-root</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: Project Root</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-project-root/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-project-root/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-project-root/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-project-root/src/main/resources/META-INF/maven/archetype.xml Fri Jan 28 20:17:34 2011
@@ -1,20 +1,20 @@
 <?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-project-root</id>
-</archetype>
\ No newline at end of file
+    <id>servicemix-project-root</id>
+</archetype>

Modified: servicemix/archetypes/trunk/servicemix-project-root/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-project-root/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-project-root/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-project-root/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,31 +1,31 @@
 <?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>pom</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: ${artifactId}</name>
-	<url>http://servicemix.apache.org</url>
-
-	<properties>
-		<servicemix.version>@{servicemix.version}</servicemix.version>
-	</properties>
-
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-archetype-plugin</artifactId>
-				<version>2.0-alpha-5</version>
-				<configuration>
-					<archetypeCatalog>http://servicemix.apache.org/tooling/${servicemix.version}</archetypeCatalog>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>pom</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: ${artifactId}</name>
+    <url>http://servicemix.apache.org</url>
+
+    <properties>
+        <servicemix.version>@{servicemix.version}</servicemix.version>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-archetype-plugin</artifactId>
+                <version>2.0-alpha-5</version>
+                <configuration>
+                    <archetypeCatalog>http://servicemix.apache.org/tooling/${servicemix.version}</archetypeCatalog>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
-</project>
\ No newline at end of file
+</project>

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

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

Modified: servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-quartz-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>
@@ -48,4 +48,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/src/main/java/CustomMarshaler.java
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/src/main/java/CustomMarshaler.java?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/src/main/java/CustomMarshaler.java (original)
+++ servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/src/main/java/CustomMarshaler.java Fri Jan 28 20:17:34 2011
@@ -13,4 +13,4 @@ public class CustomMarshaler extends Def
         message.setContent(new StringSource((String) context.getJobDetail(), getJobDataMap().get("xml")));
     }
 
-}
\ No newline at end of file
+}