You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2006/11/27 19:08:59 UTC

layout of examples in install image

Are these correct:

        In the v2 layout, the examples/ directory will be under %UIMA_HOME%.

        This directory will have an Eclipse .project file giving it the 
name "uimaj-examples".

       The examples/descriptors in v1 is now examples/src/main/descriptors

Thanks. -Marshall

Re: layout of examples in install image

Posted by Adam Lally <al...@alum.rpi.edu>.
On 11/27/06, Marshall Schor <ms...@schor.com> wrote:
> Are these correct:
>
>         In the v2 layout, the examples/ directory will be under %UIMA_HOME%.
>

Yes.

>         This directory will have an Eclipse .project file giving it the
> name "uimaj-examples".
>

Yes.

>        The examples/descriptors in v1 is now examples/src/main/descriptors
>

No, it is still examples/descriptors.  Even though it is under
src/main/descriptors in SVN, when the UIMA distribution is assembled
it is restructured to look like it did in the v1 UIMA distribution.
The src/main directories are cut out of the path.

-Adam