21 lines
605 B
Properties
21 lines
605 B
Properties
# about.properties
|
|
# contains externalized strings for about.ini
|
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
|
# fill-ins are supplied by about.mappings
|
|
# This file should be translated.
|
|
|
|
title=Spring Tool Suite 4\n\
|
|
\n\
|
|
Version: @QUALIFIER@\n\
|
|
Build Id: @BUILD_ID@\n\
|
|
Revision: @REVISION@\n\
|
|
\n\
|
|
Copyright (c) 2007 - 2025 Broadcom\n\
|
|
All rights reserved. Visit https://spring.io/tools\n\
|
|
\n\
|
|
This product includes software developed by the\n\
|
|
Eclipse Foundation https://www.eclipse.org\n\
|
|
\n\
|
|
This product includes software developed by the\n\
|
|
Apache Software Foundation https://www.apache.org
|