dion        2003/09/14 08:41:33

  Modified:    src/plugins-build/xdoc plugin.jelly
  Log:
  Fix bad indentation
  
  Revision  Changes    Path
  1.49      +11 -11    maven/src/plugins-build/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- plugin.jelly      14 Sep 2003 15:09:09 -0000      1.48
  +++ plugin.jelly      14 Sep 2003 15:41:33 -0000      1.49
  @@ -579,17 +579,17 @@
       <!-- If the descriptor is empty, use these as defaults -->
       <j:if test="${pom.reports.isEmpty()}">
         <attainGoal name="maven-jdepend-plugin:register"/>
  -        <attainGoal name="maven-checkstyle-plugin:register"/>
  -        <attainGoal name="maven-changes-plugin:register"/>
  -        <attainGoal name="maven-changelog-plugin:register"/>
  -        <attainGoal name="maven-developer-activity-plugin:register"/>
  -        <attainGoal name="maven-file-activity-plugin:register"/>
  -        <attainGoal name="maven-license-plugin:register"/>
  -        <attainGoal name="maven-javadoc-plugin:register"/>
  -        <attainGoal name="maven-jxr-plugin:register"/>
  -        <attainGoal name="maven-junit-report-plugin:register"/>
  -        <attainGoal name="maven-linkcheck-plugin:register"/>
  -        <attainGoal name="maven-tasklist-plugin:register"/>
  +      <attainGoal name="maven-checkstyle-plugin:register"/>
  +      <attainGoal name="maven-changes-plugin:register"/>
  +      <attainGoal name="maven-changelog-plugin:register"/>
  +      <attainGoal name="maven-developer-activity-plugin:register"/>
  +      <attainGoal name="maven-file-activity-plugin:register"/>
  +      <attainGoal name="maven-license-plugin:register"/>
  +      <attainGoal name="maven-javadoc-plugin:register"/>
  +      <attainGoal name="maven-jxr-plugin:register"/>
  +      <attainGoal name="maven-junit-report-plugin:register"/>
  +      <attainGoal name="maven-linkcheck-plugin:register"/>
  +      <attainGoal name="maven-tasklist-plugin:register"/>
       </j:if>
     </goal>
   
  
  
  

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

Reply via email to