< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java

Print this page

        

@@ -107,43 +107,13 @@
     public static final DocPath JQUERY_JS_3_4 = DocPath.create("jquery-3.4.1.js");
 
     /** The name of the default jQuery javascript file. */
     public static final DocPath JQUERY_JS = DocPath.create("jquery-ui.js");
 
-    /** The name of the default jszip javascript file. */
-    public static final DocPath JSZIP = DocPath.create("jszip/dist/jszip.js");
-
-    /** The name of the default jszip javascript file. */
-    public static final DocPath JSZIP_MIN = DocPath.create("jszip/dist/jszip.min.js");
-
-    /** The name of the default jszip-utils javascript file. */
-    public static final DocPath JSZIPUTILS = DocPath.create("jszip-utils/dist/jszip-utils.js");
-
-    /** The name of the default jszip-utils javascript file. */
-    public static final DocPath JSZIPUTILS_MIN = DocPath.create("jszip-utils/dist/jszip-utils.min.js");
-
-    /** The name of the default jszip-utils javascript file. */
-    public static final DocPath JSZIPUTILS_IE = DocPath.create("jszip-utils/dist/jszip-utils-ie.js");
-
-    /** The name of the default jszip-utils javascript file. */
-    public static final DocPath JSZIPUTILS_IE_MIN = DocPath.create("jszip-utils/dist/jszip-utils-ie.min.js");
-
-    /** The name of the member search index file. */
-    public static final DocPath MEMBER_SEARCH_INDEX_JSON = DocPath.create("member-search-index.json");
-
-    /** The name of the member search index zip file. */
-    public static final DocPath MEMBER_SEARCH_INDEX_ZIP = DocPath.create("member-search-index.zip");
-
     /** The name of the member search index js file. */
     public static final DocPath MEMBER_SEARCH_INDEX_JS = DocPath.create("member-search-index.js");
 
-    /** The name of the module search index file. */
-    public static final DocPath MODULE_SEARCH_INDEX_JSON = DocPath.create("module-search-index.json");
-
-    /** The name of the module search index zip file. */
-    public static final DocPath MODULE_SEARCH_INDEX_ZIP = DocPath.create("module-search-index.zip");
-
     /** The name of the module search index js file. */
     public static final DocPath MODULE_SEARCH_INDEX_JS = DocPath.create("module-search-index.js");
 
     /** The name of the file for the overview summary. */
     public static final DocPath OVERVIEW_SUMMARY = DocPath.create("overview-summary.html");

@@ -152,16 +122,10 @@
     public static final DocPath OVERVIEW_TREE = DocPath.create("overview-tree.html");
 
     /** The name of the file for the package list. This is to support the legacy mode. */
     public static final DocPath PACKAGE_LIST = DocPath.create("package-list");
 
-    /** The name of the package search index file. */
-    public static final DocPath PACKAGE_SEARCH_INDEX_JSON = DocPath.create("package-search-index.json");
-
-    /** The name of the package search index zip file. */
-    public static final DocPath PACKAGE_SEARCH_INDEX_ZIP = DocPath.create("package-search-index.zip");
-
     /** The name of the package search index js file. */
     public static final DocPath PACKAGE_SEARCH_INDEX_JS = DocPath.create("package-search-index.js");
 
     /** The name of the file for the package summary. */
     public static final DocPath PACKAGE_SUMMARY = DocPath.create("package-summary.html");

@@ -317,25 +281,13 @@
     public static final DocPath SOURCE_OUTPUT = DocPath.create("src-html");
 
     /** The name of the default stylesheet. */
     public static final DocPath STYLESHEET = DocPath.create("stylesheet.css");
 
-    /** The name of the tag search index file. */
-    public static final DocPath TAG_SEARCH_INDEX_JSON = DocPath.create("tag-search-index.json");
-
-    /** The name of the tag search index zip file. */
-    public static final DocPath TAG_SEARCH_INDEX_ZIP = DocPath.create("tag-search-index.zip");
-
     /** The name of the tag search index js file. */
     public static final DocPath TAG_SEARCH_INDEX_JS = DocPath.create("tag-search-index.js");
 
-    /** The name of the type search index file. */
-    public static final DocPath TYPE_SEARCH_INDEX_JSON = DocPath.create("type-search-index.json");
-
-    /** The name of the type search index zip file. */
-    public static final DocPath TYPE_SEARCH_INDEX_ZIP = DocPath.create("type-search-index.zip");
-
     /** The name of the type search index js file. */
     public static final DocPath TYPE_SEARCH_INDEX_JS = DocPath.create("type-search-index.js");
 
     /** The name of the image file for undo button on the search box. */
     public static final DocPath X_IMG = DocPath.create("x.png");
< prev index next >