Repository: incubator-taverna-language Updated Branches: refs/heads/master 6a0421e35 -> bb51c3f3b
correct package name in schemaLocation reference 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/bb51c3f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/bb51c3f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/bb51c3f3 Branch: refs/heads/master Commit: bb51c3f3b2bae690092c83a996b3b84d7ec30b1d Parents: 6a0421e Author: Stian Soiland-Reyes <[email protected]> Authored: Tue Jan 9 23:32:36 2018 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Tue Jan 9 23:32:36 2018 +0000 ---------------------------------------------------------------------- .../src/test/resources/semantic_annotations__eclipse.t2flow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/bb51c3f3/taverna-scufl2-t2flow/src/test/resources/semantic_annotations__eclipse.t2flow ---------------------------------------------------------------------- diff --git a/taverna-scufl2-t2flow/src/test/resources/semantic_annotations__eclipse.t2flow b/taverna-scufl2-t2flow/src/test/resources/semantic_annotations__eclipse.t2flow index f2d5e9c..91d7d66 100644 --- a/taverna-scufl2-t2flow/src/test/resources/semantic_annotations__eclipse.t2flow +++ b/taverna-scufl2-t2flow/src/test/resources/semantic_annotations__eclipse.t2flow @@ -18,7 +18,7 @@ * under the License. --> <workflow xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://taverna.sf.net/2008/xml/t2flow ../../main/resources/uk/org/taverna/scufl2/translator/t2flow/xsd/t2flow-extended.xsd " + xsi:schemaLocation="http://taverna.sf.net/2008/xml/t2flow ../../main/resources/org/apache/taverna/scufl2/translator/t2flow/xsd/t2flow-extended.xsd " xmlns="http://taverna.sf.net/2008/xml/t2flow" version="1" producedBy="taverna-2.4.0SNAPSHOT"> <dataflow id="2d726ace-4635-4bd1-89d5-703a50c96c1a" role="top"> @@ -538,4 +538,4 @@ out = in;</script> </annotation_chain> </annotations> </dataflow> -</workflow> \ No newline at end of file +</workflow>
