[ http://jira.codehaus.org/browse/MEAR-21?page=all ]

Stephane Nicoll updated MEAR-21:
--------------------------------

    Summary: Wrong example in howto.apt  (was: MAJ documentation in 
introduction.apt)

> Wrong example in howto.apt
> --------------------------
>
>          Key: MEAR-21
>          URL: http://jira.codehaus.org/browse/MEAR-21
>      Project: Maven 2.x Ear Plugin
>         Type: Improvement

>     Reporter: Lilians Auvigne
>     Assignee: Stephane Nicoll
>  Attachments: majDoc.diff
>
>
> Old is :
> {code:xml} 
>        <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-ear-plugin</artifactId>
>         <defaultBundleDir>APP-INF/lib
>          <configuration>
>             [...]
>             <modules>
>               <javaModule>
> {code} 
> New :      
> {code:xml}  <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-ear-plugin</artifactId>
>          <configuration>
>            <defaultBundleDir>APP-INF/lib</defaultBundleDir>
>             [...]
>             <modules>
>               <javaModule>
> {code} 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to