You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/02/19 11:42:01 UTC

[1/6] incubator-taverna-common-activities git commit: apache-taverna-common-activities

Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/master ff92f97fc -> cb00ee545


apache-taverna-common-activities


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/5217455e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/5217455e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/5217455e

Branch: refs/heads/master
Commit: 5217455e235bee8bfb7d49fb344318152a13877c
Parents: ff92f97
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Feb 18 12:37:37 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Feb 18 12:37:37 2016 +0000

----------------------------------------------------------------------
 taverna-beanshell-activity/pom.xml          | 2 +-
 taverna-external-tool-activity/pom.xml      | 2 +-
 taverna-interaction-activity/pom.xml        | 2 +-
 taverna-rest-activity/pom.xml               | 2 +-
 taverna-spreadsheet-import-activity/pom.xml | 2 +-
 taverna-wsdl-activity/pom.xml               | 2 +-
 taverna-wsdl-generic/pom.xml                | 2 +-
 taverna-xpath-activity/pom.xml              | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/5217455e/taverna-beanshell-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-beanshell-activity/pom.xml b/taverna-beanshell-activity/pom.xml
index 40d9773..4e3b860 100644
--- a/taverna-beanshell-activity/pom.xml
+++ b/taverna-beanshell-activity/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
     <groupId>org.apache.taverna.commonactivities</groupId>
-    <artifactId>taverna-common-activities</artifactId>
+    <artifactId>apache-taverna-common-activities</artifactId>
     <version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-beanshell-activity</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/5217455e/taverna-external-tool-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-external-tool-activity/pom.xml b/taverna-external-tool-activity/pom.xml
index 49ddfbd..760a7f7 100644
--- a/taverna-external-tool-activity/pom.xml
+++ b/taverna-external-tool-activity/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commonactivities</groupId>
-		<artifactId>taverna-common-activities</artifactId>
+		<artifactId>apache-taverna-common-activities</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-external-tool-activity</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/5217455e/taverna-interaction-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-interaction-activity/pom.xml b/taverna-interaction-activity/pom.xml
index 6277017..17ef1c9 100644
--- a/taverna-interaction-activity/pom.xml
+++ b/taverna-interaction-activity/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commonactivities</groupId>
-		<artifactId>taverna-common-activities</artifactId>
+		<artifactId>apache-taverna-common-activities</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-interaction-activity</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/5217455e/taverna-rest-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-rest-activity/pom.xml b/taverna-rest-activity/pom.xml
index aa0cba3..951b5f3 100644
--- a/taverna-rest-activity/pom.xml
+++ b/taverna-rest-activity/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commonactivities</groupId>
-		<artifactId>taverna-common-activities</artifactId>
+		<artifactId>apache-taverna-common-activities</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-rest-activity</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/5217455e/taverna-spreadsheet-import-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-spreadsheet-import-activity/pom.xml b/taverna-spreadsheet-import-activity/pom.xml
index ff86d5b..a9a666c 100644
--- a/taverna-spreadsheet-import-activity/pom.xml
+++ b/taverna-spreadsheet-import-activity/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commonactivities</groupId>
-		<artifactId>taverna-common-activities</artifactId>
+		<artifactId>apache-taverna-common-activities</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-spreadsheet-import-activity</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/5217455e/taverna-wsdl-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/pom.xml b/taverna-wsdl-activity/pom.xml
index d3181aa..75e9fce 100644
--- a/taverna-wsdl-activity/pom.xml
+++ b/taverna-wsdl-activity/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commonactivities</groupId>
-		<artifactId>taverna-common-activities</artifactId>
+		<artifactId>apache-taverna-common-activities</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-wsdl-activity</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/5217455e/taverna-wsdl-generic/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/pom.xml b/taverna-wsdl-generic/pom.xml
index a56cc96..a889714 100644
--- a/taverna-wsdl-generic/pom.xml
+++ b/taverna-wsdl-generic/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commonactivities</groupId>
-		<artifactId>taverna-common-activities</artifactId>
+		<artifactId>apache-taverna-common-activities</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/5217455e/taverna-xpath-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-xpath-activity/pom.xml b/taverna-xpath-activity/pom.xml
index 1012b73..68af65a 100644
--- a/taverna-xpath-activity/pom.xml
+++ b/taverna-xpath-activity/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commonactivities</groupId>
-		<artifactId>taverna-common-activities</artifactId>
+		<artifactId>apache-taverna-common-activities</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-xpath-activity</artifactId>


