summaryrefslogtreecommitdiffstats
path: root/tools/cents
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cents')
-rw-r--r--tools/cents/forrest.cent/xbuild.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/cents/forrest.cent/xbuild.xml b/tools/cents/forrest.cent/xbuild.xml
index 5c48ea6207..0643d87ec7 100644
--- a/tools/cents/forrest.cent/xbuild.xml
+++ b/tools/cents/forrest.cent/xbuild.xml
@@ -102,7 +102,10 @@
<pathelement location="${xlayout.build.documentation.dir}/WEB-INF/classes"/>
<fileset dir="${xlayout.build.documentation.dir}/WEB-INF/lib">
<include name="*.jar"/>
- </fileset>
+ </fileset>
+ <fileset dir="${xlayout.library.endorsed.dir}">
+ <include name="*.jar"/>
+ </fileset>
</classpath>
</java>