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 2018/01/04 05:56:08 UTC

[02/13] incubator-taverna-server git commit: Avoid w3c.org tar-pit for xmlds.xsd

Avoid w3c.org tar-pit for xmlds.xsd


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/52a916f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/52a916f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/52a916f3

Branch: refs/heads/master
Commit: 52a916f3e0f5899754f23dfa80258771ef83c441
Parents: ee8b366
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jan 4 05:24:48 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jan 4 05:24:48 2018 +0000

----------------------------------------------------------------------
 taverna-server-usagerecord/src/main/xsd/urf.xsd | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/52a916f3/taverna-server-usagerecord/src/main/xsd/urf.xsd
----------------------------------------------------------------------
diff --git a/taverna-server-usagerecord/src/main/xsd/urf.xsd b/taverna-server-usagerecord/src/main/xsd/urf.xsd
index 2f3f2b5..ac424a6 100644
--- a/taverna-server-usagerecord/src/main/xsd/urf.xsd
+++ b/taverna-server-usagerecord/src/main/xsd/urf.xsd
@@ -35,9 +35,15 @@
     </xsd:documentation>
   </xsd:annotation>
 
+  <!--
   <xsd:import namespace="http://www.w3.org/2000/09/xmldsig#"
           schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" />
 
+  Changed for Apache Taverna: imported locally instead to avoid w3.org "tar-pit"
+  -->
+  <xsd:import namespace="http://www.w3.org/2000/09/xmldsig#"
+          schemaLocation="xmlds.xsd" />
+
   <xsd:complexType name="UsageRecordType">
     <xsd:sequence>
       <xsd:element maxOccurs="1" minOccurs="1" ref="urf:RecordIdentity" />