fix build error
This commit is contained in:
parent
0161ea2318
commit
de94191a70
@ -1,6 +1,6 @@
|
|||||||
Name: grizzly-npn
|
Name: grizzly-npn
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Grizzly Next Protocol Negotiation API
|
Summary: Grizzly Next Protocol Negotiation API
|
||||||
License: CDDL or GPLv2 with exceptions
|
License: CDDL or GPLv2 with exceptions
|
||||||
URL: https://grizzly.java.net/spdy.html
|
URL: https://grizzly.java.net/spdy.html
|
||||||
@ -57,7 +57,10 @@ rm -r bootstrap/src/main/java/sun/security/ssl/Alerts.java \
|
|||||||
bootstrap/src/main/java/sun/security/ssl/HandshakeMessage.java \
|
bootstrap/src/main/java/sun/security/ssl/HandshakeMessage.java \
|
||||||
bootstrap/src/main/java/sun/security/ssl/HelloExtensions.java \
|
bootstrap/src/main/java/sun/security/ssl/HelloExtensions.java \
|
||||||
bootstrap/src/main/java/sun/security/ssl/ServerHandshaker.java \
|
bootstrap/src/main/java/sun/security/ssl/ServerHandshaker.java \
|
||||||
bootstrap/src/main/java/sun/security/ssl/SSLEngineImpl.java
|
bootstrap/src/main/java/sun/security/ssl/SSLEngineImpl.java \
|
||||||
|
bootstrap/src/main/java/sun/security/ssl/AlpnExtension.java \
|
||||||
|
bootstrap/src/main/java/sun/security/ssl/NextProtocolNegotiationExtension.java
|
||||||
|
|
||||||
%pom_xpath_remove "pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:configuration/pom:instructions/pom:Export-Package" bootstrap
|
%pom_xpath_remove "pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:configuration/pom:instructions/pom:Export-Package" bootstrap
|
||||||
%pom_xpath_inject "pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:configuration/pom:instructions" "
|
%pom_xpath_inject "pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:configuration/pom:instructions" "
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
@ -88,5 +91,8 @@ rm -r bootstrap/src/main/java/sun/security/ssl/Alerts.java \
|
|||||||
%license LICENSE.html
|
%license LICENSE.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 9 2020 wutao <wutao61@huawei.com> - 1.2-2
|
||||||
|
- fix build error
|
||||||
|
|
||||||
* Sat Aug 15 2020 Ge Wang <wangge20@huawei.com> - 1.2-1
|
* Sat Aug 15 2020 Ge Wang <wangge20@huawei.com> - 1.2-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user