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/02/17 12:17:59 UTC

[43/52] [abbrv] incubator-taverna-language git commit: Delete a bunch of unused files.

Delete a bunch of unused files.

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

Branch: refs/heads/master
Commit: 7e05272dcc4b2c362d1f45199db88c735ae2e54d
Parents: 2602a85
Author: Donal Fellows <do...@manchester.ac.uk>
Authored: Thu Feb 12 13:53:37 2015 +0000
Committer: Donal Fellows <do...@manchester.ac.uk>
Committed: Thu Feb 12 14:06:51 2015 +0000

----------------------------------------------------------------------
 pom.xml                                         |     4 +-
 .../src/test/resources/3582.t2flow              |  1677 ---
 .../src/test/resources/3582.wfdesc.ttl          |   659 --
 .../test/resources/allTypes.types.sparql.json   |    77 -
 .../src/test/resources/allTypes.wfdesc.ttl      |   212 -
 .../src/test/resources/enm-v21.wfdesc.ttl       | 10323 -----------------
 .../src/test/resources/helloanyone.wfdesc.ttl   |    66 -
 .../test/resources/localdependency.wfdesc.ttl   |    26 -
 .../src/test/resources/nested.wfdesc.ttl        |   126 -
 .../rdf-in-example-annotation.wfdesc.ttl        |    25 -
 ...alid_component_imagemagickconvert.wfdesc.ttl |   112 -
 11 files changed, 1 insertion(+), 13306 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/7e05272d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eca2bfe..6fce57c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,15 +120,13 @@
             			<exclude>**/src/test/resources/rest.t2flow</exclude>
             			<exclude>**/src/test/resources/helloanyone.t2flow</exclude>
             			<exclude>**/src/test/resources/valid_component_imagemagickconvert.t2flow</exclude>
-            			<exclude>**/src/test/resources/3582.t2flow</exclude>
             			<exclude>**/src/test/resources/allTypes.t2flow</exclude>
             			<exclude>**/src/test/resources/enm-v21.t2flow</exclude>
             			<exclude>**/src/test/resources/helloworld.t2flow</exclude>
+            			<exclude>**/src/test/resources/helloworld.wfdesc.ttl</exclude>
             			<exclude>**/src/test/resources/localdependency.t2flow</exclude>
             			<exclude>**/src/test/resources/nested.t2flow</exclude>
             			<exclude>**/src/test/resources/rdf-in-example-annotation.t2flow</exclude>
-						<exclude>**/resources/**/*.wfdesc.ttl</exclude>
-						<exclude>**/resources/**/*.prov.ttl</exclude>
 						<exclude>**/mimetype</exclude><!-- really a binary format -->
 						<exclude>**/src/test/resources/*starterpacklist</exclude>
 						<exclude>**/src/test/resources/**/*.txt</exclude>