From 8352dc8765bb512dc556e564329994d6b630b4a1 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 16 Aug 2016 17:14:06 +0200 Subject: [PATCH] initial structure of repo --- eclipse-distribution/README.md | 3 +++ eclipse-extensions/README.md | 3 +++ headless-services/README.md | 2 ++ vscode-extensions/README.md | 3 +++ 4 files changed, 11 insertions(+) create mode 100644 eclipse-distribution/README.md create mode 100644 eclipse-extensions/README.md create mode 100644 headless-services/README.md create mode 100644 vscode-extensions/README.md diff --git a/eclipse-distribution/README.md b/eclipse-distribution/README.md new file mode 100644 index 000000000..8420ec6dc --- /dev/null +++ b/eclipse-distribution/README.md @@ -0,0 +1,3 @@ +# eclipse distribution +STS 4 provides a ready to use distribution of Eclipse, equipped with all the necessary extensions and plugins that are useful to develop Spring Boot apps. +The necessary product and build definitions are included here. diff --git a/eclipse-extensions/README.md b/eclipse-extensions/README.md new file mode 100644 index 000000000..443926fef --- /dev/null +++ b/eclipse-extensions/README.md @@ -0,0 +1,3 @@ +# eclipse extensions +STS 4 provides a set of extensions to the Eclipse IDE. Those Eclipse plugin projects are hosted here. + diff --git a/headless-services/README.md b/headless-services/README.md new file mode 100644 index 000000000..3521adfd1 --- /dev/null +++ b/headless-services/README.md @@ -0,0 +1,2 @@ +# headless services +The main parts of the tooling for Spring Boot apps are implemented as headless services, running in separate processes. Those services can be consumed in existing IDEs by using the Language Server Protocol from Visual Studio Code. diff --git a/vscode-extensions/README.md b/vscode-extensions/README.md new file mode 100644 index 000000000..6682b5ca0 --- /dev/null +++ b/vscode-extensions/README.md @@ -0,0 +1,3 @@ +# vscode extensions +STS 4 provides a set of extensions to the Visual Studio Code editor. Those extension projects are hosted here. +