!73 [sync] PR-72: Update build-classpath calls to ECJ to specify the JAR we want to use
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
6e692485ea
@ -13,7 +13,7 @@
|
|||||||
Name: tomcat
|
Name: tomcat
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: %{major_version}.%{minor_version}.%{micro_version}
|
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
|
Summary: Implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://tomcat.apache.org/
|
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-collections) commons-collections.jar
|
||||||
ln -s $(build-classpath apache-commons-dbcp) commons-dbcp.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 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 ./
|
cp -a %{buildroot}%{_datadir}/%{name}/bin/tomcat-juli.jar ./
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -502,6 +502,9 @@ fi
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 24 2022 chenchen <chen_aka_jan@163.com> - 1:9.0.10-27
|
||||||
- fix build error
|
- fix build error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user