Trying again.
-Stephen
On 6/27/06, Stephen Duncan <[EMAIL PROTECTED]> wrote:
Well, it's really just adding <module>extensions</module> inside of
<modules>. I don't have the patch or the source code around at the
moment; do you want to just do it manually? If I don't see the change
come through next time I'm looking at it, I'll send a patch again...
-Stephen
On 6/27/06, James M Snell <[EMAIL PROTECTED]> wrote:
> Attachment doesn't seem to have come through
>
> Stephen Duncan wrote:
> > [[[
> > Added extensions to list of modules.
> >
> > * pom.xml: Added module declaration for extensions.
> > ]]]
> >
>
--
Stephen Duncan Jr
www.stephenduncanjr.com
--
Stephen Duncan Jr
www.stephenduncanjr.com
Index: java/trunk/pom.xml
===================================================================
--- java/trunk/pom.xml (revision 416967)
+++ java/trunk/pom.xml (working copy)
@@ -139,6 +139,7 @@
<module>parser</module>
<module>security</module>
<module>server</module>
+ <module>extensions</module>
<module>examples</module>
</modules>