CentraSite 10.3 | CentraSite Developer's Guide | Importing Objects Using API | Writing Your Own Importer | Propagating the Plug-In
 
Propagating the Plug-In
Having generated the plugin files, they must be propagated into the directory <RuntimeWebAppsDir>/PluggableUI/ of the installed CentraSite Control. Thus, for example, ImportMyFile must have the following directory/file structure:
.../PluggableUI/ImportMyFile /
accesspath /
ImportMyFile.access
images /
ImportMyFile.gif
lib /
ImportMyFile.jar
ImportMyFile.html
ImportMyFile_JLIBS.html
ImportMyFile_SWT.xml
plugin.xml
You can do this by executing the build.xml command, which installs ImportMyFile.zip into the <RuntimeWebAppsDir>/PluggableUI/ folder.
The syntax for the command is:
ant -f build.xml install