org.apache.taverna.workbench parent
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/e103aa7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/e103aa7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/e103aa7e Branch: refs/heads/master Commit: e103aa7efc85b1fc83f0bcbdf37aa9eda9459a8f Parents: 3f67f4f Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Mar 6 22:00:28 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Mar 6 22:00:28 2015 +0000 ---------------------------------------------------------------------- pom.xml | 19 +++++- taverna-dataflow-activity-ui/pom.xml | 67 ++++++++------------ taverna-disabled-activity-ui/pom.xml | 26 ++++++-- taverna-stringconstant-activity-ui/pom.xml | 26 ++++++-- taverna-unrecognized-activity-ui/pom.xml | 26 ++++++-- taverna-workbench-activity-icons-api/pom.xml | 26 ++++++-- taverna-workbench-activity-palette-api/pom.xml | 23 +++++-- taverna-workbench-activity-palette-impl/pom.xml | 23 +++++-- taverna-workbench-activity-palette-ui/pom.xml | 23 +++++-- taverna-workbench-activity-tools/pom.xml | 26 ++++++-- taverna-workbench-configuration-api/pom.xml | 23 +++++-- taverna-workbench-configuration-impl/pom.xml | 26 ++++++-- taverna-workbench-contextual-views-api/pom.xml | 23 +++++-- taverna-workbench-contextual-views-impl/pom.xml | 23 +++++-- taverna-workbench-contextual-views/pom.xml | 26 ++++++-- taverna-workbench-credential-manager-ui/pom.xml | 26 ++++++-- .../pom.xml | 23 +++++-- taverna-workbench-design-ui/pom.xml | 26 ++++++-- taverna-workbench-edits-api/pom.xml | 26 ++++++-- taverna-workbench-edits-impl/pom.xml | 26 ++++++-- taverna-workbench-file-api/pom.xml | 26 ++++++-- taverna-workbench-file-impl/pom.xml | 26 ++++++-- taverna-workbench-graph-model/pom.xml | 23 +++++-- taverna-workbench-graph-view/pom.xml | 26 ++++++-- taverna-workbench-helper-api/pom.xml | 23 +++++-- taverna-workbench-helper/pom.xml | 26 ++++++-- taverna-workbench-httpproxy-config/pom.xml | 26 ++++++-- taverna-workbench-iteration-strategy-ui/pom.xml | 26 ++++++-- taverna-workbench-loop-ui/pom.xml | 32 +++++++--- taverna-workbench-menu-api/pom.xml | 23 +++++-- taverna-workbench-menu-impl/pom.xml | 26 ++++++-- taverna-workbench-menu-items/pom.xml | 23 +++++-- taverna-workbench-monitor-view/pom.xml | 23 +++++-- taverna-workbench-parallelize-ui/pom.xml | 23 +++++-- .../pom.xml | 43 ++++++------- taverna-workbench-perspective-design/pom.xml | 23 +++++-- .../pom.xml | 23 +++++-- taverna-workbench-perspective-results/pom.xml | 26 ++++++-- taverna-workbench-plugin-manager/pom.xml | 26 ++++++-- taverna-workbench-plugins-gui/pom.xml | 26 ++++++-- taverna-workbench-reference-ui/pom.xml | 23 +++++-- taverna-workbench-renderers-api/pom.xml | 23 +++++-- taverna-workbench-renderers-exts/pom.xml | 23 +++++-- taverna-workbench-renderers-impl/pom.xml | 23 +++++-- taverna-workbench-report-api/pom.xml | 23 +++++-- taverna-workbench-report-explainer/pom.xml | 26 ++++++-- taverna-workbench-report-impl/pom.xml | 26 ++++++-- taverna-workbench-report-view/pom.xml | 26 ++++++-- taverna-workbench-results-view/pom.xml | 23 +++++-- taverna-workbench-retry-ui/pom.xml | 23 +++++-- taverna-workbench-run-ui/pom.xml | 26 ++++++-- taverna-workbench-selection-api/pom.xml | 26 ++++++-- taverna-workbench-selection-impl/pom.xml | 26 ++++++-- taverna-workbench-update-manager/pom.xml | 26 ++++++-- taverna-workbench-workbench-api/pom.xml | 16 +++++ taverna-workbench-workbench-impl/pom.xml | 23 +++++-- taverna-workbench-workflow-explorer/pom.xml | 26 ++++++-- taverna-workbench-workflow-view/pom.xml | 23 +++++-- 58 files changed, 1169 insertions(+), 314 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 925cd4a..4d24ebf 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +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. +--> <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"> + 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</groupId> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-dataflow-activity-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/pom.xml b/taverna-dataflow-activity-ui/pom.xml index 00812ff..ae77887 100644 --- a/taverna-dataflow-activity-ui/pom.xml +++ b/taverna-dataflow-activity-ui/pom.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + 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> @@ -55,66 +71,39 @@ <dependency> <groupId>javax.help</groupId> <artifactId>javahelp</artifactId> - <version>${javahelp.version}</version> + <version>${javahelp.version}</version> </dependency> <dependency> - <groupId>net.sf.taverna.t2.ui-api</groupId> + <groupId>${parent.project.groupId}</groupId> <artifactId>activity-tools</artifactId> - <version>${t2.ui.api.version}</version> + <version>${parent.project.version}</version> </dependency> <dependency> - <groupId>net.sf.taverna.t2.ui-api</groupId> + <groupId>${parent.project.groupId}</groupId> <artifactId>helper-api</artifactId> - <version>${t2.ui.api.version}</version> + <version>${parent.project.version}</version> </dependency> <!-- testing dependencies --> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - <version> ${junit.version}</version> - </dependency> - <dependency> - <groupId>net.sf.taverna.t2.ui-impl</groupId> + <groupId>${parent.project.groupId}</groupId> <artifactId>file-impl</artifactId> - <version>${t2.ui.impl.version}</version> + <version>${parent.project.version}</version> <scope>test</scope> </dependency> <dependency> - <groupId>net.sf.taverna.t2.ui-impl</groupId> + <groupId>${parent.project.groupId}</groupId> <artifactId>edits-impl</artifactId> - <version>${t2.ui.impl.version}</version> + <version>${parent.project.version}</version> <scope>test</scope> </dependency> <!-- <dependency> - <groupId>uk.org.taverna.scufl2</groupId> - <artifactId>scufl2-t2flow</artifactId> - <version>${scufl2.version}</version> + <groupId>org.apache.taverna.language</groupId> + <artifactId>taverna-scufl2-t2flow</artifactId> + <version>${taverna.language.version}</version> <scope>test</scope> </dependency> --> </dependencies> - <repositories> - <repository> - <releases /> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>mygrid-repository</id> - <name>myGrid Repository</name> - <url>http://www.mygrid.org.uk/maven/repository - </url> - </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <snapshots /> - <id>mygrid-snapshot-repository</id> - <name>myGrid Snapshot Repository</name> - <url>http://www.mygrid.org.uk/maven/snapshot-repository</url> - </repository> - </repositories> </project> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-disabled-activity-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-disabled-activity-ui/pom.xml b/taverna-disabled-activity-ui/pom.xml index ddbaf29..3e132e2 100644 --- a/taverna-disabled-activity-ui/pom.xml +++ b/taverna-disabled-activity-ui/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna</groupId> - <artifactId>taverna-parent</artifactId> - <version>3.0.1-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-activities</groupId> <artifactId>disabled-activity-ui</artifactId> <version>2.0.1-SNAPSHOT</version> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-stringconstant-activity-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-stringconstant-activity-ui/pom.xml b/taverna-stringconstant-activity-ui/pom.xml index 761981f..d4e70df 100644 --- a/taverna-stringconstant-activity-ui/pom.xml +++ b/taverna-stringconstant-activity-ui/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna</groupId> - <artifactId>taverna-parent</artifactId> - <version>3.0.1-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-activities</groupId> <artifactId>stringconstant-activity-ui</artifactId> <version>2.0-SNAPSHOT</version> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-unrecognized-activity-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-unrecognized-activity-ui/pom.xml b/taverna-unrecognized-activity-ui/pom.xml index eb7a7c6..e0d0d92 100644 --- a/taverna-unrecognized-activity-ui/pom.xml +++ b/taverna-unrecognized-activity-ui/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna</groupId> - <artifactId>taverna-parent</artifactId> - <version>3.0.1-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-activities</groupId> <artifactId>unrecognized-activity-ui</artifactId> <version>2.0-SNAPSHOT</version> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-activity-icons-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-activity-icons-api/pom.xml b/taverna-workbench-activity-icons-api/pom.xml index 0024571..94f41b0 100644 --- a/taverna-workbench-activity-icons-api/pom.xml +++ b/taverna-workbench-activity-icons-api/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>activity-icons-api</artifactId> <packaging>bundle</packaging> <name>Activity icon manager API</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-activity-palette-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-activity-palette-api/pom.xml b/taverna-workbench-activity-palette-api/pom.xml index 1c9ab8c..2970793 100644 --- a/taverna-workbench-activity-palette-api/pom.xml +++ b/taverna-workbench-activity-palette-api/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>activity-palette-api</artifactId> <packaging>bundle</packaging> <name>Activity Palette API</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-activity-palette-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-activity-palette-impl/pom.xml b/taverna-workbench-activity-palette-impl/pom.xml index 4926a94..442b03e 100644 --- a/taverna-workbench-activity-palette-impl/pom.xml +++ b/taverna-workbench-activity-palette-impl/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>activity-palette-impl</artifactId> <packaging>bundle</packaging> <name>Activity Palette Impl</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-activity-palette-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-activity-palette-ui/pom.xml b/taverna-workbench-activity-palette-ui/pom.xml index 52549d0..cd2b0bc 100644 --- a/taverna-workbench-activity-palette-ui/pom.xml +++ b/taverna-workbench-activity-palette-ui/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>activity-palette-ui</artifactId> <packaging>bundle</packaging> <name>Activity Palette UI Component</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-activity-tools/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-activity-tools/pom.xml b/taverna-workbench-activity-tools/pom.xml index c84a263..8a28b08 100644 --- a/taverna-workbench-activity-tools/pom.xml +++ b/taverna-workbench-activity-tools/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>activity-tools</artifactId> <packaging>bundle</packaging> <name>Activity tools</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-configuration-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-configuration-api/pom.xml b/taverna-workbench-configuration-api/pom.xml index 81e819f..c5d9a62 100644 --- a/taverna-workbench-configuration-api/pom.xml +++ b/taverna-workbench-configuration-api/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>configuration-api</artifactId> <packaging>bundle</packaging> <name>Configuration Management API</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-configuration-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-configuration-impl/pom.xml b/taverna-workbench-configuration-impl/pom.xml index 19356bb..c21f725 100644 --- a/taverna-workbench-configuration-impl/pom.xml +++ b/taverna-workbench-configuration-impl/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>configuration-impl</artifactId> <packaging>bundle</packaging> <name>Configuration Management Implementations</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-contextual-views-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-contextual-views-api/pom.xml b/taverna-workbench-contextual-views-api/pom.xml index 5b8608f..7a75d4b 100644 --- a/taverna-workbench-contextual-views-api/pom.xml +++ b/taverna-workbench-contextual-views-api/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>contextual-views-api</artifactId> <packaging>bundle</packaging> <name>Contextual Views API</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-contextual-views-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-contextual-views-impl/pom.xml b/taverna-workbench-contextual-views-impl/pom.xml index 1cafa80..b8e16cc 100644 --- a/taverna-workbench-contextual-views-impl/pom.xml +++ b/taverna-workbench-contextual-views-impl/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>contextual-views-impl</artifactId> <packaging>bundle</packaging> <name>Contextual Views Implementation</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-contextual-views/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-contextual-views/pom.xml b/taverna-workbench-contextual-views/pom.xml index 2a07c7e..5440265 100644 --- a/taverna-workbench-contextual-views/pom.xml +++ b/taverna-workbench-contextual-views/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>contextual-views</artifactId> <packaging>bundle</packaging> <name>Contextual views</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-credential-manager-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-credential-manager-ui/pom.xml b/taverna-workbench-credential-manager-ui/pom.xml index 601c546..2bfa252 100644 --- a/taverna-workbench-credential-manager-ui/pom.xml +++ b/taverna-workbench-credential-manager-ui/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>credential-manager-ui</artifactId> <packaging>bundle</packaging> <name>Credential Manager UI</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-data-management-config-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-data-management-config-ui/pom.xml b/taverna-workbench-data-management-config-ui/pom.xml index 4afb4ad..fddcc2a 100644 --- a/taverna-workbench-data-management-config-ui/pom.xml +++ b/taverna-workbench-data-management-config-ui/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>data-management-config-ui</artifactId> <packaging>bundle</packaging> <name>Data management configuration UI components</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-design-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-design-ui/pom.xml b/taverna-workbench-design-ui/pom.xml index f88f676..62efdeb 100644 --- a/taverna-workbench-design-ui/pom.xml +++ b/taverna-workbench-design-ui/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>design-ui</artifactId> <name>Design UI</name> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-edits-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-edits-api/pom.xml b/taverna-workbench-edits-api/pom.xml index 1b52630..59fab76 100644 --- a/taverna-workbench-edits-api/pom.xml +++ b/taverna-workbench-edits-api/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>edits-api</artifactId> <packaging>bundle</packaging> <name>Edits API</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-edits-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-edits-impl/pom.xml b/taverna-workbench-edits-impl/pom.xml index b5b725a..54b844e 100644 --- a/taverna-workbench-edits-impl/pom.xml +++ b/taverna-workbench-edits-impl/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>edits-impl</artifactId> <packaging>bundle</packaging> <name>Edits implementation</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-file-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-file-api/pom.xml b/taverna-workbench-file-api/pom.xml index 2b6205d..0e4aa55 100644 --- a/taverna-workbench-file-api/pom.xml +++ b/taverna-workbench-file-api/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>file-api</artifactId> <packaging>bundle</packaging> <name>File opening API</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-file-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-file-impl/pom.xml b/taverna-workbench-file-impl/pom.xml index 98dcce7..2792edc 100644 --- a/taverna-workbench-file-impl/pom.xml +++ b/taverna-workbench-file-impl/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>file-impl</artifactId> <packaging>bundle</packaging> <name>File opening implementation</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-graph-model/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-graph-model/pom.xml b/taverna-workbench-graph-model/pom.xml index 8e255ba..62bdd02 100644 --- a/taverna-workbench-graph-model/pom.xml +++ b/taverna-workbench-graph-model/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>graph-model</artifactId> <packaging>bundle</packaging> <name>Graph Model</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-graph-view/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-graph-view/pom.xml b/taverna-workbench-graph-view/pom.xml index df8cdc9..210e845 100644 --- a/taverna-workbench-graph-view/pom.xml +++ b/taverna-workbench-graph-view/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>graph-view</artifactId> <packaging>bundle</packaging> <name>Graph View</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-helper-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-helper-api/pom.xml b/taverna-workbench-helper-api/pom.xml index 9f3945f..4da2343 100644 --- a/taverna-workbench-helper-api/pom.xml +++ b/taverna-workbench-helper-api/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>helper-api</artifactId> <packaging>bundle</packaging> <name>Help System</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-helper/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-helper/pom.xml b/taverna-workbench-helper/pom.xml index 70c0621..005a281 100644 --- a/taverna-workbench-helper/pom.xml +++ b/taverna-workbench-helper/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>helper</artifactId> <name>Help System (legacy dependency)</name> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-httpproxy-config/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-httpproxy-config/pom.xml b/taverna-workbench-httpproxy-config/pom.xml index f1a8328..fcdf2eb 100644 --- a/taverna-workbench-httpproxy-config/pom.xml +++ b/taverna-workbench-httpproxy-config/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>httpproxy-config</artifactId> <packaging>bundle</packaging> <name>HTTP Proxy configuration</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-iteration-strategy-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-iteration-strategy-ui/pom.xml b/taverna-workbench-iteration-strategy-ui/pom.xml index 0b6ff81..9ed49f5 100644 --- a/taverna-workbench-iteration-strategy-ui/pom.xml +++ b/taverna-workbench-iteration-strategy-ui/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>iteration-strategy-ui</artifactId> <packaging>bundle</packaging> <name>Menu generation API</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-loop-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-loop-ui/pom.xml b/taverna-workbench-loop-ui/pom.xml index f639bea..9a7a6d7 100644 --- a/taverna-workbench-loop-ui/pom.xml +++ b/taverna-workbench-loop-ui/pom.xml @@ -1,14 +1,28 @@ <?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> - <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-exts</artifactId> - <version>2.0-SNAPSHOT</version> +<!-- + 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 - </parent> - <groupId>net.sf.taverna.t2.ui-exts</groupId> + 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> + <parent> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> + </parent> <artifactId>loop-ui</artifactId> <packaging>bundle</packaging> <name>Loop layer contextual view</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-menu-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-menu-api/pom.xml b/taverna-workbench-menu-api/pom.xml index 247cd41..90130b8 100644 --- a/taverna-workbench-menu-api/pom.xml +++ b/taverna-workbench-menu-api/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-api</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-api</groupId> <artifactId>menu-api</artifactId> <packaging>bundle</packaging> <name>Menu generation API</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-menu-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-menu-impl/pom.xml b/taverna-workbench-menu-impl/pom.xml index d95bf49..18aec40 100644 --- a/taverna-workbench-menu-impl/pom.xml +++ b/taverna-workbench-menu-impl/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>menu-impl</artifactId> <packaging>bundle</packaging> <name>Menu generation implementation</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-menu-items/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-menu-items/pom.xml b/taverna-workbench-menu-items/pom.xml index c7007e3..143bb6c 100644 --- a/taverna-workbench-menu-items/pom.xml +++ b/taverna-workbench-menu-items/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-exts</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-exts</groupId> <artifactId>menu-items</artifactId> <packaging>bundle</packaging> <name>Additional menu items</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-monitor-view/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-monitor-view/pom.xml b/taverna-workbench-monitor-view/pom.xml index b4e102f..a2a76bb 100644 --- a/taverna-workbench-monitor-view/pom.xml +++ b/taverna-workbench-monitor-view/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>monitor-view</artifactId> <packaging>bundle</packaging> <name>Monitor View</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-parallelize-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-parallelize-ui/pom.xml b/taverna-workbench-parallelize-ui/pom.xml index 6fba337..914f9d2 100644 --- a/taverna-workbench-parallelize-ui/pom.xml +++ b/taverna-workbench-parallelize-ui/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-exts</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-exts</groupId> <artifactId>parallelize-ui</artifactId> <packaging>bundle</packaging> <name>Parallelize layer contextual view</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-perspective-biocatalogue/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-perspective-biocatalogue/pom.xml b/taverna-workbench-perspective-biocatalogue/pom.xml index 3f5457a..7a6d502 100644 --- a/taverna-workbench-perspective-biocatalogue/pom.xml +++ b/taverna-workbench-perspective-biocatalogue/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-exts</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-exts</groupId> <artifactId>perspective-biocatalogue</artifactId> <name>BioCatalogue Perspective</name> <repositories> @@ -16,30 +31,10 @@ <snapshots> <enabled>false</enabled> </snapshots> - <id>mygrid-repository</id> - <name>myGrid Repository</name> - <url>http://www.mygrid.org.uk/maven/repository</url> - </repository> - <repository> - <releases /> - <snapshots> - <enabled>false</enabled> - </snapshots> <id>fuse</id> <name>fuseRepository</name> <url>http://repo.fusesource.com/maven2-all/</url> </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <snapshots /> - <id>mygrid-snapshot-repository</id> - <name>myGrid Snapshot Repository</name> - <url> - http://www.mygrid.org.uk/maven/snapshot-repository - </url> - </repository> </repositories> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-perspective-design/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-perspective-design/pom.xml b/taverna-workbench-perspective-design/pom.xml index cde090a..d9db4c3 100644 --- a/taverna-workbench-perspective-design/pom.xml +++ b/taverna-workbench-perspective-design/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>perspective-design</artifactId> <packaging>bundle</packaging> <name>Design perspective</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-perspective-myexperiment/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-perspective-myexperiment/pom.xml b/taverna-workbench-perspective-myexperiment/pom.xml index 9406580..83555db 100644 --- a/taverna-workbench-perspective-myexperiment/pom.xml +++ b/taverna-workbench-perspective-myexperiment/pom.xml @@ -1,13 +1,28 @@ <?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 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>net.sf.taverna.t2</groupId> - <artifactId>ui-exts</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-exts</groupId> <artifactId>perspective-myexperiment</artifactId> <name>myExperiment perspective</name> <repositories> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-perspective-results/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-perspective-results/pom.xml b/taverna-workbench-perspective-results/pom.xml index f4efdd9..ae730eb 100644 --- a/taverna-workbench-perspective-results/pom.xml +++ b/taverna-workbench-perspective-results/pom.xml @@ -1,12 +1,28 @@ <?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"> +<!-- + 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> <parent> - <groupId>net.sf.taverna.t2</groupId> - <artifactId>ui-components</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-components</groupId> <artifactId>perspective-results</artifactId> <packaging>bundle</packaging> <name>Results Perspective</name> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e103aa7e/taverna-workbench-plugin-manager/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-workbench-plugin-manager/pom.xml b/taverna-workbench-plugin-manager/pom.xml index 4e9f0c1..9b24ea2 100644 --- a/taverna-workbench-plugin-manager/pom.xml +++ b/taverna-workbench-plugin-manager/pom.xml @@ -1,12 +1,28 @@ +<?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 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"> + 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>net.sf.taverna.t2</groupId> - <artifactId>ui-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.taverna.workbench</groupId> + <artifactId>taverna-workbench</artifactId> + <version>3.1.0-incubating-SNAPSHOT</version> </parent> - <groupId>net.sf.taverna.t2.ui-impl</groupId> <artifactId>plugin-manager</artifactId> <packaging>bundle</packaging> <name>Taverna Workbench Plugin Manager</name>
