-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53a4e11
commit 1e679ee
Showing
16 changed files
with
301 additions
and
801 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,6 @@ classes/ | |
dist/ | ||
.m2/ | ||
release/ | ||
el/bundle | ||
jakartaeetck-bundles/ | ||
/tck-env.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
:TechnologyFullName: Jakarta Expression Language | ||
:TechnologyShortName: Expression Language | ||
:LegacyAcronym: EL | ||
:TechnologyVersion: 5.0 | ||
:ReleaseDate: March 2022 | ||
:CopyrightDates: 2017, 2022 | ||
:TechnologyRI: Eclipse GlassFish 7.0 | ||
:TechnologyVersion: 6.0 | ||
:ReleaseDate: January 2024 | ||
:CopyrightDates: 2017, 2024 | ||
:TechnologyRI: Eclipse GlassFish 6.0 | ||
:TechnologyRIURL: https://projects.eclipse.org/projects/ee4j.glassfish | ||
:SpecificationURL: https://jakarta.ee/specifications/expression-language/5.0/ | ||
:SpecificationURL: https://jakarta.ee/specifications/expression-language/6.0/ | ||
:TCKInquiryList: mailto:[email protected][[email protected]] | ||
:SpecificationInquiryList: mailto:[email protected][[email protected]] | ||
:techID: ExpressionLanguage | ||
|
@@ -22,16 +22,14 @@ | |
// for the technology. Used in config.inc. | ||
:TechnologyHomeEnv: EL_HOME | ||
// Java SE version required. | ||
:SEversion: 11 | ||
:AntVersion: 1.10.0+ | ||
:JakartaEEVersion: 10 | ||
:JavaTestVersion: 5.0 | ||
:jteFileName: <TS_HOME>/bin/ts.jte | ||
:jtxFileName: <TS_HOME>/bin/ts.jtx | ||
:SEversion: 21 | ||
:MavenVersion: 3.6.3+ | ||
:JakartaEEVersion: 11 | ||
:excludeListFileName: docs/TCK-Exclude-List.txt | ||
:TCKPackageName: jakarta-expression-language-tck-5.0.0.zip | ||
// Directory names used in examples in using.adoc. | ||
:sigTestDirectoryExample: <TS_HOME>/src/com/sun/ts/tests/signaturetest/el | ||
:singleTestDirectoryExample: <TS_HOME>/src/com/sun/ts/tests/el/api/client | ||
:subsetTestDirectoryExample: <TS_HOME>/src/com/sun/ts/tests/el/api | ||
:sigTestDirectoryExample: com/sun/ts/tests/signaturetest/el | ||
:singleTestDirectoryExample: com/sun/ts/tests/el/api/client | ||
:subsetTestDirectoryExample: com/sun/ts/tests/el/api | ||
// Define this attribute (uncomment it) if the TCK needs the rebuild appendix. | ||
// :rebuild: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.