The goal of this ANT script is to provide an easy way to create an "empty" jAPS Entando plugin and start working on it.
Open the build.xml file and setup these variables:
- newPluginName = jpmyplugin
- newPluginNameClass = Jpmyplugin
- Object = mypluginobject
- ObjectClass = MyPluginObject
Then use the build task with ANT.