Browse Source

Xalan seems to require explicit encoding specifications when including files, should fix XsltTest and TraxLiaisonTest

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@643817 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
5ee25fec6f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/etc/testcases/taskdefs/optional/xml/entity.xml
  2. +1
    -1
      src/etc/testcases/taskdefs/optional/xsltliaison-include.xml

+ 1
- 1
src/etc/testcases/taskdefs/optional/xml/entity.xml View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with


+ 1
- 1
src/etc/testcases/taskdefs/optional/xsltliaison-include.xml View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with


Loading…
Cancel
Save