Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.doc/build-help.xml')
-rw-r--r--org.eclipse.egit.doc/build-help.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.doc/build-help.xml b/org.eclipse.egit.doc/build-help.xml
index 589b75fab2..06a9016b62 100644
--- a/org.eclipse.egit.doc/build-help.xml
+++ b/org.eclipse.egit.doc/build-help.xml
@@ -30,9 +30,9 @@
<mediawiki-to-eclipse-help
dest="${basedir}/help"
- wikiBaseUrl="${egit.help.doc.url.base}"
+ wikiBaseUrl="${egit.help.doc.url.base}"
defaultAbsoluteLinkTarget="egit_external"
- fetchImages="true"
+ fetchImages="true"
formatOutput="true"
generateUnifiedToc="true"
helpPrefix="help"
@@ -44,8 +44,8 @@
>
<path name="EGit/User_Guide" title="EGit User Guide" />
<path name="JGit/User_Guide" title="JGit User Guide" />
- <path name="EGit/New_and_Noteworthy/5.5" title="EGit 5.5 New and Noteworthy" />
- <path name="JGit/New_and_Noteworthy/5.5" title="JGit 5.5 New and Noteworthy" />
+ <path name="EGit/New_and_Noteworthy/5.6" title="EGit 5.6 New and Noteworthy" />
+ <path name="JGit/New_and_Noteworthy/5.6" title="JGit 5.6 New and Noteworthy" />
<path name="EGit/Git_For_Eclipse_Users" title="Git for Eclipse Users" />
<path name="EGit/Contributor_Guide" title="EGit Contributor Guide" />
<stylesheet url="book.css" />

Back to the top