Skip to content

Commit 498cbba

Browse files
committed
GH-1459: additional renamings to just spring tools
1 parent 13b8824 commit 498cbba

File tree

5 files changed

+21
-25
lines changed

5 files changed

+21
-25
lines changed

CONTRIBUTING.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please see our https://github.com/spring-projects/.github/blob/master/CODE_OF_CO
99
== Using GitHub issues
1010
We use GitHub issues to track bugs and enhancements. If you have a general usage question
1111
please ask on https://stackoverflow.com[Stack Overflow]. The Spring Tools team and the
12-
broader community monitor the https://stackoverflow.com/tags/spring-tools-4[`spring-tools-4`]
12+
broader community monitor the https://stackoverflow.com/tags/spring-tools[`spring-tools`]
1313
tag.
1414

1515
== Developer Certificate of Origin

README-dev-env.md

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# STS4 - Dev Environment Setup
1+
# Spring Tools - Dev Environment Setup
22

3-
## Running the STS4 Boot Java Language Server locally
3+
## Running the Spring Tools Java Language Server locally
44

55
Import the headless-services modules into your workspace as existing Maven projects.
66
Startup the Boot Language Server with:
@@ -9,7 +9,7 @@ Vmargs: `-Dstandalone-startup=true`
99
This starts up the language server and it listens on port 5007
1010
Use STS or a dedicated instance of VSCode to launch `org.springframework.ide.vscode.boot.app.BootLanguageServerBootApp` in run or debug mode (or another Language Server app)
1111

12-
@ Connect local STS4 Boot Java LS to VSCode
12+
@ Connect local Spring Tools Java LS to VSCode
1313

1414
You should run the extension from vscode as a 'runtime workbench' with some small changes.
1515

@@ -31,15 +31,15 @@ Save, then launch by pressing `F5`.
3131
This connects the VSCode extension to the locally running language server.
3232
It also uses port 5007
3333

34-
## Connect local STS4 Boot Java LS to Eclipse runtime workbench
34+
## Connect local Spring Tools Java LS to Eclipse runtime workbench
3535

36-
Startup Eclipse or STS (3). I.e something that support for RCP / plugin development.
36+
Startup Eclipse or the Spring Tools for Eclipse distriution. I.e something that support for RCP / plugin development.
3737

38-
Define a recent nightly STS 4 build as your target platform.
38+
Define a recent nightly Spring Tools for Eclipse build as your target platform.
3939

4040
Import the projects under `eclipse-language-servers` into your workspace.
4141

42-
Startup a runtime workbench of the Eclipse STS4 distribution
42+
Startup a runtime workbench of the Spring Tools for Eclipse distribution
4343
The language server plugin is: org.springframework.tooling.boot.java.ls
4444
Add Vmargs: `-Dboot-java-ls-port=5007`
4545
This lets the Eclipse language server extension connect to the locally running language server on port 5007
@@ -49,17 +49,14 @@ This lets the Eclipse language server extension connect to the locally running l
4949
- Generic editor source code (used by lsp4e as a dependency): https://github.com/eclipse/eclipse.platform.text
5050
Not sure which version of this you should checkout, it probably depends on your version of Eclipse as this is part
5151
of the eclipse platform.
52-
- LSP4E source code: clone gir repo and import: https://git.eclipse.org/r/lsp4e/lsp4e and import the projects into your workspace.
52+
- LSP4E source code: clone git repo at https://github.com/eclipse-lsp4e/lsp4e and import the projects into your workspace.
5353
- LSP4J source code: Add the LSP4J-SDK feature to your target platform. We have usually versions from this in our builds:
5454
http://services.typefox.io/open-source/jenkins/job/lsp4j/job/master/lastStableBuild/artifact/build/p2-repository/
5555

5656
- There is an update site that contains our latest language servers as extensions for Eclipse:
5757
https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4-language-server-integrations/nightly
5858
This is being produced by:
59-
https://build.spring.io/browse/IDE-CODE
59+
https://github.com/spring-projects/spring-tools/actions
6060

61-
- CI builds of the full STS4 distribution can be downloaded from here:
61+
- CI builds of the full Spring Tools for Eclipse distribution can be downloaded from here:
6262
https://cdn.spring.io/spring-tools/snapshot/STS4/nightly-distributions.html
63-
64-
65-

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# STS4
1+
# Spring Tools
22

3-
The all-new Spring Tools for Eclipse, Visual Studio Code, and Theia. Learn more at https://spring.io/tools.
3+
The all-new Spring Tools for Visual Studio Code, Eclipse, and Theia. Learn more at https://spring.io/tools.
44

55
## Getting started
66

@@ -14,27 +14,27 @@ Depending on your development environment, you can choose between:
1414
- __Eclipse Theia:__ You can install the same extensions into Theia-based environments like gitpod.
1515

1616
For all those choices, you can find detailed installation instructions from the user guide:
17-
https://github.com/spring-projects/sts4/wiki/Installation
17+
https://github.com/spring-projects/spring-tools/wiki/Installation
1818

1919
## User documentation
2020

2121
The project wiki contains a comprehensive user documentation:
22-
https://github.com/spring-projects/sts4/wiki
22+
https://github.com/spring-projects/spring-tools4/wiki
2323

2424
## Ask questions
2525

26-
Please ask general questions on StackOverflow and tag them with `spring-tools-4`:
27-
https://stackoverflow.com/questions/ask?tags=spring-tools-4
26+
Please ask general questions on StackOverflow and tag them with `spring-tools`:
27+
https://stackoverflow.com/questions/ask?tags=spring-tools
2828

2929
## Raise an issue
3030

3131
Please raise issues by creating a new GitHub issue at:
32-
https://github.com/spring-projects/sts4/issues
32+
https://github.com/spring-projects/spring-tools/issues
3333

3434
## Contributing
3535

3636
Find details about how to contribute:
37-
https://github.com/spring-projects/sts4/blob/master/CONTRIBUTING.adoc
37+
https://github.com/spring-projects/spring-tools/blob/master/CONTRIBUTING.adoc
3838

3939
### Code of Conduct
4040

eclipse-distribution/local-build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
./mvnw clean install -Pe434 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5
2-
1+
./mvnw clean package -Pe435 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5

eclipse-language-servers/local-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cd ../headless-services
55
./mvnw clean install -Dmaven.test.skip=true
66

77
cd $workdir
8-
./mvnw -Psnapshot -Pe436 clean install -Dmaven.test.skip=true
8+
./mvnw -Psnapshot -Pe435 clean install -Dmaven.test.skip=true

0 commit comments

Comments
 (0)