Mule : Submitting Patches
This page last changed on Jan 18, 2006 by rossmason.
Submitting patchesWe gladly accept patches if you can find ways to improve, tune or fix Mule in some way. Some IDEs can create nice patches now very easily. If you're IDE doesn't allow you to create patches or if you just prefer command line, use the following to create the patch on Linux - diff -u Main.java.orig Main.java >> patchfile.txt or on Windows you can use the cvs diff command - cvs diff -u Main.java >> patchfile.txt The patch file should then be added to a Jira Issue as an attachment. |
![]() |
Document generated by Confluence on Oct 03, 2006 09:23 |