diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-10-27 19:00:51 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-10-27 19:00:51 +0000 |
commit | 2765c7e72e8ba575f31574a9414cce49feee8d92 (patch) | |
tree | b402a3a4364cea0cc0b98aa8e1d79d2cd05941ca /java/Makefile | |
parent | c6870728baac0e255b997117cfde99d33de3cf96 (diff) |
New port: java/wildfly13
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE!
WWW: http://wildfly.org
PR: 231328
Submitted by: Simeo Reig <reig.simeo@gmail.com>
Approved by: yerenkow@gmail.com (maintainer wildfly11)
Notes
Notes:
svn path=/head/; revision=483170
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 71fbefdf4300..b50221abd840 100644 --- a/java/Makefile +++ b/java/Makefile @@ -130,6 +130,7 @@ SUBDIR += wildfly10 SUBDIR += wildfly11 SUBDIR += wildfly12 + SUBDIR += wildfly13 SUBDIR += wildfly90 SUBDIR += xdoclet |