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

2004-09-02 Thread evenisse
evenisse2004/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  ChangesPath
  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 -   1.5
  +++ plugin.properties 2 Sep 2004 12:36:45 -   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 -  1.3
  +++ jalopy_maven.xml  2 Sep 2004 12:36:45 -   1.4
  @@ -83,7 +83,7 @@
   
   true
   
false
  -false
  +false
   true
   true
   true
  @@ -95,7 +95,7 @@
   true
   false
   true
  -true
  +true
   false
   true
   false
  @@ -121,7 +121,7 @@
   
   false
   -1
  -0
  +1
   30
   0
   false
  @@ -203,7 +203,7 @@
   false
   false
   true
  -true
  +false
   false
   true
   
  
  
  
  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 -  1.14
  +++ changes.xml   2 Sep 2004 12:36:45 -   1.15
  @@ -25,6 +25,7 @@
 
 
   
  +  Matchs Jalopy and 
checkstyle.
 Allows multiple 
includes/excludes patterns.
   
   
  
  
  
  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.xml24 Aug 2004 11:24:13 -  1.4
  +++ properties.xml2 Sep 2004 12:36:45 -   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).
 
   
   
  
  
  

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



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

2004-08-24 Thread evenisse
evenisse2004/08/24 04:24:13

  Modified:jalopy   plugin.jelly project.xml
   jalopy/xdocs changes.xml properties.xml
  Log:
  MPJALOPY-6. Allows multiple includes/excludes patterns.
  
  Revision  ChangesPath
  1.8   +6 -8  maven-plugins/jalopy/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/jalopy/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly  7 Jul 2004 15:59:27 -   1.7
  +++ plugin.jelly  24 Aug 2004 11:24:12 -  1.8
  @@ -63,16 +63,14 @@
   threads="${maven.jalopy.nbThread}"
   classpathref="project.classpath">
 
  -
  -  
  -  
  -
  +
 
 
  -
  -  
  -  
  -
  +
 
   
 
  
  
  
  1.38  +1 -1  maven-plugins/jalopy/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/jalopy/project.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- project.xml   8 Jul 2004 13:47:53 -   1.37
  +++ project.xml   24 Aug 2004 11:24:12 -  1.38
  @@ -23,7 +23,7 @@
 3
 maven-jalopy-plugin
 Maven Jalopy Plugin
  -  1.3
  +  1.4-SNAPSHOT
 
 Reformat java source
 http://maven.apache.org/reference/plugins/jalopy/
  
  
  
  1.14  +3 -0  maven-plugins/jalopy/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/jalopy/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml   8 Jul 2004 13:47:53 -   1.13
  +++ changes.xml   24 Aug 2004 11:24:12 -  1.14
  @@ -24,6 +24,9 @@
   Emmanuel Venisse
 
 
  +
  +  Allows multiple 
includes/excludes patterns.
  +
   
 Add some exclude 
properties.
 Move to jalopy 1.0b11
  
  
  
  1.4   +5 -2  maven-plugins/jalopy/xdocs/properties.xml
  
  Index: properties.xml
  ===
  RCS file: /home/cvs/maven-plugins/jalopy/xdocs/properties.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- properties.xml7 Jul 2004 15:59:27 -   1.3
  +++ properties.xml24 Aug 2004 11:24:13 -  1.4
  @@ -100,6 +100,7 @@
 Yes
 
   For src/java directory. Specifies a fileset source file to 
format. 
  +This is a comma- or space-separated list of patterns of files.
Defaults to ${maven.jalopy.filesetInclude}.
 
   
  @@ -107,7 +108,8 @@
 maven.jalopy.src.filesetExclude
 Yes
 
  -For src/java direcotry. Source files excluded from format. 
  +For src/java direcotry. Source files excluded from format.
  +This is a comma- or space-separated list of patterns of files.
Defaults to ${maven.jalopy.filesetExclude}.
 
   
  @@ -116,6 +118,7 @@
 Yes
 
   For src/test directory. Specifies a fileset source file to 
format. 
  +This is a comma- or space-separated list of patterns of files.
