From 80e309f0839b01d29468485bb4233b774af8ddd2 Mon Sep 17 00:00:00 2001 From: David Mueller Date: Fri, 9 Dec 2022 15:52:35 -0500 Subject: [PATCH] Update develop-liberty-tools.adoc #5823 --- modules/ROOT/pages/develop-liberty-tools.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/develop-liberty-tools.adoc b/modules/ROOT/pages/develop-liberty-tools.adoc index 2539884772..ec67e77e47 100644 --- a/modules/ROOT/pages/develop-liberty-tools.adoc +++ b/modules/ROOT/pages/develop-liberty-tools.adoc @@ -23,7 +23,7 @@ Liberty Tools are currently available as an early release on all supported envir To use Liberty Tools with dev mode, your project must specify the https://github.com/OpenLiberty/ci.maven[Liberty Maven plug-in] or the https://github.com/OpenLiberty/ci.gradle[Liberty Gradle plug-in] in the project `pom.xl` or `build.gradle` file. A minimum level of `3.7.1` for the Liberty Maven plug-in or `3.5.1` for the Liberty Gradle plug-in is recommended. -Language support features are available for MicroProfile 3.0 and 4.0 APIs and Jakarta EE 9.x APIs. +Language support features are available for MicroProfile 3.0 and 4.0 APIs, Jakarta EE 9.x APIs, and select Liberty configuration and Java files. == Develop, test, and debug in your editor @@ -32,7 +32,7 @@ Liberty Tools bring these dev mode features directly into the command menu for t == Write code with editing support for Liberty configuration, MicroProfile, and Jakarta EE -Liberty Tools help you quickly and easily edit your application and configuration files by providing language support features for MicroProfile, Jakarta EE, and Liberty configuration and Java files. +Liberty Tools help you quickly and easily edit your application and configuration files by providing language support features for MicroProfile, Jakarta EE, and Liberty configuration and Java files. === Liberty configuration files