-- eclipse-cs development environment --
It should come to no surprise that eclipse-cs development takes place in Eclipse.
Currently the
precondition is a Eclipse 3.2 (or newer) with PDE plugin installed.
Import one of the following team project sets into your workspace, depending on your level of CVS access:
That should be all for starters.
-- Building release packages --
If you want to do a binary build of the plugin you need an installation of Maven 3 on your system.
Simply run mvn clean install
on the net.sf.eclipsecs.parent
project and find the result (fully blown p2 update site) under net.sf.eclipsecs-updatesite/target
.