evenisse 2004/10/15 07:02:17 Modified: jbuilder plugin.jelly project.xml jbuilder/xdocs changes.xml Log: MPJBUILDER-13. Remove use of pom.getPluginContext and replace with maven:set/get. Revision Changes Path 1.25 +2 -1 maven-plugins/jbuilder/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven-plugins/jbuilder/plugin.jelly,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- plugin.jelly 5 Jul 2004 21:26:29 -0000 1.24 +++ plugin.jelly 15 Oct 2004 14:02:17 -0000 1.25 @@ -300,7 +300,8 @@ <j:set var="companyLabel" value="Company: " /> <j:set var="copyrightLabel" value="Copyright: " /> <j:set var="descriptionLabel" value="Description: " /> - <maven:makeRelativePath var="relativeDocPath" basedir="${basedir}" path="${pom.getPluginContext('maven-javadoc-plugin').getVariable('maven.javadoc.destdir')}" /> + <maven:get plugin="maven-javadoc-plugin" property="maven.javadoc.destdir" var="javadocsDest"/> + <maven:makeRelativePath var="relativeDocPath" basedir="${basedir}" path="${javadocsDest}" /> <j:set var="docPath" value="${relativeDocPath}" /> <j:set var="docX" value="${maven.jbuilder.docpath}X" /> <j:if test="${docX != 'X'}" > 1.30 +1 -1 maven-plugins/jbuilder/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/jbuilder/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 25 Jun 2004 15:24:29 -0000 1.29 +++ project.xml 15 Oct 2004 14:02:17 -0000 1.30 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-jbuilder-plugin</id> <name>Maven JBuilder Plug-in</name> - <currentVersion>1.5</currentVersion> + <currentVersion>1.6-SNAPSHOT</currentVersion> <description/> <shortDescription>JBuilder Plugin for Maven</shortDescription> <url>http://maven.apache.org/reference/plugins/jbuilder/</url> 1.18 +3 -0 maven-plugins/jbuilder/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/jbuilder/xdocs/changes.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- changes.xml 16 May 2004 02:08:28 -0000 1.17 +++ changes.xml 15 Oct 2004 14:02:17 -0000 1.18 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> + <release version="1.6" date="In CVS"> + <action dev="evenisse" type="fix" issue="MPJBUILDER-13">Remove use of pom.getPluginContext and replace with maven:set/get.</action> + </release> <release version="1.5" date="2004-05-15"> <action dev="evenisse" type="add" issue="MPJBUILDER-11">Add maven.jbuilder.bakpath property.</action> <action dev="evenisse" type="add" issue="MPJBUILDER-10">Add xdocs and subdir into jbuilder folder(s).</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]