Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2021-01-28 07:47:56 +0000
committerAndrey Loskutov2021-01-28 07:47:56 +0000
commitcb467f19e89924aa053fa89b9ec4f1b1d11f9aa3 (patch)
tree106d083f842dc40bfec33c5c3ab2f81dd7dd72d5
parentf9c2dd363c2ddff1f688d8895c32832385b75150 (diff)
downloadeclipse.platform.ua-I20210204-0900.tar.gz
eclipse.platform.ua-I20210204-0900.tar.xz
eclipse.platform.ua-I20210204-0900.zip
Change-Id: I4055f194ac0b7d1add9d51513242d3869c5cdfa7 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-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