include example workflows

Copied from incubator-taverna-language/taverna-scufl2-examples/examples
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>
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
--- /dev/null
+++ b/taverna-commandline-product/src/main/examples/helloanyone.wfbundle
Binary files differ
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
--- /dev/null
+++ b/taverna-commandline-product/src/main/examples/helloworld.wfbundle
Binary files differ