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/01/18 18:23:35 UTC

incubator-taverna-commandline git commit: include example workflows

Repository: incubator-taverna-commandline
Updated Branches:
  refs/heads/master a024574b6 -> 3fdabc8a6


include example workflows

Copied from incubator-taverna-language/taverna-scufl2-examples/examples


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

Branch: refs/heads/master
Commit: 3fdabc8a67e6e38cd4a1c6cb65f72dcce4eda131
Parents: a024574
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 18 17:22:58 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 18 17:22:58 2016 +0000

----------------------------------------------------------------------
 .../src/main/assembly/dependencies-component.xml    |   7 ++++++-
 .../src/main/examples/helloanyone.wfbundle          | Bin 0 -> 9295 bytes
 .../src/main/examples/helloworld.wfbundle           | Bin 0 -> 6637 bytes
 3 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/3fdabc8a/taverna-commandline-product/src/main/assembly/dependencies-component.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/src/main/assembly/dependencies-component.xml b/taverna-commandline-product/src/main/assembly/dependencies-component.xml
index 0e8640e..0ee2d42 100644
--- a/taverna-commandline-product/src/main/assembly/dependencies-component.xml
+++ b/taverna-commandline-product/src/main/assembly/dependencies-component.xml
@@ -12,10 +12,15 @@
 			<filtered>true</filtered>
 		</fileSet>
 		<fileSet>
+			<directory>src/main/examples</directory>
+			<fileMode>0644</fileMode>
+			<outputDirectory>examples</outputDirectory>
+		</fileSet>
+		<fileSet>
 			<directory>${project.build.directory}/taverna-tmp</directory>
 			<fileMode>0755</fileMode>
 			<outputDirectory></outputDirectory>
 		</fileSet>
 	</fileSets>
 
-</component>
\ No newline at end of file
+</component>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/3fdabc8a/taverna-commandline-product/src/main/examples/helloanyone.wfbundle
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/src/main/examples/helloanyone.wfbundle b/taverna-commandline-product/src/main/examples/helloanyone.wfbundle
new file mode 100644
index 0000000..904a40d
Binary files /dev/null and b/taverna-commandline-product/src/main/examples/helloanyone.wfbundle differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/3fdabc8a/taverna-commandline-product/src/main/examples/helloworld.wfbundle
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/src/main/examples/helloworld.wfbundle b/taverna-commandline-product/src/main/examples/helloworld.wfbundle
new file mode 100644
index 0000000..ed4cd76
Binary files /dev/null and b/taverna-commandline-product/src/main/examples/helloworld.wfbundle differ