michal 2003/07/15 12:00:19 Modified: src/plugins-build/ear/xdocs properties.xml changes.xml Log: Fixes for MAVEN-565. Documentation of some properties was outdated Revision Changes Path 1.5 +3 -3 maven/src/plugins-build/ear/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/ear/xdocs/properties.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- properties.xml 17 Jun 2003 18:00:07 -0000 1.4 +++ properties.xml 15 Jul 2003 19:00:18 -0000 1.5 @@ -21,7 +21,7 @@ </td> </tr> <tr> - <td>maven.j2ee.ear.appxml</td> + <td>maven.ear.appxml</td> <td>Yes</td> <td> Location of the application.xml file @@ -32,7 +32,7 @@ </td> </tr> <tr> - <td>maven.j2ee.ear.appxml.generate</td> + <td>maven.ear.appxml.generate</td> <td>Yes</td> <td> Indicates if application.xml files should @@ -110,7 +110,7 @@ <type>war<type> <properties> <ear.bundle>true</ear.bundle> - <ear.appxml.war.context-root>maven</ear.appxml.war.context-root> + <ear.appxml.ear.context-root>webapp</ear.appxml.ear.context-root> </properties> </dependency> ]]></source> 1.6 +4 -0 maven/src/plugins-build/ear/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/ear/xdocs/changes.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- changes.xml 1 Jul 2003 14:57:56 -0000 1.5 +++ changes.xml 15 Jul 2003 19:00:18 -0000 1.6 @@ -6,6 +6,10 @@ </properties> <body> <release version="1.2" date="in CVS"> + <action dev="michal" type="fix> + Fixes for MAVEN-565 + Documentation of some properties were outdated + </action> <action dev="michal" type="fix"> Fixes for MAVEN-518. Artifact processing in the plugin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]