On Wed, 2008-10-08 at 22:21 -0400, Ryan McKinley wrote:
> How do you feel about making a rule/convention that various source  
> trees won't put code into the same package.   That is, if I have
> 
>    contrib/comp1/src/java/...
> and
>    contrib/comp2/src/java/...
> 
> they won't write classes to:
>   o.a.droids.MyDroid
> 
> rather, everything would be in a 'unique' package for that contrib:
>   o.a.droids.comp1.MyDroid
>   o.a.droids.comp2.MyDroid

see my answer to your other mail.

ATM we have in our ivy.xml e.g. org.apache.droids.dynamics. Meaning I
agree with you.

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to