Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Liu2020-10-01 15:29:34 +0000
committerYi Liu2020-10-01 15:29:34 +0000
commit8a829dc28f68b8536f1c40efacabac7267fb6892 (patch)
tree2ce2170ee85a33746c11588242ba6a86b766f64d
parent4647023a8081574b4ae4dc694ed0af2aadba1145 (diff)
downloadeclipse.org-common-8a829dc28f68b8536f1c40efacabac7267fb6892.tar.gz
eclipse.org-common-8a829dc28f68b8536f1c40efacabac7267fb6892.tar.xz
eclipse.org-common-8a829dc28f68b8536f1c40efacabac7267fb6892.zip
bug 567480 update glassfish text
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org> Change-Id: Ifee2c669f2f1ddb472bdb372b5d6e55cb61ac973
-rw-r--r--classes/downloads/downloads.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/downloads/downloads.class.php b/classes/downloads/downloads.class.php
index 98a6d595..c995af09 100644
--- a/classes/downloads/downloads.class.php
+++ b/classes/downloads/downloads.class.php
@@ -75,7 +75,7 @@ class Downloads extends DownloadsProject {
// Runtime Platforms item
$Project = new DownloadsProject();
$Project->setTitle('GlassFish');
- $Project->setDescription('Eclipse GlassFish provides a complete application server which serves as the reference implementation for the Jakarta EE specification.');
+ $Project->setDescription('Eclipse GlassFish provides a complete application server which serves as a compatible implementation for the Jakarta EE specification.');
$Project->setLogo('assets/public/images/logo-glassfish.png');
$Project->setProjectType($this->projects['runtime_platforms']['title']);
$Project->setDownloadUrl64Bit('https://projects.eclipse.org/projects/ee4j.glassfish/downloads');

Back to the top