first cut for spring boot ide product
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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 \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
|
||||
Reference in New Issue
Block a user