jvanzyl     2002/06/27 22:16:58

  Modified:    src/plugins/checkstyle plugin.jelly
                        sun-code-conventions-checkstyle.properties
  Added:       src/plugins/checkstyle toolbox.props
  Removed:     src/dvsl/xdocs checkstyle.dvsl developer-activity.dvsl
                        file-activity.dvsl jdepend.dvsl junit.dvsl pdf.dvsl
                        site.dvsl toolbox.props
  Log:
  Separating out all the bits to their respective plugins.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-turbine-maven/src/plugins/checkstyle/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/checkstyle/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly      28 Jun 2002 01:02:17 -0000      1.1
  +++ plugin.jelly      28 Jun 2002 05:16:58 -0000      1.2
  @@ -36,8 +36,8 @@
   
       <dvsl
         basedir="${basedir}"
  -      style="${maven.home}/stylesheets/checkstyle.dvsl"
  -      toolboxfile="${maven.home}/stylesheets/toolbox.props"
  +      style="${maven.home}/plugins/checkstyle/checkstyle.dvsl"
  +      toolboxfile="${maven.home}/plugins/checkstyle/toolbox.props"
         in="${maven.build.dir}/checkstyle-raw-report.xml"
         out="${maven.gen.docs}/checkstyle-report.xml">
         <classpath>
  
  
  
  1.2       +2 -2      
jakarta-turbine-maven/src/plugins/checkstyle/sun-code-conventions-checkstyle.properties
  
  Index: sun-code-conventions-checkstyle.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/plugins/checkstyle/sun-code-conventions-checkstyle.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sun-code-conventions-checkstyle.properties        28 Jun 2002 01:02:17 -0000     
 1.1
  +++ sun-code-conventions-checkstyle.properties        28 Jun 2002 05:16:58 -0000     
 1.2
  @@ -3,5 +3,5 @@
   #
   # To use this file, place the following in your project.properties:
   #
  -# 
maven.checkstyle.properties=${maven.home}/plugins/core/sun-code-conventions-checkstyle.properties
  -#
  \ No newline at end of file
  +# 
maven.checkstyle.properties=${maven.home}/plugins/checkstyle/sun-code-conventions-checkstyle.properties
  +#
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins/checkstyle/toolbox.props
  
  Index: toolbox.props
  ===================================================================
  toolbox.contextname = toolbox
  toolbox.tool.htmlescape = org.apache.velocity.anakia.Escape
  toolbox.tool.numbers = java.text.DecimalFormat
  toolbox.tool.fileutil = org.apache.velocity.texen.util.FileUtil
  toolbox.tool.strings = org.apache.commons.lang.Strings
  toolbox.tool.formatter = org.apache.maven.DVSLFormatter
  toolbox.tool.pathtool = org.apache.maven.DVSLPathTool
  toolbox.tool.maven = org.apache.maven.MavenTool
  
  
  

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

Reply via email to