serverfaces 1.5.0, serverfaces_unit 1.5.0 (#614)
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
description = "Web Server Faces JSR 252, JSR 314 and JSR 344"
|
||||
tags = ["web", "servlet", "http", "json"]
|
||||
name = "serverfaces"
|
||||
version = "1.5.0"
|
||||
licenses = "Apache-2.0"
|
||||
authors = ["Stephane.Carrez@gmail.com"]
|
||||
maintainers = ["Stephane.Carrez@gmail.com"]
|
||||
maintainers-logins = ["stcarrez"]
|
||||
project-files = [".alire/asf.gpr"]
|
||||
website = "https://gitlab.com/stcarrez/ada-asf"
|
||||
long-description = """
|
||||
|
||||
[](https://jenkins.vacs.fr/job/Ada-Servlet/)
|
||||
[](https://jenkins.vacs.fr/job/Ada-Servlet/)
|
||||
[](https://codecov.io/gh/stcarrez/ada-servlet)
|
||||
|
||||
Ada Servlet allows to create web applications using the same pattern
|
||||
as the Java Servlet (See JSR 154, JSR 315).
|
||||
|
||||
The Ada Servlet library is used by the [Ada Server Faces](https://github.com/stcarrez/ada-asf)
|
||||
framework and [Ada Web Application](https://github.com/stcarrez/ada-awa)
|
||||
to provide server web requests.
|
||||
|
||||
"""
|
||||
|
||||
[[depends-on]]
|
||||
security = "^1.4.1"
|
||||
servletada = "^1.6.0"
|
||||
utilada = "^2.5.0"
|
||||
|
||||
[gpr-externals]
|
||||
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||
ASF_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[environment]
|
||||
DYNAMO_BUNDLE_PATH.prepend = "${CRATE_ROOT}/bundles"
|
||||
|
||||
[origin]
|
||||
commit = "10db0531d73304b86af6aca08656e5eb93abd3d6"
|
||||
url = "git+https://gitlab.com/stcarrez/ada-asf.git"
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
description = "Web Server Faces JSR 252, JSR 314 and JSR 344 (Testing framework)"
|
||||
tags = ["web", "servlet", "http", "framework", "facelet", "jsf", "testing"]
|
||||
name = "serverfaces_unit"
|
||||
version = "1.5.0"
|
||||
licenses = "Apache-2.0"
|
||||
authors = ["Stephane.Carrez@gmail.com"]
|
||||
maintainers = ["Stephane.Carrez@gmail.com"]
|
||||
maintainers-logins = ["stcarrez"]
|
||||
website = "https://gitlab.com/stcarrez/ada-asf"
|
||||
project-files = [".alire/unit/asf_unit.gpr"]
|
||||
long-description = """
|
||||
|
||||
[](https://jenkins.vacs.fr/job/Ada-Server-Faces/)
|
||||
[](https://jenkins.vacs.fr/job/Ada-Server-Faces/)
|
||||
[](https://codecov.io/gh/stcarrez/ada-asf)
|
||||
|
||||
Ada Server Faces allows to create web applications using the same pattern
|
||||
as the Java Server Faces (See JSR 252, JSR 314 and JSR 344).
|
||||
|
||||
This library provides a unit test framework that helps in building unit tests
|
||||
on top of Ada Server Faces.
|
||||
|
||||
"""
|
||||
|
||||
[[depends-on]]
|
||||
security = "^1.4.1"
|
||||
serverfaces = "^1.5.0"
|
||||
servletada = "^1.6.0"
|
||||
utilada = "^2.5.0"
|
||||
utilada_unit = "^2.5.0"
|
||||
servletada_unit = "^1.5.3"
|
||||
|
||||
[gpr-externals]
|
||||
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||
ASF_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[origin]
|
||||
commit = "10db0531d73304b86af6aca08656e5eb93abd3d6"
|
||||
url = "git+https://gitlab.com/stcarrez/ada-asf.git"
|
||||
|
||||
Reference in New Issue
Block a user