If you wish to build using Eclipse:
-
Create an new Plugin Project inside Eclipse
-
Import the source into the src directory
-
Import the project.xml
-
Import the build.properties
-
Import the icons directory
-
Right-Click on the project -> PDE Tools->Update Classpath
-
Right-Click on the project -> Export -> Deployable Plugins and Fragments
If you wish to build using Maven:
-
Download the entire tree from CVS ( editorviewer )
-
Edit the project.properties file to point to the location of the dependency jars
-
Type
maven jar
from the editorviewer directory