You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2018/02/09 13:53:00 UTC

[GitHub] stevedlawrence commented on a change in pull request #38: Move built-in-formats.xsd to test and the backwards compatibility added for it

stevedlawrence commented on a change in pull request #38: Move built-in-formats.xsd to test and the backwards compatibility added for it
URL: https://github.com/apache/incubator-daffodil/pull/38#discussion_r167231175
 
 

 ##########
 File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/IIBase.scala
 ##########
 @@ -165,17 +165,7 @@ abstract class IIBase( final override val xml: Node, xsdArg: XMLSchemaDocument,
     res
   }.value
 
-  final lazy val schemaLocationProperty = {
-    val prop = getAttributeOption("schemaLocation")
-    prop.map { text =>
-      if (text.contains("edu/illinois/ncsa/daffodil")) {
-        SDW("schemaLocation property uses deprecated edu/illinois/ncsa/daffodil path instead of org/apache/daffodil. Converting to new path.")
-        text.replace("edu/illinois/ncsa/daffodil", "org/apache/daffodil")
-      } else {
-        text
-      }
-    }
-  }
 
 Review comment:
   This is the hack that is now removed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services