blob: 547259989370e29d70fce495d52ae56f6984ff42 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Copyright (c) 2005, 2008 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<!--
bug 195840 Import a XML file with BOM character in ant editor fails
this file starts with Byte Order Mark EF BB BF - utf8
-->
<project basedir="." default="build" name="Test">
<target name="build" />
</project>