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 2003/05/12 07:20:41 UTC

cvs commit: maven/src/plugins-build/jbuilder plugin.jelly

evenisse    2003/05/11 22:20:40

  Modified:    src/plugins-build/jbuilder plugin.jelly
  Log:
  Fix outpath. I accidentally used the
  "maven.jbuilder.docpath" value for OutPath as well as DocPath.
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly	4 May 2003 18:26:15 -0000	1.8
  +++ plugin.jelly	12 May 2003 05:20:40 -0000	1.9
  @@ -62,7 +62,7 @@
         <property category="sys" name="DescriptionLabel" value="Description :"/>
         <property category="sys" name="DocPath" value="${maven.jbuilder.docpath}"/>
         <property category="sys" name="IncludeTestPath" value="1"/>
  -      <property category="sys" name="OutPath" value="${maven.jbuilder.docpath}"/>
  +      <property category="sys" name="OutPath" value="${maven.jbuilder.outpath}"/>
         <property category="sys" name="SourcePath" value="${pom.build.sourceDirectory};${pom.build.unitTestSourceDirectory}"/>
         <property category="sys" name="TestPath" value="${pom.build.unitTestSourceDirectory}"/>
           <property category="sys" name="Title" value="${pom.name}"/>
  
  
  

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