Skip to content

Commit c6f050f

Browse files
committed
Merge pull request #471 from wimjongman/master
Rename to Sloeber #470
2 parents d59343c + 23ae5d6 commit c6f050f

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

Eclipse update site/WebContent/fragments/how_to/configure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
This section contains Detailed instructions on how to configure the Arduino Eclipse plugin.
1+
This section contains Detailed instructions on how to configure the Sloeber IDE.
22
===
33

44
This section assumes you have installed the Arduino Eclipse plugin or product.
55

66
**tell which Arduino IDE you use**
7-
1. Start Eclipse that contains the plugin. c:/eclipse/Eclipse or c:/eclipse/eclipseArduinoIDE for the product
7+
1. Start Eclipse that contains the plugin. c:/eclipse/Eclipse or c:/eclipse/sloeber for the product
88
2. Open a workspace of your choice C:/workspace
99
3. If needed close the welcome page
1010
4. open the preferences (windows -> preferences)
1111
5. in V1 open the section Arduino->Arduino
1212
6. In V2 open Arduino
13-
7. Fill it in like below (using the location of the Arduino IDE c:/arduino)
13+
7. Fill it in like below (using the location of the Sloeber IDE c:/sloeber)
1414
8. Add the location of your private libraries.
1515
in V1 this looks like
1616
![V1](http://iloapp.baeyens.it/data/_gallery/public/1/134998877869708900_resized.png =500x)
@@ -32,4 +32,4 @@ This section assumes you have installed the Arduino Eclipse plugin or product.
3232
**Party success**
3333

3434
1. drink a beer
35-
2. [Become a patron of jantje](http://eclipse.baeyens.it/donate.html "thanks")
35+
2. [Become a patron of jantje](http://eclipse.baeyens.it/donate.html "thanks")

build_then_launch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
file_x86="./it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/linux/gtk/x86/opt/eclipseArduino/eclipseArduinoIDE"
4-
file_x86_64="./it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/linux/gtk/x86_64/opt/eclipseArduino/eclipseArduinoIDE"
3+
file_x86="./it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/linux/gtk/x86/opt/sloeber/sloeber-ide"
4+
file_x86_64="./it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/linux/gtk/x86_64/opt/sloeber/sloeber-ide"
55
file=""
66

77
echo "Trying to build and then launch the Arduino Eclipse IDE"

it.baeyens.arduino.product/arduino.product

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Info: http://eclipse.baeyens.it/
1212
Source: https://github.com/jantje/arduino-eclipse-plugin
1313
Binaries: http://eclipse.baeyens.it/download.php
1414

15-
Contributors: jantje, brodykenrick, wimjongman, neuweiler,
16-
darcade, amorellgarcia
15+
Contributors (github users): jantje, brodykenrick, wimjongman, neuweiler,
16+
darcade, amorellgarcia, MarceloLimori
1717

1818
https://github.com/jantje/arduino-eclipse-plugin/graphs/contributors
1919
</text>
@@ -43,7 +43,7 @@ https://github.com/jantje/arduino-eclipse-plugin/graphs/contributors
4343
startupProgressRect="97,370,100,4"
4444
startupMessageRect="400,370,441,20"
4545
startupForegroundColor="C8D5EA" />
46-
<launcher name="eclipseArduinoIDE">
46+
<launcher name="sloeber-ide">
4747
<solaris/>
4848
<win useIco="false">
4949
<bmp/>

it.baeyens.arduino.product/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
<!-- Customise the packaged product's archive name (Instead of "it.baeyens.arduino.product")
4646
Suffix is still <os>.<ws>.<arch>.<archiveExtension> (e.g. linux.gtk.x86_64.tar.gz)
4747
-->
48-
<archiveFileName>EclipseArduinoIDE-${platform-version-name}</archiveFileName>
48+
<archiveFileName>sloeber-ide-${platform-version-name}</archiveFileName>
4949
<!-- Causes the archives to contain a folder todo/ that contains the
5050
application -->
5151
<!-- Without it, the application is at the archive root -->
52-
<rootFolder>eclipseArduino</rootFolder>
52+
<rootFolder>sloeber</rootFolder>
5353
<!-- On Linux self contained installations are commonly extract to
5454
/opt folder -->
5555
<!-- LSB: "binary-only packages of nonessential applications and add-on

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
#Arduino-Eclipse-Plugin
1+
#Sloeber IDE
22

3-
The Arduino Eclipse Plugin/IDE.
3+
Sloeber IDE. The Arduino IDE for Eclipse.
44

55
The Eclipse IDE (Integrated Developement Environment) is a full featured programming editor with many fantastic features to help you code more quickly and easily. The Arduino IDE is great for what it does – but it doesn't do much to help writing, navigating and understanding your (and other people's) code.
66

7-
The Arduino Eclipse Plugin bridges that gap and helps move you to a more powerful development environment whilst keeping the Arduino hardware and libraries that you love (and make life simple).
7+
The Sloeber IDE bridges that gap and helps move you to a more powerful development environment whilst keeping the Arduino hardware and libraries that you love (and make life simple).
8+
9+
Software Logic to program Open Electronic Boards in an Eclipse Runtime (SLOEBER)
810

911
It works on MS Windows, Mac OSX and Linux.
1012

@@ -37,7 +39,7 @@ mvn clean verify
3739
Then the runnable application executable can be started, i.e. on a 64-bit mac, with:
3840

3941
```bash
40-
open it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/macosx/cocoa/x86_64/eclipseArduino/eclipseArduinoIDE.app
42+
open it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/macosx/cocoa/x86_64/sloeber/sloeber-ide.app
4143
```
4244

4345
On Linux you can run start eclipse using provided shell script:

win32x32.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
it.baeyens.arduino.product\target\products\it.baeyens.arduino.product\win32\win32\x86\eclipseArduino\eclipseArduinoIDE.exe
1+
it.baeyens.arduino.product\target\products\it.baeyens.arduino.product\win32\win32\x86\sloeber\sloeber-ide.exe

win32x64.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
it.baeyens.arduino.product\target\products\it.baeyens.arduino.product\win32\win32\x86_64\eclipseArduino\eclipseArduinoIDE.exe
1+
it.baeyens.arduino.product\target\products\it.baeyens.arduino.product\win32\win32\x86_64\sloeber\sloeber-ide.exe

0 commit comments

Comments
 (0)