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/09/02 14:36:46 UTC

cvs commit: maven-plugins/jalopy/xdocs changes.xml properties.xml

evenisse    2004/09/02 05:36:46

  Modified:    jalopy   plugin.properties
               jalopy/src/plugin-resources jalopy_maven.xml
               jalopy/xdocs changes.xml properties.xml
  Log:
  MPJALOPY-3. Matchs Jalopy and checkstyle.
  
  Revision  Changes    Path
  1.6       +1 -1      maven-plugins/jalopy/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jalopy/plugin.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.properties	7 Jul 2004 15:59:27 -0000	1.5
  +++ plugin.properties	2 Sep 2004 12:36:45 -0000	1.6
  @@ -18,7 +18,7 @@
   # P L U G I N  P R O P E R I E S
   # -------------------------------------------------------------------
   
  -maven.jalopy.fileFormat=unix
  +maven.jalopy.fileFormat=auto
   maven.jalopy.style=${plugin.resources}/jalopy_maven.xml
   maven.jalopy.history=none
   maven.jalopy.logLevel=info
  
  
  
  1.4       +4 -4      maven-plugins/jalopy/src/plugin-resources/jalopy_maven.xml
  
  Index: jalopy_maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jalopy/src/plugin-resources/jalopy_maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jalopy_maven.xml	24 Aug 2004 11:44:53 -0000	1.3
  +++ jalopy_maven.xml	2 Sep 2004 12:36:45 -0000	1.4
  @@ -83,7 +83,7 @@
           <whitespace>
               <paddingLogicalOperators>true</paddingLogicalOperators>
               <beforeMethodDeclarationParenthesis>false</beforeMethodDeclarationParenthesis>
  -            <padddingBrackets>false</padddingBrackets>
  +            <paddingBrackets>false</paddingBrackets>
               <afterComma>true</afterComma>
               <paddingBitwiseOperators>true</paddingBitwiseOperators>
               <paddingAssignmentOperators>true</paddingAssignmentOperators>
  @@ -95,7 +95,7 @@
               <beforeBraces>true</beforeBraces>
               <beforeCaseColon>false</beforeCaseColon>
               <paddingMathematicalOperators>true</paddingMathematicalOperators>
  -            <padddingBraces>true</padddingBraces>
  +            <paddingBraces>true</paddingBraces>
               <beforeMethodCallParenthesis>false</beforeMethodCallParenthesis>
               <afterSemiColon>true</afterSemiColon>
               <beforeBracketsTypes>false</beforeBracketsTypes>
  @@ -121,7 +121,7 @@
               </tabs>
               <caseFromSwitch>false</caseFromSwitch>
               <throws>-1</throws>
  -            <braceLeft>0</braceLeft>
  +            <braceLeft>1</braceLeft>
               <deep>30</deep>
               <braceRight>0</braceRight>
               <useMethodCallParams>false</useMethodCallParams>
  @@ -203,7 +203,7 @@
               <removeBracesIfElse>false</removeBracesIfElse>
               <removeBracesWhile>false</removeBracesWhile>
               <rightBraceNewLine>true</rightBraceNewLine>
  -            <leftBraceNewLine>true</leftBraceNewLine>
  +            <leftBraceNewLine>false</leftBraceNewLine>
               <emptyCuddle>false</emptyCuddle>
               <insertBracesDoWhile>true</insertBracesDoWhile>
           </braces>
  
  
  
  1.15      +1 -0      maven-plugins/jalopy/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jalopy/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml	24 Aug 2004 11:24:12 -0000	1.14
  +++ changes.xml	2 Sep 2004 12:36:45 -0000	1.15
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.4" date="In CVS">
  +      <action dev="evenisse" type="update" issue="MPJALOPY-3">Matchs Jalopy and checkstyle.</action>
         <action dev="evenisse" type="update" issue="MPJALOPY-6">Allows multiple includes/excludes patterns.</action>
       </release>
       <release version="1.3" date="2004-07-08">
  
  
  
  1.5       +1 -1      maven-plugins/jalopy/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jalopy/xdocs/properties.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- properties.xml	24 Aug 2004 11:24:13 -0000	1.4
  +++ properties.xml	2 Sep 2004 12:36:45 -0000	1.5
  @@ -35,7 +35,7 @@
               Sets the file format of the output files. The file format
               controls what end of line character is used. Either one of
               "UNIX", "DOS", MAC", "DEFAULT" or "AUTO" can be used. Defaults
  -            to "AUTO" (case insensitive). Defaults to "unix".
  +            to "AUTO" (case insensitive).
             </td>
           </tr>
           <tr>
  
  
  

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