Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-01-13 07:49:16 +0000
committerAlexander Kurtakov2017-01-13 07:49:23 +0000
commit785320693f898e232cc65a68cd1b39acce72769c (patch)
tree7a8c8a17c1348b4f39ea307e2ce051de34a9f2c6 /org.eclipse.help.webapp/pom.xml
parent0c970397222df740018c6c959bee0236e8d3b654 (diff)
downloadeclipse.platform.ua-785320693f898e232cc65a68cd1b39acce72769c.tar.gz
eclipse.platform.ua-785320693f898e232cc65a68cd1b39acce72769c.tar.xz
eclipse.platform.ua-785320693f898e232cc65a68cd1b39acce72769c.zip
Revert "Bug 453379 - Make sure to precompile jsps with the same Jetty version"
Diffstat (limited to 'org.eclipse.help.webapp/pom.xml')
-rw-r--r--org.eclipse.help.webapp/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index 00ea7ccac..eeed071a7 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation.
+ Copyright (c) 2012, 2015 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -23,8 +23,9 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.jetty</groupId>
+ <groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
+ <version>8.1.8.v20121106</version>
<executions>
<execution>
<id>jspc</id>

Back to the top