18 lines
533 B
Properties
18 lines
533 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 Boot IDE \n\
|
|
\n\
|
|
Version: @QUALIFIER@\n\
|
|
Build Id: @BUILD_ID@\n\
|
|
Platform: Eclipse @PLATFORM_VERSION@\n\
|
|
\n\
|
|
Copyright (c) 2007 - 2016 Pivotal Software, Inc.\n\
|
|
All rights reserved. Visit http://spring.io/tools/sts\n\
|
|
\n\
|
|
This product includes software developed by the\n\
|
|
Apache Software Foundation http://www.apache.org
|