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 2015/03/17 10:55:46 UTC

[3/6] incubator-taverna-language git commit: Alan's workflow - Apache license header

Alan's workflow - Apache license header


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

Branch: refs/heads/master
Commit: bb3463a88540c733de5d10862bbc117084baad8f
Parents: fab2c35
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Mar 17 09:51:12 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Mar 17 09:51:12 2015 +0000

----------------------------------------------------------------------
 .../interaction_multiple_choice.t2flow          | 21 +++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/bb3463a8/taverna-scufl2-t2flow/src/test/resources/interaction_multiple_choice.t2flow
----------------------------------------------------------------------
diff --git a/taverna-scufl2-t2flow/src/test/resources/interaction_multiple_choice.t2flow b/taverna-scufl2-t2flow/src/test/resources/interaction_multiple_choice.t2flow
index e41c969..b3e07ec 100644
--- a/taverna-scufl2-t2flow/src/test/resources/interaction_multiple_choice.t2flow
+++ b/taverna-scufl2-t2flow/src/test/resources/interaction_multiple_choice.t2flow
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!-- 
+ * 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.
+ -->
 <workflow xmlns="http://taverna.sf.net/2008/xml/t2flow" version="1" producedBy="taverna-biodiversity-2.5.0"><dataflow id="da58acd5-937d-419d-aaf4-79ade8491adf" role="top"><name>Workflow3</name><inputPorts /><outputPorts><port><name>answers</name><lastPredictedDepth>1</lastPredictedDepth><annotations /></port></outputPorts><processors><processor><name>Interaction</name><inputPorts><port><name>selectionValues</name><depth>1</depth></port></inputPorts><outputPorts><port><name>answers</name><depth>1</depth><granularDepth>1</granularDepth></port></outputPorts><annotations /><activities><activity><raven><group>net.sf.taverna.t2.activities</group><artifact>interaction-activity</artifact><version>1.5</version></raven><class>net.sf.taverna.t2.activities.interaction.InteractionActivity</class><inputMap><map from="selectionValues" to="selectionValues" /></inputMap><outputMap><map from="answers" to="answers" /></outputMap><configBean encoding="xstream"><net.sf.taverna.t2.activities.interaction.
 InteractionActivityConfigurationBean xmlns="">
   <inputs>
     <net.sf.taverna.t2.workflowmodel.processor.activity.config.ActivityInputPortDefinitionBean>
@@ -106,4 +125,4 @@ if (!string.equals("")) {
       <curationEventList />
     </net.sf.taverna.t2.annotation.AnnotationAssertionImpl>
   </annotationAssertions>
-</net.sf.taverna.t2.annotation.AnnotationChainImpl></annotation_chain_2_2></annotations></dataflow></workflow>
\ No newline at end of file
+</net.sf.taverna.t2.annotation.AnnotationChainImpl></annotation_chain_2_2></annotations></dataflow></workflow>