Hi, for a CTK-style plugin, the shared library (.dll on Windows, .so on Linux, .dylib on MacOS) is self-contained. Just copy the the single file. Note that the plugin must be "installed" in the target application. The <app-name>.provisioning files are exactly for that purpose (although you could install the plug-in by other means).
BlueBerry-style plugins must be copied with their parent directory. On some platforms, there might be intermediate output files in the folder which could be remove (for example the .lib, .exp, etc. files on Windows). Those plug-ins are automatically found on application start-up if you put them in one of the search paths. Best, Sascha On 08/16/2011 02:13 PM, Ghazall Aghaei wrote: > Hi all, > > could you please tell me which files are necessary to publish a > plugin? Just copy the whole folder? > > Regards, > Ghazall ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
