How to commit changes to B-processor in eclipse
- In Eclipse, right-click on the main project folder and chose >team< … >update< in the context menu. This will upload changes other users made into your local code copy.

- Start Cygwin shell, and direct to your workspace folder
- c:

- cd Users/[…]/workspace/build
- run the batch build command “./build.sh clean dist”


- In Eclipse, right/click on the main project folder and chose >refresh< in the context menu.

- Chose >Project< in the main menu bar and >clean< the project

- Right-click on the main project folder (or changed folder) and chose >team< … >commit< to commit your changes to the server copy of the code.