[2/6] incubator-taverna-common-activities git commit: Newer BeanShell 2.0b6

Posted by st...@apache.org.
Newer BeanShell 2.0b6


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/c65c9ca9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/c65c9ca9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/c65c9ca9

Branch: refs/heads/master
Commit: c65c9ca999b883236d5c187839c748b034275218
Parents: 5217455
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 19 09:47:57 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 19 09:47:57 2016 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/c65c9ca9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6d14046..5765eba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
 		<!-- Third-party dependency versios -->
 		<abdera.version>1.1.3</abdera.version>
-		<bsh.version>2.0b5</bsh.version>
+		<bsh.version>2.0b6</bsh.version>
 		<javax.wsdl.version>1.6.1</javax.wsdl.version>
 		<javacsv.version>2.0</javacsv.version>
 		<jsch.version>1.0.6.RELEASE</jsch.version>


[6/6] incubator-taverna-common-activities git commit: Apache license header

Posted by st...@apache.org.
Apache license header


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/cb00ee54
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/cb00ee54
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/cb00ee54

Branch: refs/heads/master
Commit: cb00ee545419d076c3e60a657da7f7c7389caab0
Parents: 19054ab
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 19 10:34:13 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 19 10:34:13 2016 +0000

----------------------------------------------------------------------
 .../spring/beanshell-activity-context-osgi.xml  | 18 +++++++++++++++++
 .../spring/beanshell-activity-context.xml       | 18 +++++++++++++++++
 .../external-tool-activity-context-osgi.xml     | 18 +++++++++++++++++
 .../spring/external-tool-activity-context.xml   | 18 +++++++++++++++++
 .../invocation/ssh/SshReference.hbm.xml         | 20 ++++++++++++++++++-
 .../interaction-activity-context-osgi.xml       | 18 +++++++++++++++++
 .../spring/interaction-activity-context.xml     | 18 +++++++++++++++++
 .../spring/rest-activity-context-osgi.xml       | 18 +++++++++++++++++
 .../META-INF/spring/rest-activity-context.xml   | 18 +++++++++++++++++
 .../spreadsheetimport-activity-context-osgi.xml | 18 +++++++++++++++++
 .../spreadsheetimport-activity-context.xml      | 18 +++++++++++++++++
 .../spring/wsdl-activity-context-osgi.xml       | 18 +++++++++++++++++
 .../META-INF/spring/wsdl-activity-context.xml   | 18 +++++++++++++++++
 .../getComplexWithInternalListResponse.xml      | 21 +++++++++++++++++++-
 .../src/test/resources/jws-splitter-input.xml   | 21 +++++++++++++++++++-
 .../spring/xpath-activity-context-osgi.xml      | 18 +++++++++++++++++
 .../META-INF/spring/xpath-activity-context.xml  | 18 +++++++++++++++++
 17 files changed, 311 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context-osgi.xml b/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context-osgi.xml
index fe3fbeb..3230cce 100644
--- a/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context-osgi.xml
+++ b/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context-osgi.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:beans="http://www.springframework.org/schema/beans"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context.xml b/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context.xml
index 0e7de0a..62dcd1e 100644
--- a/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context.xml
+++ b/taverna-beanshell-activity/src/main/resources/META-INF/spring/beanshell-activity-context.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans
                            http://www.springframework.org/schema/beans/spring-beans.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context-osgi.xml b/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context-osgi.xml
index a71b47e..7c33af5 100644
--- a/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context-osgi.xml
+++ b/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context-osgi.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:beans="http://www.springframework.org/schema/beans"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context.xml b/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context.xml
index 46486da..d933de9 100644
--- a/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context.xml
+++ b/taverna-external-tool-activity/src/main/resources/META-INF/spring/external-tool-activity-context.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans
                       http://www.springframework.org/schema/beans/spring-beans.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml
----------------------------------------------------------------------
diff --git a/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml b/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml
index d40cfab..4f0a737 100644
--- a/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml
+++ b/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml
@@ -1,4 +1,22 @@
-<?xml version="1.0"?>
+<?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.
+
+-->
 <!DOCTYPE hibernate-mapping PUBLIC
                 "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
                 "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context-osgi.xml b/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context-osgi.xml
index 2c75c58..69444ab 100644
--- a/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context-osgi.xml
+++ b/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context-osgi.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:beans="http://www.springframework.org/schema/beans"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context.xml b/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context.xml
index 71f423a..fdcc92f 100644
--- a/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context.xml
+++ b/taverna-interaction-activity/src/main/resources/META-INF/spring/interaction-activity-context.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans
                            http://www.springframework.org/schema/beans/spring-beans.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context-osgi.xml b/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context-osgi.xml
