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 11:10:29 UTC

[3/6] incubator-taverna-language git commit: Updated RAT plugin config

Updated RAT plugin config


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/e4161804
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/e4161804
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/e4161804

Branch: refs/heads/master
Commit: e4161804e56db70680ecf5663b4210c798e8e352
Parents: 9c45b67
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Mar 17 10:06:27 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Mar 17 10:06:27 2015 +0000

----------------------------------------------------------------------
 pom.xml                                         |  14 +
 .../ebi_interproscan_newservices_900329.t2flow  | 742 -------------------
 2 files changed, 14 insertions(+), 742 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/e4161804/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8de6c13..a402efe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,16 @@
 						<!-- Expanded data bundle. Generated. -->
 						<exclude>/src/test/resources/full-example/ebi-wfrun-2013-05-31/</exclude>
 
+            <!-- Test COMBINE archives. Skeleton only (files empty) -->
+            <exclude>/src/test/resources/combine/aslanidi_purkinje_model_skeleton.zip</exclude>
+            <exclude>/src/test/resources/combine/Boris-skeleton.omex</exclude>
+            <exclude>/src/test/resources/combine/DirectoryMadnessZipped-skeleton.omex</exclude>
+            <exclude>/src/test/resources/combine/DirectoryMadness-skeleton.omex</exclude>
+
+            <!-- Our own test documents - contains LICENSE -->
+            <exclude>src/test/resources/document.odt</exclude>
+            <exclude>src/test/resources/workflowrun.bundle.zip</exclude>
+
             <!-- 
                  Below exclusions are for 
                  externally sourced/derived files 
@@ -91,6 +101,10 @@
             <exclude>**/wfdesc.ttl</exclude>
             <exclude>**/wfprov.ttl</exclude>
 
+            <!-- Dublin Core, Creative Commons Attribution 3.0 -->
+            <exclude>**/dcam.owl</exclude>
+            <exclude>**/dcterms_od.owl</exclude>
+
 					</excludes>
 				</configuration>
 			</plugin>