Update build-classpath calls to ECJ to specify the JAR we want to use
(cherry picked from commit 372e945167512bf01e58fe2646348051d57fb5b1)
This commit is contained in:
parent
7423ac3592
commit
e4ae97f174
@ -13,7 +13,7 @@
|
||||
Name: tomcat
|
||||
Epoch: 1
|
||||
Version: %{major_version}.%{minor_version}.%{micro_version}
|
||||
Release: 27
|
||||
Release: 28
|
||||
Summary: Implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies
|
||||
License: ASL 2.0
|
||||
URL: http://tomcat.apache.org/
|
||||
@ -325,7 +325,7 @@ pushd %{buildroot}%{_javadir}/%{name}
|
||||
ln -s $(build-classpath apache-commons-collections) commons-collections.jar
|
||||
ln -s $(build-classpath apache-commons-dbcp) commons-dbcp.jar
|
||||
ln -s $(build-classpath apache-commons-pool) commons-pool.jar
|
||||
ln -s $(build-classpath ecj) jasper-jdt.jar
|
||||
ln -s $(build-classpath ecj/ecj) jasper-jdt.jar
|
||||
cp -a %{buildroot}%{_datadir}/%{name}/bin/tomcat-juli.jar ./
|
||||
popd
|
||||
|
||||
@ -502,6 +502,9 @@ fi
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Aug 12 2022 liyanan <liyanan32@h-partners.com> - 1:9.0.10-28
|
||||
- Update build-classpath calls to ECJ to specify the JAR we want to use
|
||||
|
||||
* Tue May 24 2022 chenchen <chen_aka_jan@163.com> - 1:9.0.10-27
|
||||
- fix build error
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user