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/12/07 04:17:14 UTC

[1/2] incubator-taverna-language git commit: also avoid XMLSchema.dtd

Repository: incubator-taverna-language
Updated Branches:
  refs/heads/no-ontologies 0d01d92ae -> cf5413258


also avoid XMLSchema.dtd


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

Branch: refs/heads/no-ontologies
Commit: 93f45f0bb053ddd6b2e224aa57bcb61aac41947d
Parents: 0d01d92
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Dec 7 04:15:30 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Dec 7 04:15:30 2018 +0000

----------------------------------------------------------------------
 taverna-robundle/src/main/xsd/xenc-schema.xsd | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/93f45f0b/taverna-robundle/src/main/xsd/xenc-schema.xsd
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/xsd/xenc-schema.xsd b/taverna-robundle/src/main/xsd/xenc-schema.xsd
index e906a7d..65b239e 100644
--- a/taverna-robundle/src/main/xsd/xenc-schema.xsd
+++ b/taverna-robundle/src/main/xsd/xenc-schema.xsd
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+./taverna-robundle/src/main/xsd/xenc-schema.xsd<?xml version="1.0" encoding="utf-8"?>
 
 <!--
 #
@@ -14,20 +14,8 @@
 #
 # 2018-12-07 This file has been modified for Apache Taverna to 
 #  use a relative import of ./xmldsig-core-schema.xsd
-#
+#  and to remove the http-based XMLSchema.dtd
 -->
-
-<!DOCTYPE schema  PUBLIC "-//W3C//DTD XMLSchema 200102//EN"
- "http://www.w3.org/2001/XMLSchema.dtd"
- [
-   <!ATTLIST schema
-     xmlns:xenc CDATA #FIXED 'http://www.w3.org/2001/04/xmlenc#'
-     xmlns:ds CDATA #FIXED 'http://www.w3.org/2000/09/xmldsig#'>
-   <!ENTITY xenc 'http://www.w3.org/2001/04/xmlenc#'>
-   <!ENTITY % p ''>
-   <!ENTITY % s ''>
-  ]>
-
 <schema xmlns='http://www.w3.org/2001/XMLSchema' version='1.0'
         xmlns:xenc='http://www.w3.org/2001/04/xmlenc#'
         xmlns:ds='http://www.w3.org/2000/09/xmldsig#'


[2/2] incubator-taverna-language git commit: xml typo

Posted by st...@apache.org.
xml typo


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

Branch: refs/heads/no-ontologies
Commit: cf5413258785e11588f34606d8cd2800a9701bae
Parents: 93f45f0
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Dec 7 04:16:36 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Dec 7 04:16:36 2018 +0000

----------------------------------------------------------------------
 taverna-robundle/src/main/xsd/xenc-schema.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/cf541325/taverna-robundle/src/main/xsd/xenc-schema.xsd
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/xsd/xenc-schema.xsd b/taverna-robundle/src/main/xsd/xenc-schema.xsd
index 65b239e..d1743c4 100644
--- a/taverna-robundle/src/main/xsd/xenc-schema.xsd
+++ b/taverna-robundle/src/main/xsd/xenc-schema.xsd
@@ -1,4 +1,4 @@
-./taverna-robundle/src/main/xsd/xenc-schema.xsd<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 
 <!--
 #