// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
// TCK project properties to be used in TCK User's Guides for Java TCK
// technologies. The property_name=value pairs represent specific TCK
// project details, such as version number, release date, required
// J2SE version, JavaTest version, package name, etc.
//
// Properties will be parsed into SGML entities files, which will in
// turn be used to generate TCK User's Guide.
//
// Note that the default values here refer to the Common Annotations
// for Java 1.0 TCK, and are provided for example purposes only.
// Change the values as appropriate for your technology.
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// General syntax: property_name=value
// Please alter value names only!
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Section 1. Common names, version numbers, and date.
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

// 1a. TCK full name.
TCKFullName=Expression Language TCK

// 1b. TCK short name.
TCKShortName=EL TCK

// 1c. Technology full name.
TechnologyFullName=Expression Language TCK 1.1

// 1d. Technology short name.
TechnologyShortName=EL

// 1e. Technology/TCK version.
TechnologyVersion=3.0

// 1f. TCK release date.
ReleaseDate= <GF FCS which should be within next couple months>

// 1g. Version of JavaTest included with/used by the TCK.
JavaTestVersion=3.2.1

// 1h. Version of Java SE required to run the TCK.
J2SEVersion=Java SE 1.6 or newer

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Section 2. Paths, package names, and URLs.
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

// 2a. Name of the package ZIP file.
TCKPackageName=eltck.zip

// 2b. Directory base name created when TCK bundle is unzipped; do
// not enter path prefix.
TCKInstallDir=eltck

// 2c. Path name to package after it has been unzipped.
TCKPackagePath=eltck

// 2d. URL to technology specification.
SpecURL=http://www.jcp.org/en/jsr/detail?id=341

NOTE: The Expression Language is part of the JSP 2.1 spec. In JSP 2.1 MR1,
      EL was made a standalone technology.

// 2e. URL to documentation for technology RI.
RIdocURL=https://glassfish.dev.java.net/

// 2f. URL to project area on Java Community Process site.
JCPURL=http://www.jcp.org/en/jsr/detail?id=341

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Section 3. Platform, component, and API lists.
// This is the only section that does not use a simple property=value
// syntax. Most properties here use a delimited list syntax, described
// below as appropriate for each property.
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


// 3a. List of platforms supported by TCK. Specify one platform per
// line, separated by a hard return. Enter platform list between
// %%PLAT%% delimters, as shown in example below.




// Begin platform list
%%PLAT%%
Solaris 10 Operating System on Sparc and Opteron
Windows 2003 Server Professional Edition
RedHat Linux 9.0
RedHat Linux AS 3.0 (including Update 4)
%%PLAT%%
// End platform list

// 3b. List of Java platforms with which the TCK has been tested.
// Specify one platform per line, separated by a hard return.
// Enter Java platform list between %%JAVA%% delimeters, as shown
// in example below.

// Begin Java platform list
%%JAVA%%
Java 2 Platform, Standard Edition, Version 1.6
Java 2 Platform, Standard Edition, Version 1.7
%%JAVA%%
// End Java platform list


// 3c. List of components included in TCK bundle; specify true if
// component is included, false if not included.
   // 3c1. Signature tests
   TCKComponentsSigTest=true
   
   // 3c2. End-to-end tests
   TCKComponentsEndtoEnd=true
   
   // 3c3. Agent tests
   TCKComponentsAgent=false
   
   // 3c4. API tests
   TCKComponentsAPITest=true


// 3d. If API tests are included (3c4. TCKComponentsAPITest=true),
// and if relevant, please specify list of public APIs being tested.
// Enter one API per line, separated by a hard return. Enter API
// list between %%API%% delimeters, as shown in example below.

// Begin API list
%%API%%
javax.el
%%API%%
// End API list

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Section 4. Some properties that should not need to be changed.
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

// 4a. Package path to JavaTest documentation.
JavaTestDocPath=TS_HOME/docs

// 4b. URL to JavaPartner site.
JavaPartnerURL=https://javapartner.sun.com

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// End of TCK project properties.
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
