On Sun, 2007-04-29 at 15:51 +1000, Michael Ralston wrote:
> how would you suggest i create a patch which divides the src/java
> directory into two different directories? 

If both directories contains sources that have been before in one
directory then with "svn mv old new".

> (one which contains cocoon
> independant interfaces/classes and the other which contains cocoon
> dependant)
> 

If the POJO are new then use "svn add pojo".

This assumes that you are using svn.

Then you can create the diff as usual with "svn diff > ejb.patch".

Otherwise (if you do not use svn) zip the sources/jars that are new and
attach them to a new issue.

TIA. 

This way the whole community can review your really interesting work.

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