Skip to content

Commit fb9fa72

Browse files
authored
Update readme.md (#1564)
1 parent db7caf1 commit fb9fa72

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

readme.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Mac OSX and Linux
4242
You can control the maven build with the following profiles:
4343

4444
* latest (default, builds against the latest versions)
45-
* 2018-09 (builds against the 2018-09 release. Eclipse stopped naming their releases)
4645
* SDK (builds a Sloeber you can program Sloeber in. With Java.)
4746
* win32 (builds for 32 bit windows)
4847
* win64
@@ -51,10 +50,9 @@ You can control the maven build with the following profiles:
5150
* macm1
5251

5352
### Examples
54-
mvn clean verify -Pmacm1,latest -DskipTests=true (builds for latest eclipse and linux 32 bits)
55-
mvn clean verify -Plinux32,latest -DskipTests=true (builds for latest eclipse and linux 32 bits)
56-
mvn clean verify -PSDK,latest -DskipTests=true (builds the Sloeber SDK. For Sloeber programmers.)
57-
mvn clean verify -P2018-09,linux64 -DskipTests=true (builds against 2018-09 and produces linux64 product)
53+
mvn clean verify -Pwin64,latest,NOSDK -DskipTests=true (builds for latest eclipse and windows bits)
54+
mvn clean verify -Plinux32,latest.NOSDK -DskipTests=true (builds for latest eclipse and linux 32 bits)
55+
mvn clean verify -PSDK,win64,latest -DskipTests=true (builds the Sloeber SDK. For Sloeber programmers.)
5856

5957
To build for latest and the platform you are running on:
6058

0 commit comments

Comments
 (0)