che-server/plugins
Vladyslav Zhukovskyi f43c8d6245
Correct revert unsaved preference changes (#10179)
### What does this PR do?
This changes proposal fixes the problem when save button might appeared when refresh button called from preferences window.

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

### What issues does this PR fix or reference?
#9959 #10019 

#### Release Notes
N/A

#### Docs PR
N/A
2018-07-09 12:34:50 +03:00
..
plugin-camel RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-ceylon Basic support of the Eclipse Ceylon language (#10096) 2018-06-21 17:43:01 +02:00
plugin-clangd RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-composer RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-cpp RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-csharp RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-dashboard RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-debugger Correct revert unsaved preference changes (#10179) 2018-07-09 12:34:50 +03:00
plugin-gdb RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-git CHE-9154: Fix authorization failed message (#10173) 2018-07-09 09:44:14 +03:00
plugin-github RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-golang RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-gwt RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-help Show build details in dedicate window (#10093) 2018-06-25 11:16:16 +03:00
plugin-java Fixed error logging for Go LS when going to definition (#10315) 2018-07-06 17:41:17 +03:00
plugin-java-debugger Fix scope of test dependencies (#10254) 2018-07-04 11:23:20 +03:00
plugin-json RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-languageserver Fixed offset and range calculation for full text and range formatting (#10293) 2018-07-06 17:39:30 +03:00
plugin-machine Fix scope of test dependencies (#10254) 2018-07-04 11:23:20 +03:00
plugin-maven RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-nodejs RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-orion RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-php RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-product-info RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-pullrequest-parent Correct revert unsaved preference changes (#10179) 2018-07-09 12:34:50 +03:00
plugin-python RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-sdk RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-testing RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-testing-java RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-testing-php RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-urlfactory RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-web Merge pull request #10102 from eclipse/lang_servers 2018-06-19 17:32:54 +03:00
plugin-yaml RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
plugin-zend-debugger RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
README.md
pom.xml Basic support of the Eclipse Ceylon language (#10096) 2018-06-21 17:43:01 +02:00

README.md

How to Build Plugins?

In plugin root directory, run:

mvn clean install

How to Add Custom Plugin to Modules Build Cycle?

Add a module to plugins parent pom.xml:

<module>your-plugin-name</module>

How to Add a Custom Plugin to Che Assembly?

See: [Building Custom Assemblies] ()