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 [5/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-quartz-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-quartz-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-quartz-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:quartz="http://servicemix.apache.org/quartz/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/quartz/1.0 http://servicemix.apache.org/schema/servicemix-quartz-@{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/quartz/1.0 http://servicemix.apache.org/schema/servicemix-quartz-@{components.version}.xsd
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
 
     <!-- 
@@ -15,31 +15,31 @@
             http://www.quartz-scheduler.org/
     -->
 
-	<!-- BEGIN SNIPPET: cron-trigger -->
-	<!-- 
-	   The Cron Trigger endpoint use a Quartz cron.
-	   A cron looks like a Unix crontab entry to define event firing.
-	   
-	   Attributes:
-	       service                     : the endpoint service name
-	       endpoint                    : the endpoint name
-	       targetService               : the target endpoint service name
-	       targetEndpoint              : the target endpoint name
-	       trigger                     : the Quartz trigger to use
-	                                     Here we use a <quartz:cron/> with the cronExpression attribute
-	-->
-	<quartz:endpoint service="replaceMe:serviceName"
-		endpoint="cron-trigger" 
-		targetService="replaceMe:targetServiceName"
-		targetEndpoint="targetEndpoint">
-		<quartz:trigger>
-			<quartz:cron cronExpression="0/5 * * * * ?" />
-		</quartz:trigger>
-	</quartz:endpoint>
-	<!-- END SNIPPET: cron-trigger -->
-	
-	<!-- BEGIN SNIPPET: simple-trigger -->
-	<!-- 
+    <!-- BEGIN SNIPPET: cron-trigger -->
+    <!-- 
+       The Cron Trigger endpoint use a Quartz cron.
+       A cron looks like a Unix crontab entry to define event firing.
+       
+       Attributes:
+           service                     : the endpoint service name
+           endpoint                    : the endpoint name
+           targetService               : the target endpoint service name
+           targetEndpoint              : the target endpoint name
+           trigger                     : the Quartz trigger to use
+                                         Here we use a <quartz:cron/> with the cronExpression attribute
+    -->
+    <quartz:endpoint service="replaceMe:serviceName"
+        endpoint="cron-trigger" 
+        targetService="replaceMe:targetServiceName"
+        targetEndpoint="targetEndpoint">
+        <quartz:trigger>
+            <quartz:cron cronExpression="0/5 * * * * ?" />
+        </quartz:trigger>
+    </quartz:endpoint>
+    <!-- END SNIPPET: cron-trigger -->
+    
+    <!-- BEGIN SNIPPET: simple-trigger -->
+    <!-- 
        The Simple Trigger endpoint use a Quartz simple trigger.
        A Simple Trigger simply fires event at a given interval.
        
@@ -60,11 +60,11 @@
         </quartz:trigger>
     </quartz:endpoint>
     <!-- END SNIPPET:  -->
-	
-	<!-- BEGIN SNIPPET: quartz-custom-marshaler -->
-	<!--
-	   This sample shows the usage of a custom marshaler defining the jobDetail map content.
-	-->
+    
+    <!-- BEGIN SNIPPET: quartz-custom-marshaler -->
+    <!--
+       This sample shows the usage of a custom marshaler defining the jobDetail map content.
+    -->
     <quartz:endpoint service="replaceMe:serviceName"
         endpoint="quartz-custom-marshaler" 
         targetService="replaceMe:targetServiceName"

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

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

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

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

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

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

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

Modified: servicemix/archetypes/trunk/servicemix-scripting-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-scripting-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-scripting-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-scripting-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 :: Scripting Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: Scripting Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.servicemix</groupId>
-			<artifactId>servicemix-scripting</artifactId>
-			<version>@{components.version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-scripting</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-service-assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-assembly/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-service-assembly</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: Service Assembly</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-service-assembly</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: Service Assembly</name>
 
-</project>
\ No newline at end of file
+</project>

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

Modified: servicemix/archetypes/trunk/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,49 +1,49 @@
 <?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-assembly</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: Service Assembly</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-assembly</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: Service Assembly</name>
 
-	<dependencies>
-		<!-- Add your service units dependencies here -->
-	</dependencies>
+    <dependencies>
+        <!-- Add your service units dependencies here -->
+    </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>
-				<configuration>
-					<type>service-assembly</type>
-				</configuration>
-			</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>
+                <configuration>
+                    <type>service-assembly</type>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>

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

Modified: servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml Fri Jan 28 20:17:34 2011
@@ -1,165 +1,165 @@
 <?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-component</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: Custom Service Engine Component</name>
-	
-	<properties>
-	   <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,
-	       sun.misc;resolution:=optional,
-	       *
-	   </servicemix.osgi.import>
-	   <servicemix.osgi.export>
-	       ${packageName}*;version=${version}
-	   </servicemix.osgi.export>
-	   <servicemix.osgi.dynamic.import>
-	       javax.*,org.w3c.*,org.xml.*
-	   </servicemix.osgi.dynamic.import>
-	   <servicemix.osgi.private />
-	   <servicemix.osgi.bundles>
-	       org.springframework.core,
-	       org.springframework.beans,
-	       org.springframework.context,
-	   </servicemix.osgi.bundles>
-	</properties>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-component</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: Custom Service Engine Component</name>
+    
+    <properties>
+       <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,
+           sun.misc;resolution:=optional,
+           *
+       </servicemix.osgi.import>
+       <servicemix.osgi.export>
+           ${packageName}*;version=${version}
+       </servicemix.osgi.export>
+       <servicemix.osgi.dynamic.import>
+           javax.*,org.w3c.*,org.xml.*
+       </servicemix.osgi.dynamic.import>
+       <servicemix.osgi.private />
+       <servicemix.osgi.bundles>
+           org.springframework.core,
+           org.springframework.beans,
+           org.springframework.context,
+       </servicemix.osgi.bundles>
+    </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.servicemix</groupId>
-			<artifactId>servicemix-core</artifactId>
-			<version>@{servicemix.version}</version>
-			<scope>test</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-jmx</artifactId>
-				</exclusion>
-			</exclusions>
-		</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.servicemix</groupId>
+            <artifactId>servicemix-core</artifactId>
+            <version>@{servicemix.version}</version>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-jmx</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>@{junit.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.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>
-					<type>service-engine</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>
-			             <phase>process-classes</phase>
-			             <goals>
-			                 <goal>manifest</goal>
-			             </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>
-</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>
+                <configuration>
+                    <type>service-engine</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>
+                         <phase>process-classes</phase>
+                         <goals>
+                             <goal>manifest</goal>
+                         </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>
+</project>

Modified: servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java (original)
+++ servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java Fri Jan 28 20:17:34 2011
@@ -27,19 +27,19 @@ import java.util.List;
 public class MyComponent extends DefaultComponent {
 
     private MyEndpoint[] endpoints;
-	
-	public MyEndpoint[] getEndpoints() {
-	    return endpoints;
-	}
-	
-	public void setEndpoints(MyEndpoint[] endpoints) {
-		this.endpoints = endpoints;
-	}
-	
-	protected List getConfiguredEndpoints() {
-	    return asList(endpoints);
-	}
-	
+    
+    public MyEndpoint[] getEndpoints() {
+        return endpoints;
+    }
+    
+    public void setEndpoints(MyEndpoint[] endpoints) {
+        this.endpoints = endpoints;
+    }
+    
+    protected List getConfiguredEndpoints() {
+        return asList(endpoints);
+    }
+    
     protected Class[] getEndpointClasses() {
         return new Class[] { MyEndpoint.class };
     }

Modified: servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java (original)
+++ servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java Fri Jan 28 20:17:34 2011
@@ -39,7 +39,7 @@ public class MyEndpoint extends Provider
     }
     
     protected void processInOut(MessageExchange exchange, NormalizedMessage in, NormalizedMessage out) throws Exception {
-	    if (exchange.getStatus() == ExchangeStatus.ACTIVE) {
+        if (exchange.getStatus() == ExchangeStatus.ACTIVE) {
             out.setContent(in.getContent());
             getChannel().send(exchange);
         }

Modified: servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/test/resources/spring.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/test/resources/spring.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-engine/src/main/resources/archetype-resources/src/test/resources/spring.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-engine/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:endpoint service="test:service" endpoint="endpoint" />
-            	</my:endpoints>
+                <my:endpoints>
+                    <my:endpoint service="test:service" endpoint="endpoint" />
+                </my:endpoints>
             </my:component>
         </sm:component>
       </sm:activationSpec>

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

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

Modified: servicemix/archetypes/trunk/servicemix-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-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 :: Service Unit</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: Service Unit</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>@{junit.version}</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>@{junit.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<defaultGoal>true</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>true</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-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-shared-library/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-shared-library/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-shared-library/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-shared-library</artifactId>
-	<name>Apache ServiceMix :: Archetypes :: Shared Library</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-shared-library</artifactId>
+    <name>Apache ServiceMix :: Archetypes :: Shared Library</name>
 
-</project>
\ No newline at end of file
+</project>

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

Modified: servicemix/archetypes/trunk/servicemix-shared-library/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-shared-library/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-shared-library/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-shared-library/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-shared-library</packaging>
-	<version>${version}</version>
-	<name>Apache ServiceMix :: Shared Library</name>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-shared-library</packaging>
+    <version>${version}</version>
+    <name>Apache ServiceMix :: Shared Library</name>
 
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>@{junit.version}</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <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>
-			</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-smpp-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-smpp-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-smpp-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-smpp-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-smpp-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-smpp-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-smpp-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-smpp-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-smpp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-smpp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-smpp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-smpp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -63,4 +63,4 @@
                    password="password"/>
     <!-- END SNIPPET: smpp-provider -->                           
        
-</beans>
\ No newline at end of file
+</beans>

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

Modified: servicemix/archetypes/trunk/servicemix-snmp-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-snmp-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-snmp-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-snmp-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-snmp-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-snmp-service-unit/src/main/resources/archetype-resources/pom.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-snmp-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-snmp-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-snmp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-snmp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-snmp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ servicemix/archetypes/trunk/servicemix-snmp-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Fri Jan 28 20:17:34 2011
@@ -48,4 +48,4 @@
                  address="udp:127.0.0.1/162" />
     <!-- END SNIPPET: snmp-trap-consumer -->
 
-</beans>
\ No newline at end of file
+</beans>

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

Modified: servicemix/archetypes/trunk/servicemix-validation-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-validation-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=1064857&r1=1064856&r2=1064857&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-validation-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/archetypes/trunk/servicemix-validation-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/address.xsd</resource>
     <resource>src/main/resources/schema.xsd</resource>
   </resources>
-</archetype>
\ No newline at end of file
+</archetype>

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