| commit | 6a65f302f063acd5bd8b9abf0517876915c20758 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Tue Jun 07 16:50:46 2022 +0100 |
| committer | Mark Thomas <markt@apache.org> | Mon Jun 20 15:18:59 2022 +0100 |
| tree | 32e220e51bfd3e8c32e0001349984cd2800aa1b9 | |
| parent | eea9208ca1280be92ff59a997965ae0676af1120 [diff] |
Remove out of date comment
This repository contains the source for:
Jakarta Expression Language API can be built by executing the following from the project root:
cd api mvn clean package
The API jar can then be found in /impl/target.
Jakarta Expression Language specification can be built by executing the following from the project root:
cd spec mvn clean package
The API jar can then be found in /spec/target.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.