You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-dev@incubator.apache.org by David Sean Taylor <da...@bluesunrise.com> on 2005/04/13 18:49:54 UTC

Re: svn commit: r159733 - in incubator/graffito/trunk/api: project.xml src/java/org/apache/portals/graffito/exception/ContentManagementException.java src/java/org/apache/portals/graffito/model/Document.java src/java/org/apache/portals/graffito/util/

clombart@apache.org wrote:
> Author: clombart
> Date: Fri Apr  1 13:34:20 2005
> New Revision: 159733
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=159733
> Log:
> * Create a new subproject : graffito commons which contains common classes used in other Graffito projects :
> - Common exception
> - Common util classes
> 
> Removed:
>     incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/exception/ContentManagementException.java
Christophe,

Why did you move this exception class to commons?
The API should not have dependencies on commons.
Im going to move it back, OK?

-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773-4646
[mobile] +01 707 529 9194

Re: svn commit: r159733 - in incubator/graffito/trunk/api: project.xml src/java/org/apache/portals/graffito/exception/ContentManagementException.java src/java/org/apache/portals/graffito/model/Document.java src/java/org/apache/portals/graffito/util/

Posted by Christophe Lombart <ch...@sword-technologies.com>.
David Sean Taylor wrote:

> clombart@apache.org wrote:
>
>> Author: clombart
>> Date: Fri Apr  1 13:34:20 2005
>> New Revision: 159733
>>
>> URL: http://svn.apache.org/viewcvs?view=rev&rev=159733
>> Log:
>> * Create a new subproject : graffito commons which contains common 
>> classes used in other Graffito projects :
>> - Common exception
>> - Common util classes
>>
>> Removed:
>>     
>> incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/exception/ContentManagementException.java 
>>
>
> Christophe,
>
> Why did you move this exception class to commons?
> The API should not have dependencies on commons.
> Im going to move it back, OK?
>
ok

Christophe