diff --git a/bundles/org.eclipse.jdt.doc.user/contexts_JDT.xml b/bundles/org.eclipse.jdt.doc.user/contexts_JDT.xml index 11dacdd..9be1959 100644 --- a/bundles/org.eclipse.jdt.doc.user/contexts_JDT.xml +++ b/bundles/org.eclipse.jdt.doc.user/contexts_JDT.xml @@ -756,6 +756,11 @@ + + A dialog where you can specify the Index location for a selected jar file. + + + A dialog where you can specify a new source folder. @@ -1028,6 +1033,11 @@ + + This page is where you can specify the Index location for a selected jar file. + + + Displays file system information about the selected Java element. diff --git a/bundles/org.eclipse.jdt.doc.user/reference/ref-dialog-index-location.htm b/bundles/org.eclipse.jdt.doc.user/reference/ref-dialog-index-location.htm new file mode 100644 index 0000000..ba2bcaf --- /dev/null +++ b/bundles/org.eclipse.jdt.doc.user/reference/ref-dialog-index-location.htm @@ -0,0 +1,166 @@ + + + + + + + + Index Location Dialog + + + + +

+ Index Location Dialog +

+

+ This dialog lets you define the location of the Index for a JAR. +

+

+ You can reach this dialog the following ways: +

+ + + + + + + + + + + + + + + + + + +
+

+ Option +

+
+

+ Description +

+
+

+ Default +

+
+

+ Index URL +

+
+

+ Specify the index file. You can Browse in the local file system for a Index file (will result in a + file:// URL)  +

+
+ <empty> +
+

+ Validate +

+
+

+ Validate the index file [ by trying to access the index.html and package-list file with the given URL. If the validation was + successful, you can directly open the documentation. ] +

+
+

  + +

+
+ +

+ Index for JARs can also be located inside an archive available on the local file system. In that case the location of the archive as well as the location + of the index inside the archive has to be specified. +

+ + + + + + + + + + + + + + + + + + + + + + +
+

+ Option +

+
+

+ Description +

+
+

+ Default +

+
+

+ Archive location +

+
+

+ Specify the location of the archive that contains the Index. You can Browse in the local file system for a Index file. +

+
+ <empty> +
+

+ Path within archive +

+
+

+ Specify the path inside the archive that contains the Index. You can Browse to see the content of the archive. +

+
+ <empty> +
+

+ Validate +

+
+

+ Validate the current index file [by trying to access the index.html and package-list file with the given URL. If the validation was + successful, you can directly open the documentation. ] +

+
+

  + +

+
+ + + + + + + diff --git a/bundles/org.eclipse.jdt.doc.user/topics_Reference.xml b/bundles/org.eclipse.jdt.doc.user/topics_Reference.xml index 93c5a31..36f904d 100644 --- a/bundles/org.eclipse.jdt.doc.user/topics_Reference.xml +++ b/bundles/org.eclipse.jdt.doc.user/topics_Reference.xml @@ -114,8 +114,8 @@ - - + +