how to get devkit to deploy plugin.xml correctly
this is probably trivial, but i don't get it: my META-INF/plugin.xml is deployed by devkit (in 3126) in the classes folder, instead of the folder above, where it deploys a meaningless plugin.xml. how can I get that ? all works fine, by simply moving it by hand. I could autamete this with ant, but it isn't exactly elegant.
thanks a lot
Please sign in to leave a comment.
Never seen this here, plugin.xml gets deployed to proper location. How
is your plugin module organized?
Pietro Polsinelli wrote:
Hi,
There is a default location of META-INF/plugin.xml (under module root) and
only from that location it is deployed. I am going to do a special setting
for this location.
Thank you.
--
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
"Martin Fuhrer" <mf@fuhrer.com> wrote in message
news:cpr8r1$4re$2@is.intellij.net...
>
deployed by devkit (in 3126) in the classes folder, instead of the folder
above, where it deploys a meaningless plugin.xml. how can I get that ? all
works fine, by simply moving it by hand. I could autamete this with ant, but
it isn't exactly elegant.