Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Seelmann <mail@stefan-seelmann.de>2020-04-09 23:26:16 +0300
committerStefan Seelmann <mail@stefan-seelmann.de>2020-04-09 23:26:16 +0300
commit740ff1cb9c81d0d01768ac6d083daf9c3839c21a (patch)
treee8f86e515f2674738ea089cb43e5a2f489aa8e85
parentba360cf5a7b90424b7cae4b4e857fe3594334cbe (diff)
Update readme
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 43538d582..4ab580d64 100644
--- a/README.md
+++ b/README.md
@@ -57,10 +57,11 @@ or on Windows :
* Unit tests included in src/test/java of each plugin are executed automatically and run in 'test' phase
* Core integration tests in tests/test.integration.core are executed automatically and run in 'integration-test' phase
-* SWTBot based UI integration tests in tests/test.integration.ui are disabled by default. They can be enabled with `-Denable-ui-tests`. A failing test generates a screenshot. To not block the developer computer they can run within a virtual framebuffer:
+* SWTBot based UI integration tests in tests/test.integration.ui are disabled by default. They can be enabled with `-Denable-ui-tests`.
+ A failing test generates a screenshot. To not block the developer computer they can run within a virtual framebuffer:
- export DISPLAY=:99
- Xvfb :99 -screen 0 1024x768x16 &
+ export DISPLAY=:99
+ Xvfb :99 -screen 0 1024x768x16 &
### Build issues
@@ -111,8 +112,6 @@ The build produces binaries for all platforms. Archived versions can be found in
## Release
-**The release section needs to be updated after git migration!**
-
### Licenses
The root directory contains LICENSE and NOTICE files for the source distribution.
@@ -136,7 +135,6 @@ We release the following artifacts:
* Linux GTK 32bit tar.gz
* Linux GTK 64bit tar.gz
* maxOS 64bit dmg
- * Windows 32bit exe installer and zip
* Windows 64bit exe installer and zip
* Userguides