File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Please install [git] (http://git-scm.com/downloads) and [maven] (http://maven.ap
29
29
30
30
## Build from the command line from source for your os and the default eclipse instance
31
31
``` bash
32
- git clone https://github.com/jantje/arduino-eclipse-plugin
33
- cd arduino-eclipse-plugin
32
+ git clone https://github.com/jantje/arduino-eclipse-plugin sloeber
33
+ cd sloeber
34
34
mvn clean verify -DskipTests=true
35
35
```
36
36
@@ -52,8 +52,6 @@ You can control the maven build with the following profiles:
52
52
53
53
* latest (default, builds against the latest versions)
54
54
* 2018-09 (builds against the 2018-09 release. Eclipse stopped naming their releases)
55
- * photon (builds against the photon (4.8) repositories)
56
- * oxygen (builds against the oxygen (4.7) repositories)
57
55
* SDK (builds a Sloeber you can program Sloeber in. With Java.)
58
56
* win32 (builds for 32 bit windows)
59
57
* win64
You can’t perform that action at this time.
0 commit comments