dev@glassfish.java.net

Re: [Fwd: [Issue 5559] Fix module jar names]

From: Ludovic Champenois <Ludovic.Champenois_at_Sun.COM>
Date: Thu, 21 Aug 2008 09:43:45 -0700

Sahoo wrote:
> Jerome Dochez wrote:
>> the usual guideline is to use the package name like
>>
>> javax.annotation-10.0-SNAPSHOT.jar
>>
>> of course we have many jars containing more than one package, but you
>> can always hope there is only one main package for each bundle.
>> so we could continue having the workspace splitted in functional
>> areas like (web, security, ejb, core) but use a package name for the
>> sub directories, something like :
>> ejb/javax.ejb -> APIs would become javax-ejb-10.0...
>> ejb/ejb -> container would become org-glassfish-ejb-10.0...
>> ejb/ejb-security-> ejb related security become
>> org-glassfish-ejb-security-10.0
>> should we use '-' or '.' to separate each package remains to be decided.
>>
> I definitely like '.' instead of '-'.
Eclipse uses .
NetBeans uses -
Let's go with the OSGi IDE :-)
Ludo
>
> Thanks,
> Sahoo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>