test/com/sun/javadoc/testPackagePage/TestPackagePage.java

changeset 1372
78962d89f283
parent 798
4868a36f6fd8
child 2525
2eb010b6cb22
equal deleted inserted replaced
1366:12cf6bfd8c05 1372:78962d89f283
1 /* 1 /*
2 * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
50 }, 50 },
51 {BUG_ID + "-1" + FS + "deprecated-list.html", 51 {BUG_ID + "-1" + FS + "deprecated-list.html",
52 "<li><a href=\"com/pkg/package-summary.html\">Package</a></li>" 52 "<li><a href=\"com/pkg/package-summary.html\">Package</a></li>"
53 }, 53 },
54 {BUG_ID + "-1" + FS + "index-all.html", 54 {BUG_ID + "-1" + FS + "index-all.html",
55 "<li><a href=\"./com/pkg/package-summary.html\">Package</a></li>" 55 "<li><a href=\"com/pkg/package-summary.html\">Package</a></li>"
56 }, 56 },
57 {BUG_ID + "-1" + FS + "help-doc.html", 57 {BUG_ID + "-1" + FS + "help-doc.html",
58 "<li><a href=\"com/pkg/package-summary.html\">Package</a></li>" 58 "<li><a href=\"com/pkg/package-summary.html\">Package</a></li>"
59 }, 59 },
60 }; 60 };

mercurial