332N/A * The contents of this file are subject to the terms of the 332N/A * Common Development and Distribution License (the "License"). 332N/A * You may not use this file except in compliance with the License. 332N/A * language governing permissions and limitations under the License. 332N/A * When distributing Covered Code, include this CDDL HEADER in each 332N/A * If applicable, add the following below this CDDL HEADER, with the 332N/A * fields enclosed by brackets "[]" replaced with your own identifying 332N/A * information: Portions Copyright [yyyy] [name of copyright owner] 332N/A * Copyright 2008 Sun Microsystems, Inc. All rights reserved. 332N/A * Use is subject to license terms. 332N/A "<?xml version=\"1.0\" encoding=\"US-ASCII\"?>\n" +
332N/A " <bar name=\"com.foo.bar.MyClass\"/>\n" +
332N/A // Reference to a Java class should have / instead of . in the path 332N/A // Ordinary file names should not have .'s replaced 1000N/A * XML special chars inside a string were not escaped if single quotes 1000N/A * were used around the string. Bug #15859.