blob: 85809c114d0b932f0cee8bcd2f489ca540ca77e8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Copyright (c) 2005, 2008 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
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>