To work through this example, we need to create a simple 'Hello World' Eclipse plug-in. Creating Eclipse plug-ins is covered in more detail elsewhere in this documentation, so we will just create a simple HelloWorld plug-in as follows:
Create a new plug-in project by menuing to File > New > Other...
Now that we have a plug-in project, we can create a build.xml file for it to manage plug-in deployment.