Defaults to ${maven.jalopy.filesetInclude}.
 
   
  @@ -124,10 +127,10 @@
 Yes
 
   For src/test direcotry. Source files excluded from format. 
  +This is a comma- or space-separated list of patterns of files.
Defaults to ${maven.jalopy.filesetExclude}.
 
   
  - 
 
   
 
  
  
  

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



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

2004-07-07 Thread evenisse
evenisse2004/07/07 08:59:27

  Modified:jalopy   plugin.jelly plugin.properties
   jalopy/xdocs changes.xml properties.xml
  Log:
  [MPJALOPY-5]. Add some exclude properties.
  
  Revision  ChangesPath
  1.7   +4 -2  maven-plugins/jalopy/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/jalopy/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly  10 May 2004 23:38:03 -  1.6
  +++ plugin.jelly  7 Jul 2004 15:59:27 -   1.7
  @@ -64,12 +64,14 @@
   classpathref="project.classpath">
 
   
  -  
  +  
  +  
   
 
 
   
  -  
  +  
  +  
   
 
   
  
  
  
  1.5   +8 -0  maven-plugins/jalopy/plugin.properties
  
  Index: plugin.properties
  ===
  RCS file: /home/cvs/maven-plugins/jalopy/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties 4 Mar 2004 18:31:20 -   1.4
  +++ plugin.properties 7 Jul 2004 15:59:27 -   1.5
  @@ -25,3 +25,11 @@
   maven.jalopy.nbThread=1
   maven.jalopy.failOnError=true
   maven.jalopy.filesetInclude=**/*.java
  +maven.jalopy.filesetExclude=
  +
  +maven.jalopy.src.filesetInclude=${maven.jalopy.filesetInclude}
  +maven.jalopy.src.filesetExclude=${maven.jalopy.filesetExclude}
  +
  +maven.jalopy.test.filesetInclude=${maven.jalopy.filesetInclude}
  +maven.jalopy.test.filesetExclude=${maven.jalopy.filesetExclude}
  +
  
  
  
  1.12  +2 -1  maven-plugins/jalopy/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/jalopy/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml   5 Jul 2004 08:05:28 -   1.11
  +++ changes.xml   7 Jul 2004 15:59:27 -   1.12
  @@ -25,7 +25,8 @@
 
 
   
  -  Move to jalopy 1.0b11
  +  Add some exclude 
properties.
  +  Move to jalopy 1.0b11
   
   
   
  
  
  
  1.3   +42 -1 maven-plugins/jalopy/xdocs/properties.xml
  
  Index: properties.xml
  ===
  RCS file: /home/cvs/maven-plugins/jalopy/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml4 Mar 2004 18:31:21 -   1.2
  +++ properties.xml7 Jul 2004 15:59:27 -   1.3
  @@ -27,6 +27,7 @@
 
   
 
  + PropertyOptional?Description
   
 maven.jalopy.fileFormat
 Yes
  @@ -84,9 +85,49 @@
 maven.jalopy.filesetInclude
 Yes
 
  -Specifies a fileset source file to format. Defaults to "**/*.java".
  +Specifies a fileset source file to format. Defaults to 
**/*.java.
 
   
  +
  +  maven.jalopy.filesetExclude
  +  Yes
  +  
  +Source files excluded from format. Default: empty.
  +  
  +
  +
  +  maven.jalopy.src.filesetInclude
  +  Yes
  +  
  +For src/java directory. Specifies a fileset source file to 
format. 
  + Defaults to ${maven.jalopy.filesetInclude}.
  +  
  +
  +
  +  maven.jalopy.src.filesetExclude
  +  Yes
  +  
  +For src/java direcotry. Source files excluded from format. 
  + Defaults to ${maven.jalopy.filesetExclude}.
  +  
  +
  +
  +  maven.jalopy.test.filesetInclude
  +  Yes
  +  
  +For src/test directory. Specifies a fileset source file to 
format. 
  + Defaults to ${maven.jalopy.filesetInclude}.
  +  
  +
  +
  +  maven.jalopy.test.filesetExclude
  +  Yes
  +  
  +For src/test direcotry. Source files excluded from format. 
  + Defaults to ${maven.jalopy.filesetExclude}.
  +  
  +
  + 
 
   
 
  
  
  

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