Re: 'correct' plugin structure

2003-09-14 Thread Trygve Laugstøl
You also might to take a look here: http://wiki.codehaus.org/maven/HowToCreateYourFirstPlugIn2 -- Trygve On Mon, 15 Sep 2003, Nathan Coast wrote: > Hi, > > is this the correct structure for plugin sources? > > /plugin.properties > /project.properties > /plugin.jelly > /project.xml > > /src/plu

Re: 'correct' plugin structure

2003-09-14 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 15/09/2003 01:34:48 PM: > Hi, > > is this the correct structure for plugin sources? > > /plugin.properties > /project.properties > /plugin.jelly > /project.xml > > /src/plugin-resources/ > > what is this dir intended for? Runtime required resources. -

RE: 'correct' plugin structure

2003-09-14 Thread Brett Porter
> is this the correct structure for plugin sources? > > /plugin.properties > /project.properties > /plugin.jelly > /project.xml yes > > /src/plugin-resources/ > > what is this dir intended for? Stuff you need to use inside the plugin - such as template files. Checkout some of the many in the

'correct' plugin structure

2003-09-14 Thread Nathan Coast
Hi, is this the correct structure for plugin sources? /plugin.properties /project.properties /plugin.jelly /project.xml /src/plugin-resources/ what is this dir intended for? cheers Nathan - To unsubscribe, e-mail: [EMAIL PROT