index d965e24..7c89161 100644
--- a/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context-osgi.xml
+++ b/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context-osgi.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:beans="http://www.springframework.org/schema/beans"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context.xml b/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context.xml
index ee58f29..ce0ea1f 100644
--- a/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context.xml
+++ b/taverna-rest-activity/src/main/resources/META-INF/spring/rest-activity-context.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans
                       http://www.springframework.org/schema/beans/spring-beans.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context-osgi.xml b/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context-osgi.xml
index 13794d9..249688d 100644
--- a/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context-osgi.xml
+++ b/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context-osgi.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:beans="http://www.springframework.org/schema/beans"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context.xml b/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context.xml
index b346669..c10a03e 100644
--- a/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context.xml
+++ b/taverna-spreadsheet-import-activity/src/main/resources/META-INF/spring/spreadsheetimport-activity-context.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans
                            http://www.springframework.org/schema/beans/spring-beans.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context-osgi.xml b/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context-osgi.xml
index 9371af6..8d7164b 100644
--- a/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context-osgi.xml
+++ b/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context-osgi.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:beans="http://www.springframework.org/schema/beans"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context.xml b/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context.xml
index 2dac1d1..812a028 100644
--- a/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context.xml
+++ b/taverna-wsdl-activity/src/main/resources/META-INF/spring/wsdl-activity-context.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans
                            http://www.springframework.org/schema/beans/spring-beans.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-wsdl-generic/src/test/resources/getComplexWithInternalListResponse.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/src/test/resources/getComplexWithInternalListResponse.xml b/taverna-wsdl-generic/src/test/resources/getComplexWithInternalListResponse.xml
index 75dd224..acd38d7 100644
--- a/taverna-wsdl-generic/src/test/resources/getComplexWithInternalListResponse.xml
+++ b/taverna-wsdl-generic/src/test/resources/getComplexWithInternalListResponse.xml
@@ -1 +1,20 @@
-<ns1:out xmlns:ns1="http://xfire.codehaus.org/BookService"><innerArray xmlns="http://complex.pojo.axis2.menagerie.googlecode"><ns1:string>String A</ns1:string><ns1:string>String B</ns1:string><ns1:string>String C</ns1:string><ns1:string>String D</ns1:string></innerArray><innerList xmlns="http://complex.pojo.axis2.menagerie.googlecode"><ns1:string>String A</ns1:string><ns1:string>String B</ns1:string><ns1:string>String C</ns1:string><ns1:string>String D</ns1:string></innerList><length xmlns="http://complex.pojo.axis2.menagerie.googlecode">4</length></ns1:out>
\ 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.
+
+-->
+<ns1:out xmlns:ns1="http://xfire.codehaus.org/BookService"><innerArray xmlns="http://complex.pojo.axis2.menagerie.googlecode"><ns1:string>String A</ns1:string><ns1:string>String B</ns1:string><ns1:string>String C</ns1:string><ns1:string>String D</ns1:string></innerArray><innerList xmlns="http://complex.pojo.axis2.menagerie.googlecode"><ns1:string>String A</ns1:string><ns1:string>String B</ns1:string><ns1:string>String C</ns1:string><ns1:string>String D</ns1:string></innerList><length xmlns="http://complex.pojo.axis2.menagerie.googlecode">4</length></ns1:out>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-wsdl-generic/src/test/resources/jws-splitter-input.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/src/test/resources/jws-splitter-input.xml b/taverna-wsdl-generic/src/test/resources/jws-splitter-input.xml
index 36384aa..996b819 100644
--- a/taverna-wsdl-generic/src/test/resources/jws-splitter-input.xml
+++ b/taverna-wsdl-generic/src/test/resources/jws-splitter-input.xml
@@ -1,3 +1,22 @@
+<?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.
+
+-->
 
 <getSteadyStateTableReturn>
     <credits xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Powered by Mathematica, Wolfram Research</credits>
@@ -73,4 +92,4 @@
         <metabVals xsi:type="xsd:string">0.04443987938517546</metabVals>
     </metabVals>
     <model xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">teusink</model>
