Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.help.webapp/buildJSPs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/buildJSPs.xml b/org.eclipse.help.webapp/buildJSPs.xml
index 5c88e02d9..569fec555 100644
--- a/org.eclipse.help.webapp/buildJSPs.xml
+++ b/org.eclipse.help.webapp/buildJSPs.xml
@@ -42,6 +42,8 @@
<include name="org.apache.ant*/lib/ant.jar"/>
<include name="org.apache.commons.logging*.jar"/>
<include name="org.apache.jasper.glassfish*.jar"/>
+ <include name="org.eclipse.core.runtime*.jar"/>
+ <include name="org.eclipse.osgi*.jar"/>
<include name="org.eclipse.help*.jar"/>
<include name="org.eclipse.help.base*.jar"/>
</patternset>

Back to the top