You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/04/09 16:19:57 UTC

cvs commit: maven-plugins/jbuilder/xdocs changes.xml

evenisse    2004/04/09 07:19:57

  Modified:    jbuilder plugin.jelly project.xml
               jbuilder/xdocs changes.xml
  Log:
  MPJBUILDER-9. Fix crash with Maven RC2.
  
  Revision  Changes    Path
  1.20      +1 -1      maven-plugins/jbuilder/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jbuilder/plugin.jelly,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- plugin.jelly	4 Mar 2004 18:36:00 -0000	1.19
  +++ plugin.jelly	9 Apr 2004 14:19:57 -0000	1.20
  @@ -147,7 +147,7 @@
   
                 <!-- Get optional library source path property. -->
                 <j:set var="librarySourceProp" value="maven.jbuilder.${libraryName}.librarySource" />
  -              <j:set var="librarySource" value="${context.getVariable(librarySourceProp)}" />
  +              <j:set var="librarySource" value="${librarySourceProp}" />
   
   	            <j:file name="${libraryFile}" prettyPrint="true" xmlns="dummy">
                   <library>
  
  
  
  1.24      +1 -1      maven-plugins/jbuilder/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jbuilder/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	10 Mar 2004 12:15:23 -0000	1.23
  +++ project.xml	9 Apr 2004 14:19:57 -0000	1.24
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jbuilder-plugin</id>
     <name>Maven JBuilder Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>JBuilder Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jbuilder/</url>
  
  
  
  1.13      +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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml	10 Mar 2004 12:15:23 -0000	1.12
  +++ changes.xml	9 Apr 2004 14:19:57 -0000	1.13
  @@ -24,6 +24,9 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.5" date="In CVS">
  +      <action dev="evenisse" type="fix" issue="MPJBUILDER-9">Fix crash with Maven RC2.</action>
  +    </release>
       <release version="1.4" date="2004-03-10">
         <action dev="evenisse" type="fix" issue="MPJBUILDER-8">Generate relative path for OutPath, DefaultPath, DocPath, SourcePath, and TestPath tag in jbuilder project.</action>
         <action dev="dion" type="fix">Apply MAVEN-987</action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org