Packages: added JSR-340 compatibility notice to unit-jsc packages.
This commit is contained in:
@@ -20,7 +20,9 @@ cat <<BANNER
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
The $(MODULE_SUMMARY_jsc_common) have been installed.
|
The $(MODULE_SUMMARY_jsc_common) have been installed.
|
||||||
Please find licenses and related information at: TBD.
|
|
||||||
|
Please find licenses and related information at:
|
||||||
|
/usr/share/doc/unit-jsc-common/copyright
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
BANNER
|
BANNER
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ define MODULE_PREINSTALL_jsc10
|
|||||||
mkdir -p debian/unit-jsc10/usr/share/doc/unit-jsc10/examples/jsc-app
|
mkdir -p debian/unit-jsc10/usr/share/doc/unit-jsc10/examples/jsc-app
|
||||||
install -m 644 -p debian/unit.example-jsc-app debian/unit-jsc10/usr/share/doc/unit-jsc10/examples/jsc-app/index.jsp
|
install -m 644 -p debian/unit.example-jsc-app debian/unit-jsc10/usr/share/doc/unit-jsc10/examples/jsc-app/index.jsp
|
||||||
install -m 644 -p debian/unit.example-jsc10-config debian/unit-jsc10/usr/share/doc/unit-jsc10/examples/unit.config
|
install -m 644 -p debian/unit.example-jsc10-config debian/unit-jsc10/usr/share/doc/unit-jsc10/examples/unit.config
|
||||||
|
install -m 644 -p src/java/README.JSR-340 debian/unit-jsc10/usr/share/doc/unit-jsc10/
|
||||||
endef
|
endef
|
||||||
export MODULE_PREINSTALL_jsc10
|
export MODULE_PREINSTALL_jsc10
|
||||||
|
|
||||||
@@ -47,6 +48,23 @@ To check out the sample app, run these commands:
|
|||||||
|
|
||||||
Online documentation is available at https://unit.nginx.org
|
Online documentation is available at https://unit.nginx.org
|
||||||
|
|
||||||
|
NOTICE:
|
||||||
|
|
||||||
|
This version of Unit code is made available in support of the open source
|
||||||
|
development process. This is an intermediate build made available for
|
||||||
|
testing purposes only. This Unit code is untested and presumed incompatible
|
||||||
|
with the JSR 340 Java Servlet 3.1 specification. You should not deploy or
|
||||||
|
write to this code. You should instead deploy and write production
|
||||||
|
applications on pre-built binaries that have been tested and certified
|
||||||
|
to meet the JSR-340 compatibility requirements such as certified binaries
|
||||||
|
published for the JSR-340 reference implementation available at
|
||||||
|
https://javaee.github.io/glassfish/.
|
||||||
|
|
||||||
|
Redistribution of any Intermediate Build must retain this notice.
|
||||||
|
|
||||||
|
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
|
||||||
|
Other names may be trademarks of their respective owners.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
BANNER
|
BANNER
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ define MODULE_PREINSTALL_jsc11
|
|||||||
mkdir -p debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/jsc-app
|
mkdir -p debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/jsc-app
|
||||||
install -m 644 -p debian/unit.example-jsc-app debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/jsc-app/index.jsp
|
install -m 644 -p debian/unit.example-jsc-app debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/jsc-app/index.jsp
|
||||||
install -m 644 -p debian/unit.example-jsc11-config debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/unit.config
|
install -m 644 -p debian/unit.example-jsc11-config debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/unit.config
|
||||||
|
install -m 644 -p src/java/README.JSR-340 debian/unit-jsc11/usr/share/doc/unit-jsc11/
|
||||||
endef
|
endef
|
||||||
export MODULE_PREINSTALL_jsc11
|
export MODULE_PREINSTALL_jsc11
|
||||||
|
|
||||||
@@ -47,6 +48,23 @@ To check out the sample app, run these commands:
|
|||||||
|
|
||||||
Online documentation is available at https://unit.nginx.org
|
Online documentation is available at https://unit.nginx.org
|
||||||
|
|
||||||
|
NOTICE:
|
||||||
|
|
||||||
|
This version of Unit code is made available in support of the open source
|
||||||
|
development process. This is an intermediate build made available for
|
||||||
|
testing purposes only. This Unit code is untested and presumed incompatible
|
||||||
|
with the JSR 340 Java Servlet 3.1 specification. You should not deploy or
|
||||||
|
write to this code. You should instead deploy and write production
|
||||||
|
applications on pre-built binaries that have been tested and certified
|
||||||
|
to meet the JSR-340 compatibility requirements such as certified binaries
|
||||||
|
published for the JSR-340 reference implementation available at
|
||||||
|
https://javaee.github.io/glassfish/.
|
||||||
|
|
||||||
|
Redistribution of any Intermediate Build must retain this notice.
|
||||||
|
|
||||||
|
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
|
||||||
|
Other names may be trademarks of their respective owners.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
BANNER
|
BANNER
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ define MODULE_PREINSTALL_jsc8
|
|||||||
mkdir -p debian/unit-jsc8/usr/share/doc/unit-jsc8/examples/jsc-app
|
mkdir -p debian/unit-jsc8/usr/share/doc/unit-jsc8/examples/jsc-app
|
||||||
install -m 644 -p debian/unit.example-jsc-app debian/unit-jsc8/usr/share/doc/unit-jsc8/examples/jsc-app/index.jsp
|
install -m 644 -p debian/unit.example-jsc-app debian/unit-jsc8/usr/share/doc/unit-jsc8/examples/jsc-app/index.jsp
|
||||||
install -m 644 -p debian/unit.example-jsc8-config debian/unit-jsc8/usr/share/doc/unit-jsc8/examples/unit.config
|
install -m 644 -p debian/unit.example-jsc8-config debian/unit-jsc8/usr/share/doc/unit-jsc8/examples/unit.config
|
||||||
|
install -m 644 -p src/java/README.JSR-340 debian/unit-jsc8/usr/share/doc/unit-jsc8/
|
||||||
endef
|
endef
|
||||||
export MODULE_PREINSTALL_jsc8
|
export MODULE_PREINSTALL_jsc8
|
||||||
|
|
||||||
@@ -47,6 +48,23 @@ To check out the sample app, run these commands:
|
|||||||
|
|
||||||
Online documentation is available at https://unit.nginx.org
|
Online documentation is available at https://unit.nginx.org
|
||||||
|
|
||||||
|
NOTICE:
|
||||||
|
|
||||||
|
This version of Unit code is made available in support of the open source
|
||||||
|
development process. This is an intermediate build made available for
|
||||||
|
testing purposes only. This Unit code is untested and presumed incompatible
|
||||||
|
with the JSR 340 Java Servlet 3.1 specification. You should not deploy or
|
||||||
|
write to this code. You should instead deploy and write production
|
||||||
|
applications on pre-built binaries that have been tested and certified
|
||||||
|
to meet the JSR-340 compatibility requirements such as certified binaries
|
||||||
|
published for the JSR-340 reference implementation available at
|
||||||
|
https://javaee.github.io/glassfish/.
|
||||||
|
|
||||||
|
Redistribution of any Intermediate Build must retain this notice.
|
||||||
|
|
||||||
|
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
|
||||||
|
Other names may be trademarks of their respective owners.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
BANNER
|
BANNER
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -27,6 +27,8 @@ define MODULE_PREINSTALL_jsc11
|
|||||||
%{buildroot}%{_datadir}/doc/unit-jsc11/examples/jsc-app/index.jsp
|
%{buildroot}%{_datadir}/doc/unit-jsc11/examples/jsc-app/index.jsp
|
||||||
%{__install} -m 644 -p %{SOURCE101} \
|
%{__install} -m 644 -p %{SOURCE101} \
|
||||||
%{buildroot}%{_datadir}/doc/unit-jsc11/examples/unit.config
|
%{buildroot}%{_datadir}/doc/unit-jsc11/examples/unit.config
|
||||||
|
%{__install} -m 644 -p %{bdir}/src/java/README.JSR-340 \
|
||||||
|
%{buildroot}%{_datadir}/doc/unit-jsc8/
|
||||||
endef
|
endef
|
||||||
export MODULE_PREINSTALL_jsc11
|
export MODULE_PREINSTALL_jsc11
|
||||||
|
|
||||||
@@ -59,6 +61,8 @@ To check out the sample app, run these commands:
|
|||||||
|
|
||||||
Online documentation is available at https://unit.nginx.org
|
Online documentation is available at https://unit.nginx.org
|
||||||
|
|
||||||
|
`cat /usr/share/doc/unit-jsc11/README.JSR-340`
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
BANNER
|
BANNER
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -27,6 +27,8 @@ define MODULE_PREINSTALL_jsc8
|
|||||||
%{buildroot}%{_datadir}/doc/unit-jsc8/examples/jsc-app/index.jsp
|
%{buildroot}%{_datadir}/doc/unit-jsc8/examples/jsc-app/index.jsp
|
||||||
%{__install} -m 644 -p %{SOURCE101} \
|
%{__install} -m 644 -p %{SOURCE101} \
|
||||||
%{buildroot}%{_datadir}/doc/unit-jsc8/examples/unit.config
|
%{buildroot}%{_datadir}/doc/unit-jsc8/examples/unit.config
|
||||||
|
%{__install} -m 644 -p %{bdir}/src/java/README.JSR-340 \
|
||||||
|
%{buildroot}%{_datadir}/doc/unit-jsc8/
|
||||||
endef
|
endef
|
||||||
export MODULE_PREINSTALL_jsc8
|
export MODULE_PREINSTALL_jsc8
|
||||||
|
|
||||||
@@ -59,6 +61,8 @@ To check out the sample app, run these commands:
|
|||||||
|
|
||||||
Online documentation is available at https://unit.nginx.org
|
Online documentation is available at https://unit.nginx.org
|
||||||
|
|
||||||
|
`cat /usr/share/doc/unit-jsc8/README.JSR-340`
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
BANNER
|
BANNER
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user