Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Expanding a plugin to a directory on install


  yes - you can have a plugin w/o any java code in it.

  if you have created a 'feature' plugin for your project, then i believe you just select the 'Unpack plugin option' in the 'Plug-ins' tab on the feature.xml config file.

  i am not sure how to do this if you want to produce a zip file for people to install. it may be a manual process to create the jar, unjar it yourself, and then create the 'master' zip with all the plugins to be unzipped into eclipse.

On Fri, Sep 19, 2008 at 4:10 PM, William Cook <william@xxxxxxxxx> wrote:
Does anybody know how to get Eclipse to expand
a plugin to a full directory, instead of a Jar,
during installation? Can you have a plugin that
just has documentation, or a directory of stuff,
without Java code?

Thanks,
William Cook
http://www.cs.utexas.edu/users/wcook
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



--
-jae

Back to the top