Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.platform.doc.isv/customBuildCallbacks.xml')
-rw-r--r--bundles/org.eclipse.platform.doc.isv/customBuildCallbacks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/customBuildCallbacks.xml b/bundles/org.eclipse.platform.doc.isv/customBuildCallbacks.xml
index 4974688de..88b051831 100644
--- a/bundles/org.eclipse.platform.doc.isv/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.platform.doc.isv/customBuildCallbacks.xml
@@ -26,6 +26,7 @@
<!-- build.result.folder - folder to contain the build results -->
<!-- ===================================================================== -->
<target name="post.build.jars">
+ <property name="basedir.properties" value="pde_basedirs.properties"/>
<ant antfile="buildDoc.xml" />
</target>

Back to the top