-</getSteadyStateTableReturn>
\ No newline at end of file
+</getSteadyStateTableReturn>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context-osgi.xml b/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context-osgi.xml
index c1cf884..ca51d84 100644
--- a/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context-osgi.xml
+++ b/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context-osgi.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:beans="http://www.springframework.org/schema/beans"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/cb00ee54/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context.xml b/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context.xml
index eff0a5e..30d789c 100644
--- a/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context.xml
+++ b/taverna-xpath-activity/src/main/resources/META-INF/spring/xpath-activity-context.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans
                       http://www.springframework.org/schema/beans/spring-beans.xsd">


[3/6] incubator-taverna-common-activities git commit: reformatting pom.xml

Posted by st...@apache.org.
reformatting pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/11b03695
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/11b03695
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/11b03695

Branch: refs/heads/master
Commit: 11b036959b0cadb800b50b84b2e4b44ec528a68e
Parents: c65c9ca
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 19 09:50:08 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 19 09:50:08 2016 +0000

----------------------------------------------------------------------
 pom.xml                            | 66 ++++++++++++++---------------
 taverna-beanshell-activity/pom.xml | 75 ++++++++++++++++-----------------
 2 files changed, 70 insertions(+), 71 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/11b03695/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5765eba..537ea5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,12 +11,12 @@
 	<version>2.1.0-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache Taverna Common Activities</name>
-  <properties>
+	<properties>
 
 		<!-- Taverna dependency versions -->
-    <taverna.language.version>0.15.0-incubating</taverna.language.version>
-    <taverna.osgi.version>0.2.1-incubating-SNAPSHOT</taverna.osgi.version>
-    <taverna.engine.version>3.1.0-incubating-SNAPSHOT</taverna.engine.version>
+		<taverna.language.version>0.15.0-incubating</taverna.language.version>
+		<taverna.osgi.version>0.2.1-incubating-SNAPSHOT</taverna.osgi.version>
+		<taverna.engine.version>3.1.0-incubating-SNAPSHOT</taverna.engine.version>
 
 		<!-- Third-party dependency versios -->
 		<abdera.version>1.1.3</abdera.version>
@@ -25,39 +25,39 @@
 		<javacsv.version>2.0</javacsv.version>
 		<jsch.version>1.0.6.RELEASE</jsch.version>
 		<odfdom.version>0.7</odfdom.version>
-		<!-- <odfdom.version>0.8.8-incubating</odfdom.version>-->
+		<!-- <odfdom.version>0.8.8-incubating</odfdom.version> -->
 		<santuario.xmlsec.version>1.5.7</santuario.xmlsec.version>
-    <xmlschema.version>2.2.1</xmlschema.version>
+		<xmlschema.version>2.2.1</xmlschema.version>
 		<velocity.version>1.7</velocity.version>
 		<webdavservlet.version>2.0</webdavservlet.version>
-    <woden.version>1.0M10</woden.version>
+		<woden.version>1.0M10</woden.version>
 		<wss4j.version>1.6.18</wss4j.version>
-  </properties>
+	</properties>
 	<modules>
-    <module>taverna-beanshell-activity</module>
-    <module>taverna-external-tool-activity</module>
-    <module>taverna-interaction-activity</module>
-    <module>taverna-rest-activity</module>
-    <module>taverna-spreadsheet-import-activity</module>
-    <module>taverna-wsdl-activity</module>
-    <module>taverna-wsdl-generic</module>
-    <module>taverna-xpath-activity</module>
-  </modules>
-  <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities.git</developerConnection>
-    <url>https://github.com/apache/incubator-taverna-common-activities</url>
-    <tag>HEAD</tag>
-  </scm>
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
+		<module>taverna-beanshell-activity</module>
+		<module>taverna-external-tool-activity</module>
+		<module>taverna-interaction-activity</module>
+		<module>taverna-rest-activity</module>
+		<module>taverna-spreadsheet-import-activity</module>
+		<module>taverna-wsdl-activity</module>
+		<module>taverna-wsdl-generic</module>
+		<module>taverna-xpath-activity</module>
+	</modules>
+	<scm>
+		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities.git</connection>
+		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities.git</developerConnection>
+		<url>https://github.com/apache/incubator-taverna-common-activities</url>
+		<tag>HEAD</tag>
+	</scm>
+	<repositories>
+		<repository>
+			<id>apache.snapshots</id>
+			<name>Apache Snapshot Repository</name>
+			<url>http://repository.apache.org/snapshots</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+		</repository>
+	</repositories>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/11b03695/taverna-beanshell-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-beanshell-activity/pom.xml b/taverna-beanshell-activity/pom.xml
index 4e3b860..7a9470c 100644
--- a/taverna-beanshell-activity/pom.xml
+++ b/taverna-beanshell-activity/pom.xml
@@ -3,31 +3,29 @@
 	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.taverna.commonactivities</groupId>
