evenisse    2003/08/22 02:08:09

  Modified:    src/plugins-build/jbuilder plugin.jelly
               src/plugins-build/jbuilder/xdocs changes.xml
  Log:
  Fix MAVEN-668. I don't apply the patch present in Jira, but  I suppress protocol 
declaration that it's unnecessary.
  
  Revision  Changes    Path
  1.14      +1 -1      maven/src/plugins-build/jbuilder/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jbuilder/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly      20 Aug 2003 12:42:37 -0000      1.13
  +++ plugin.jelly      22 Aug 2003 09:08:09 -0000      1.14
  @@ -108,7 +108,7 @@
                    maven dependency (i.e. by this tag) -->
               <j:set var="mavenGenerated" value="false" />
               <j:if test="${libraryExists}" >
  -              <x:parse var="doc" xml="file:/${libraryFile}"/>
  +              <x:parse var="doc" xml="${libraryFile}"/>
                 <x:set var="root" select="$doc/*" />
                 <x:set var="mavenElement" select="$root/maven-generated" />
                 <j:if test="${!mavenElement.isEmpty()}" >
  
  
  
  1.5       +3 -0      maven/src/plugins-build/jbuilder/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jbuilder/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml       1 Jul 2003 05:13:59 -0000       1.4
  +++ changes.xml       22 Aug 2003 09:08:09 -0000      1.5
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="1.3" date="In CVS">
  +      <action dev="evenisse" type="add">
  +          Fix MAVEN-668.
  +      </action>
         <action dev="evenisse" type="add" due-to="David Zeleznik">
             The plugin attempts to find JBuilder's "HOME" directory where it will 
read the user's default project properties file. The JBuilder "HOME" directory is also 
where library files are generated.
         </action>
  
  
  

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

Reply via email to