diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-10-31 20:30:15 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-10-31 20:30:15 +0000 |
commit | 7273f4e5a2ce44a38013a4fbe270aa2ff701a093 (patch) | |
tree | 90f9ec85b7ff80f07c1e0882e91e345b7705e125 /java/Makefile | |
parent | 9185bfa14e630583a588e0bf9b0bd1dc540b9026 (diff) |
Copy java/wildfly10 to java/wildfly11, and update to Wildfly 11.0.
PR: 223343
Submitted by: olgeni
Approved by: yerenkow@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=453250
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 0a72de2694cf..63fc429f50ad 100644 --- a/java/Makefile +++ b/java/Makefile @@ -126,6 +126,7 @@ SUBDIR += veditor SUBDIR += visualvm SUBDIR += wildfly10 + SUBDIR += wildfly11 SUBDIR += wildfly90 SUBDIR += xdoclet |