You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/11/01 00:00:45 UTC

svn commit: r469695 [3/3] - in /incubator/servicemix/branches/servicemix-3.0: ./ apache-servicemix/ build/ geronimo/ geronimo/deployer-service/ geronimo/deployer/ geronimo/servicemix-service/ geronimo/servicemix/ samples/ samples/basic/ samples/bridge/...

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,101 +1,123 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-archetypes-itests</artifactId>
-  <name>ServiceMix :: Maven2 :: Archetypes :: ITests</name>
-  
-  <dependencies>
-    <dependency>
-      <groupId>classworlds</groupId>
-      <artifactId>classworlds</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-embedder</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-binding-component</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-eip-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-embedded-simple</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-http-consumer-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-http-provider-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-jms-consumer-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-jms-provider-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-jsr181-wsdl-first-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-lwcontainer-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-service-assembly</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-service-engine</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-service-unit</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.tooling</groupId>
-      <artifactId>servicemix-shared-library</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-  </dependencies>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-archetype-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
\ No newline at end of file
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
+    
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.0.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>servicemix-archetypes-itests</artifactId>
+  <name>ServiceMix :: Maven2 :: Archetypes :: ITests</name>
+  
+  <dependencies>
+    <dependency>
+      <groupId>classworlds</groupId>
+      <artifactId>classworlds</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-embedder</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-binding-component</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-eip-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-embedded-simple</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-http-consumer-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-http-provider-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-jms-consumer-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-jms-provider-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-jsr181-wsdl-first-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-lwcontainer-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-service-assembly</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-service-engine</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-service-unit</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix.tooling</groupId>
+      <artifactId>servicemix-shared-library</artifactId>
+      <version>${servicemix-version}</version>
+    </dependency>
+  </dependencies>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-archetype-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-binding-component</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: BindingComponent</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-eip-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-eip-service-unit/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-eip-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-eip-service-unit/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-eip-service-unit</artifactId>
-  <name>ServiceMix :: Maven2 :: Archetypes :: EIPServiceUnit</name>
-
-</project>
\ No newline at end of file
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
+    
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.0.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>servicemix-eip-service-unit</artifactId>
+  <name>ServiceMix :: Maven2 :: Archetypes :: EIPServiceUnit</name>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-embedded-simple/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-embedded-simple/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-embedded-simple/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-embedded-simple/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-embedded-simple</artifactId>
-  <name>ServiceMix :: Maven2 :: Archetypes :: EmbeddedSimple</name>
-
-</project>
\ No newline at end of file
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
+    
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.0.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>servicemix-embedded-simple</artifactId>
+  <name>ServiceMix :: Maven2 :: Archetypes :: EmbeddedSimple</name>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-consumer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-consumer-service-unit/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-consumer-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-consumer-service-unit/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-http-consumer-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: HttpConsumerServiceUnit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-provider-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-provider-service-unit/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-provider-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-http-provider-service-unit/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-http-provider-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: HttpProviderServiceUnit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-consumer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-consumer-service-unit/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-consumer-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-consumer-service-unit/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-jms-consumer-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: JmsConsumerServiceUnit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-provider-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-provider-service-unit/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-provider-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jms-provider-service-unit/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-jms-provider-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: JmsProviderServiceUnit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jsr181-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jsr181-wsdl-first-service-unit/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jsr181-wsdl-first-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-jsr181-wsdl-first-service-unit/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-jsr181-wsdl-first-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: Jsr181WsdlFirstServiceUnit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-lwcontainer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-lwcontainer-service-unit/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-lwcontainer-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-lwcontainer-service-unit/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>servicemix-lwcontainer-service-unit</artifactId>
-  <name>ServiceMix :: Maven2 :: Archetypes :: LWContainerServiceUnit</name>
-
-</project>
\ No newline at end of file
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
+    
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>tooling</artifactId>
+    <version>3.0.1-incubating-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>servicemix-lwcontainer-service-unit</artifactId>
+  <name>ServiceMix :: Maven2 :: Archetypes :: LWContainerServiceUnit</name>
+
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-assembly/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-assembly/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-assembly/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-service-assembly</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: ServiceAssembly</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-service-engine</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: ServiceEngine</name>
   
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-unit/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-unit/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-unit/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-service-unit</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: ServiceUnit</name>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-shared-library/pom.xml?view=diff&rev=469695&r1=469694&r2=469695
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-shared-library/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-shared-library/pom.xml Tue Oct 31 15:00:43 2006
@@ -1,14 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?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
+
+       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.
+
+-->
+<project 
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xmlns="http://maven.apache.org/POM/4.0.0">
     
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.0.2-incubating-SNAPSHOT</version>
+    <version>3.0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>servicemix-shared-library</artifactId>
   <name>ServiceMix :: Maven2 :: Archetypes :: SharedLibrary</name>
 
-</project>
\ No newline at end of file
+</project>