-    <artifactId>apache-taverna-common-activities</artifactId>
-    <version>2.1.0-incubating-SNAPSHOT</version>
+		<groupId>org.apache.taverna.commonactivities</groupId>
+		<artifactId>apache-taverna-common-activities</artifactId>
+		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-beanshell-activity</artifactId>
 	<packaging>bundle</packaging>
 	<name>Apache Taverna Beanshell Activity</name>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Embed-Dependency>artifactId=bsh</Embed-Dependency>
-	    <Import-Package>!org.apache.bsf.*,!javax.swing.*,*</Import-Package>
-
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<extensions>true</extensions>
+				<configuration>
+					<instructions>
+						<Embed-Dependency>artifactId=bsh</Embed-Dependency>
+						<Import-Package>!org.apache.bsf.*,!javax.swing.*,*</Import-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 
 	<dependencies>
 		<dependency>
@@ -48,7 +46,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-      <version>${jackson.version}</version>
+			<version>${jackson.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -68,27 +66,28 @@
 			<version>${taverna.engine.version}</version>
 			<scope>test</scope>
 		</dependency>
-    <dependency>
-      <groupId>org.apache-extras.beanshell</groupId>
-      <artifactId>bsh</artifactId>
-      <version>${bsh.version}</version>
-      <optional>true</optional>
-<!-- NOTE: bsh is not really optional, but it is embedded in our jar as bsh is
-not yet available as a OSGi bundle -->
-    </dependency>
-<!--
-    <dependency>
-      <groupId>org.apache.bsf</groupId>
-      <artifactId>bsf-api</artifactId>
-      <version>3.1</version>
-      <optional>true</optional>
-    </dependency>
--->
+		<dependency>
+			<groupId>org.apache-extras.beanshell</groupId>
+			<artifactId>bsh</artifactId>
+			<version>${bsh.version}</version>
+			<optional>true</optional>
+			<!-- NOTE: bsh is not really optional, but it is embedded in our jar as 
+				bsh is not yet available as a OSGi bundle -->
+		</dependency>
+		<!--
+		<dependency>
+			<groupId>org.apache.bsf</groupId>
+			<artifactId>bsf-api</artifactId>
+			<version>3.1</version>
+			<optional>true</optional>
+		</dependency>
+		-->
+
 
 
 
 
-  </dependencies>
+	</dependencies>
 
 
 </project>


[5/6] incubator-taverna-common-activities git commit: Posted by st...@apache.org.
<?xml header


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/19054ab9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/19054ab9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/19054ab9

Branch: refs/heads/master
Commit: 19054ab9bc2cb9be33cfac2d8f244b99a8b5e7bc
Parents: 60af65b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 19 10:32:42 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 19 10:32:42 2016 +0000

----------------------------------------------------------------------
 pom.xml                                     | 1 +
 taverna-beanshell-activity/pom.xml          | 2 +-
 taverna-external-tool-activity/pom.xml      | 2 +-
 taverna-interaction-activity/pom.xml        | 2 +-
 taverna-rest-activity/pom.xml               | 2 +-
 taverna-spreadsheet-import-activity/pom.xml | 1 +
 taverna-wsdl-activity/pom.xml               | 2 +-
 taverna-wsdl-generic/pom.xml                | 2 +-
 taverna-xpath-activity/pom.xml              | 1 +
 9 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4b95df4..eb9983b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/taverna-beanshell-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-beanshell-activity/pom.xml b/taverna-beanshell-activity/pom.xml
index 79f74fd..204fa8b 100644
--- a/taverna-beanshell-activity/pom.xml
+++ b/taverna-beanshell-activity/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/taverna-external-tool-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-external-tool-activity/pom.xml b/taverna-external-tool-activity/pom.xml
index 85f3977..e48cefd 100644
--- a/taverna-external-tool-activity/pom.xml
+++ b/taverna-external-tool-activity/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/taverna-interaction-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-interaction-activity/pom.xml b/taverna-interaction-activity/pom.xml
index 3f61b72..176854d 100644
--- a/taverna-interaction-activity/pom.xml
+++ b/taverna-interaction-activity/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/taverna-rest-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-rest-activity/pom.xml b/taverna-rest-activity/pom.xml
index 9191fc2..ec730ca 100644
--- a/taverna-rest-activity/pom.xml
+++ b/taverna-rest-activity/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/taverna-spreadsheet-import-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-spreadsheet-import-activity/pom.xml b/taverna-spreadsheet-import-activity/pom.xml
index 39a8a91..1256a10 100644
--- a/taverna-spreadsheet-import-activity/pom.xml
+++ b/taverna-spreadsheet-import-activity/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/taverna-wsdl-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/pom.xml b/taverna-wsdl-activity/pom.xml
index 10ca97e..1fbc097 100644
--- a/taverna-wsdl-activity/pom.xml
+++ b/taverna-wsdl-activity/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/taverna-wsdl-generic/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/pom.xml b/taverna-wsdl-generic/pom.xml
index 7f02a58..076710f 100644
--- a/taverna-wsdl-generic/pom.xml
+++ b/taverna-wsdl-generic/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
     limitations under the License.
 
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/19054ab9/taverna-xpath-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-xpath-activity/pom.xml b/taverna-xpath-activity/pom.xml
index 345f039..c15e4ff 100644
--- a/taverna-xpath-activity/pom.xml
+++ b/taverna-xpath-activity/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more


[4/6] incubator-taverna-common-activities git commit: Apache License header in */pom.xml

Posted by st...@apache.org.
Apache License header in */pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/60af65b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/60af65b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/60af65b6

Branch: refs/heads/master
Commit: 60af65b6894bc1510f8a30d3f46aee79fbc03d26
Parents: 11b0369
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 19 09:52:17 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 19 09:52:17 2016 +0000

----------------------------------------------------------------------
 pom.xml                                     | 18 ++++++++++++++++++
 taverna-beanshell-activity/pom.xml          | 18 ++++++++++++++++++
 taverna-external-tool-activity/pom.xml      | 18 ++++++++++++++++++
 taverna-interaction-activity/pom.xml        | 18 ++++++++++++++++++
 taverna-rest-activity/pom.xml               | 18 ++++++++++++++++++
 taverna-spreadsheet-import-activity/pom.xml | 18 ++++++++++++++++++
 taverna-wsdl-activity/pom.xml               | 18 ++++++++++++++++++
 taverna-wsdl-generic/pom.xml                | 18 ++++++++++++++++++
 taverna-xpath-activity/pom.xml              | 18 ++++++++++++++++++
 9 files changed, 162 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 537ea5d..4b95df4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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 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">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/taverna-beanshell-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-beanshell-activity/pom.xml b/taverna-beanshell-activity/pom.xml
index 7a9470c..79f74fd 100644
--- a/taverna-beanshell-activity/pom.xml
+++ b/taverna-beanshell-activity/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/taverna-external-tool-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-external-tool-activity/pom.xml b/taverna-external-tool-activity/pom.xml
index 760a7f7..85f3977 100644
--- a/taverna-external-tool-activity/pom.xml
+++ b/taverna-external-tool-activity/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/taverna-interaction-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-interaction-activity/pom.xml b/taverna-interaction-activity/pom.xml
index 17ef1c9..3f61b72 100644
--- a/taverna-interaction-activity/pom.xml
+++ b/taverna-interaction-activity/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/taverna-rest-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-rest-activity/pom.xml b/taverna-rest-activity/pom.xml
index 951b5f3..9191fc2 100644
--- a/taverna-rest-activity/pom.xml
+++ b/taverna-rest-activity/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/taverna-spreadsheet-import-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-spreadsheet-import-activity/pom.xml b/taverna-spreadsheet-import-activity/pom.xml
index a9a666c..39a8a91 100644
--- a/taverna-spreadsheet-import-activity/pom.xml
+++ b/taverna-spreadsheet-import-activity/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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 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>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/taverna-wsdl-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/pom.xml b/taverna-wsdl-activity/pom.xml
index 75e9fce..10ca97e 100644
--- a/taverna-wsdl-activity/pom.xml
+++ b/taverna-wsdl-activity/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/taverna-wsdl-generic/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/pom.xml b/taverna-wsdl-generic/pom.xml
index a889714..7f02a58 100644
--- a/taverna-wsdl-generic/pom.xml
+++ b/taverna-wsdl-generic/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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.
+
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/60af65b6/taverna-xpath-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-xpath-activity/pom.xml b/taverna-xpath-activity/pom.xml
index 68af65a..345f039 100644
--- a/taverna-xpath-activity/pom.xml
+++ b/taverna-xpath-activity/pom.xml
@@ -1,3 +1,21 @@
+<!--
+
+    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 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">
 	<modelVersion>4.0.0</modelVersion>