Remove the reference to org.apache.jasper (replaced by glassfish)
This commit is contained in:
parent
71f860fb5b
commit
ab4a085e7c
@ -488,7 +488,7 @@
|
||||
+ <plugin id="org.apache.tomcat" /><plugin id="org.eclipse.jetty.continuation" /><plugin id="org.eclipse.jetty.http" />
|
||||
+ <plugin id="org.apache.juli" /><plugin id="org.eclipse.jetty.io" /><plugin id="org.eclipse.jetty.security" />
|
||||
+ <plugin id="org.eclipse.jetty.util" /><plugin id="org.eclipse.jetty.server" />
|
||||
+ <plugin id="org.apache.jasper" /><plugin id="org.eclipse.jetty.servlet" />
|
||||
+ <plugin id="org.glassfish.web.javax.servlet.jsp" /><plugin id="org.eclipse.jetty.servlet" />
|
||||
+ <plugin id="org.apache.commons.el" /><plugin id="org.glassfish.web.javax.servlet.jsp" />
|
||||
+ </excludes>
|
||||
+ </configuration>
|
||||
|
@ -6,7 +6,7 @@
|
||||
unpack="false"/>
|
||||
+
|
||||
+ <plugin
|
||||
+ id="org.apache.jasper"
|
||||
+ id="org.glassfish.web.javax.servlet.jsp"
|
||||
+ download-size="0"
|
||||
+ install-size="0"
|
||||
+ version="0.0.0"
|
||||
|
@ -69,7 +69,7 @@ fi;
|
||||
Summary: An open, extensible IDE
|
||||
Name: eclipse
|
||||
Version: %{eclipse_version}
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
License: EPL
|
||||
Group: Development/Tools
|
||||
URL: http://www.eclipse.org/
|
||||
@ -100,7 +100,7 @@ Patch3: %{name}-fix-icu-import.patch
|
||||
# by those dependencies packages).
|
||||
Patch4: %{name}-no-source-for-dependencies.patch
|
||||
|
||||
# +org.apache.jasper
|
||||
# +org.glassfish.web.javax.servlet.jsp
|
||||
# +org.apache.commons.el
|
||||
Patch5: %{name}-osgi-serverside-patch-additional-imports.patch
|
||||
|
||||
@ -1375,6 +1375,9 @@ rm -rf %{_bindir}/efj/
|
||||
%{_mavendepmapfragdir}/%{name}-equinox-osgi
|
||||
|
||||
%changelog
|
||||
* Wed Oct 31 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-12
|
||||
- Remove the reference to org.apache.jasper (replaced by glassfish)
|
||||
|
||||
* Wed Oct 31 2012 Alexander Kurtakov <akurtako@redhat.com> 1:4.2.1-11
|
||||
- Small cleanups.
|
||||
- Bump release to be bigger than F-18.
|
||||
|
Loading…
Reference in New Issue
Block a user