| author | Thomas Watson | 2012-07-17 08:49:47 (EDT) |
|---|---|---|
| committer | Dani Megert | 2012-07-17 09:01:54 (EDT) |
| commit | 22246e573250439137c9c7cfdf50b908d18ec431 (patch) (side-by-side diff) | |
| tree | 19d98707498d53362f18c26e6d03357e82d01910 | |
| parent | 91ea120aa5bb9f5b9dbad26ed7a3c57c77b24ff7 (diff) | |
| download | eclipse.platform.ua-22246e573250439137c9c7cfdf50b908d18ec431.zip eclipse.platform.ua-22246e573250439137c9c7cfdf50b908d18ec431.tar.gz eclipse.platform.ua-22246e573250439137c9c7cfdf50b908d18ec431.tar.bz2 | |
Fixed bug 376066: buildJSPs.xml no longer compiles
| -rw-r--r-- | org.eclipse.help.webapp/buildJSPs.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.help.webapp/buildJSPs.xml b/org.eclipse.help.webapp/buildJSPs.xml index e937069..3b11f1b 100644 --- a/org.eclipse.help.webapp/buildJSPs.xml +++ b/org.eclipse.help.webapp/buildJSPs.xml @@ -1,6 +1,6 @@ <!-- - Copyright (c) 2005, 2007 IBM Corporation and others. + Copyright (c) 2005, 2012 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at @@ -33,10 +33,11 @@ <patternset> <include name="javax.servlet*.jar"/> <include name="javax.servlet.jsp*.jar"/> + <include name="javax.el*.jar"/> + <include name="com.sun.el*.jar"/> <include name="org.apache.ant*/lib/ant.jar"/> - <include name="org.apache.commons.el*.jar"/> <include name="org.apache.commons.logging*.jar"/> - <include name="org.apache.jasper*.jar"/> + <include name="org.apache.jasper.glassfish*.jar"/> <include name="org.eclipse.help*.jar"/> <include name="org.eclipse.help.base*.jar"/> </patternset> @@ -61,6 +62,7 @@ classpathref="@dot.classpath" fork="true" failonerror="true"> + <jvmarg value="-Dorg.apache.jasper.compiler.disablejsr199=true"/> <arg value="-compile"/> <arg value="-d"/> <arg value="${target.folder}" /> |

