Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.pde.doc.user/customBuildCallbacks.xml')
-rw-r--r--bundles/org.eclipse.pde.doc.user/customBuildCallbacks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.pde.doc.user/customBuildCallbacks.xml b/bundles/org.eclipse.pde.doc.user/customBuildCallbacks.xml
index 308dc6ab1..951ac537b 100644
--- a/bundles/org.eclipse.pde.doc.user/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.pde.doc.user/customBuildCallbacks.xml
@@ -22,6 +22,7 @@
</target>
<target name="build.index" description="Builds search index for the plug-in: org.eclipse.platform.doc.user." if="eclipse.running">
+ <property name="basedir.properties" value="pde_basedirs.properties"/>
<ant antfile="buildDoc.xml" />
</target>

Back to the top