You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Gerhard Froehlich <g-...@gmx.de> on 2002/09/25 23:44:13 UTC

excalibur store package

Hi,
is there any reason why:

[..]
package org.apache.excalibur.store.impl;
[..]

and not

[..]
package org.apache.avalon.excalibur.store.impl;
[..]

in the excalibur store package?

- Gerhard

-- 

----------------------------
I just found the last bug...
----------------------------

Blog at: http://radio.weblogs.com/0107791/


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: excalibur store package

Posted by Leo Simons <le...@apache.org>.
Hi Gerhard,

we decided that the package names were getting rediculously long. Future
releases of avalon (sub)subprojects should not use the .avalon. part of
the prefix. Because of backwards compatibility reasons, we're not moving
everything over. See the mailing list archive for details =)

regards,

Leo Simons

On Wed, 2002-09-25 at 23:44, Gerhard Froehlich wrote:
> Hi,
> is there any reason why:
> 
> [..]
> package org.apache.excalibur.store.impl;
> [..]
> 
> and not
> 
> [..]
> package org.apache.avalon.excalibur.store.impl;
> [..]
> 
> in the excalibur store package?
> 
> - Gerhard
> 
> -- 
> 
> ----------------------------
> I just found the last bug...
> ----------------------------
> 
> Blog at: http://radio.weblogs.com/0107791/
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>