Hi
Is it this issue : http://jira.codehaus.org/browse/MECLIPSE-270 ?
can you test a 1.6-SNAPSHOT ?


arnaud

On Wed, Mar 4, 2009 at 7:11 AM, Andrew Eisenberg <and...@eisenberg.as>wrote:

> Hi all,
>
> I was wondering if it is possible to add classpath attributes to the
> .classpath file when the maven eclipse plugin creates an eclipse
> project.
>
> For example, this is what i would like to do something like this (the
> attribute section):
>
> <?xml version="1.0" encoding="UTF-8"?>
> <classpath>
>        <...normal classpath...>
>        <classpathentry kind="var"
> path="M2_REPO/.../com.springsource.org.asp
> ectj.runtime-1.6.2.RELEASE.jar"/>
>                <attributes>
>                        <attribute name="org.eclipse.ajdt.aspectpath"
> value="org.eclipse.ajdt.aspectpath"/>
>                </attributes>
>        </classpathentry>
>        <...normal classpath...>
> </classpath>
>
> thanks,
> --andrew
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Arnaud

Reply via email to