Packages: added Ubuntu 20.10 "groovy" support.

This commit is contained in:
Andrei Belov
2020-11-09 16:12:59 +03:00
parent 702e7bcc89
commit b2771702fb
8 changed files with 274 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"applications": {
"example_java13": {
"processes": 1,
"type": "java 13",
"webapp": "/usr/share/doc/unit-jsc13/examples/jsc-app"
}
},
"listeners": {
"*:8800": {
"pass": "applications/example_java13"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"applications": {
"example_java14": {
"processes": 1,
"type": "java 14",
"webapp": "/usr/share/doc/unit-jsc14/examples/jsc-app"
}
},
"listeners": {
"*:8800": {
"pass": "applications/example_java14"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"applications": {
"example_java15": {
"processes": 1,
"type": "java 15",
"webapp": "/usr/share/doc/unit-jsc15/examples/jsc-app"
}
},
"listeners": {
"*:8800": {
"pass": "applications/example_java15"
}
}
}