You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/04/09 20:26:33 UTC

[directory-studio] branch master updated: Update readme

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-studio.git


The following commit(s) were added to refs/heads/master by this push:
     new 740ff1c  Update readme
740ff1c is described below

commit 740ff1cb9c81d0d01768ac6d083daf9c3839c21a
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Thu Apr 9 22:26:16 2020 +0200

    Update readme
---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 43538d5..4ab580d 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