You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by tr...@apache.org on 2005/01/03 07:41:15 UTC

cvs commit: maven-components/maven-1.x-integration .cvsignore

trygvis     2005/01/02 22:41:15

  Modified:    maven-repository-tools .cvsignore
               maven-plugins/maven-surefire-plugin .cvsignore
               maven-plugins/maven-resources-plugin .cvsignore
               maven-plugins/maven-pom-plugin .cvsignore
               maven-plugins/maven-jar-plugin .cvsignore
               maven-plugins/maven-install-plugin .cvsignore
               maven-plugins/maven-clean-plugin .cvsignore
               maven-plugins/maven-compiler-plugin .cvsignore
               maven-core-it-plugin .cvsignore
  Added:       maven-plugins .cvsignore
               maven-meeper .cvsignore
               maven-core-it-support .cvsignore
               maven-1.x-integration .cvsignore
  Log:
  o Setting some additional ignores.
  
  Revision  Changes    Path
  1.2       +7 -6      maven-components/maven-repository-tools/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-repository-tools/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	30 Jul 2004 17:36:52 -0000	1.1
  +++ .cvsignore	3 Jan 2005 06:41:14 -0000	1.2
  @@ -1,7 +1,8 @@
  -maven
  -maven2
  -ibiblio
   target
  -maven2.tar.gz
  -poms.tar.gz
  -reaper.tar.gz
  +*~
  +*.log
  +.classpath
  +.project
  +*.ipr
  +*.iws
  +*.iml
  
  
  
  1.2       +3 -2      maven-components/maven-plugins/maven-surefire-plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-surefire-plugin/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	15 Mar 2004 19:32:22 -0000	1.1
  +++ .cvsignore	3 Jan 2005 06:41:14 -0000	1.2
  @@ -1,7 +1,8 @@
   target
  -velocity.log
  -maven.log
  +*~
  +*.log
   .classpath
   .project
   *.ipr
   *.iws
  +*.iml
  
  
  
  1.3       +2 -1      maven-components/maven-plugins/maven-resources-plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-resources-plugin/.cvsignore,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .cvsignore	11 May 2004 21:20:11 -0000	1.2
  +++ .cvsignore	3 Jan 2005 06:41:14 -0000	1.3
  @@ -1,7 +1,8 @@
  +target
   *~
   *.log
  -target
   .classpath
   .project
   *.ipr
   *.iws
  +*.iml
  
  
  
  1.2       +2 -1      maven-components/maven-plugins/maven-pom-plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-pom-plugin/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	5 Jul 2004 10:54:50 -0000	1.1
  +++ .cvsignore	3 Jan 2005 06:41:14 -0000	1.2
  @@ -1,7 +1,8 @@
  +target
   *~
   *.log
  -target
   .classpath
   .project
   *.ipr
   *.iws
  +*.iml
  
  
  
  1.3       +2 -1      maven-components/maven-plugins/maven-jar-plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-jar-plugin/.cvsignore,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .cvsignore	11 May 2004 21:20:11 -0000	1.2
  +++ .cvsignore	3 Jan 2005 06:41:14 -0000	1.3
  @@ -1,7 +1,8 @@
  +target
   *~
   *.log
  -target
   .classpath
   .project
   *.ipr
   *.iws
  +*.iml
  
  
  
  1.2       +2 -1      maven-components/maven-plugins/maven-install-plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-install-plugin/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	20 Jun 2004 15:56:57 -0000	1.1
  +++ .cvsignore	3 Jan 2005 06:41:14 -0000	1.2
  @@ -1,7 +1,8 @@
  +target
   *~
   *.log
  -target
   .classpath
   .project
   *.ipr
   *.iws
  +*.iml
  
  
  
  1.3       +2 -1      maven-components/maven-plugins/maven-clean-plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-clean-plugin/.cvsignore,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .cvsignore	11 May 2004 21:20:11 -0000	1.2
  +++ .cvsignore	3 Jan 2005 06:41:15 -0000	1.3
  @@ -1,7 +1,8 @@
  +target
   *~
   *.log
  -target
   .classpath
   .project
   *.ipr
   *.iws
  +*.iml
  
  
  
  1.3       +2 -1      maven-components/maven-plugins/maven-compiler-plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-compiler-plugin/.cvsignore,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .cvsignore	11 May 2004 21:20:11 -0000	1.2
  +++ .cvsignore	3 Jan 2005 06:41:15 -0000	1.3
  @@ -1,7 +1,8 @@
  +target
   *~
   *.log
  -target
   .classpath
   .project
   *.ipr
   *.iws
  +*.iml
  
  
  
  1.1                  maven-components/maven-plugins/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  target
  *~
  *.log
  .classpath
  .project
  *.ipr
  *.iws
  *.iml
  
  
  
  1.1                  maven-components/maven-meeper/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  target
  *~
  *.log
  .classpath
  .project
  *.ipr
  *.iws
  *.iml
  
  
  
  1.1                  maven-components/maven-core-it-support/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  target
  *~
  *.log
  .classpath
  .project
  *.ipr
  *.iws
  *.iml
  
  
  
  1.2       +2 -1      maven-components/maven-core-it-plugin/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core-it-plugin/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	23 Sep 2004 16:42:24 -0000	1.1
  +++ .cvsignore	3 Jan 2005 06:41:15 -0000	1.2
  @@ -1,7 +1,8 @@
  +target
   *~
   *.log
  -target
   .classpath
   .project
   *.ipr
   *.iws
  +*.iml
  
  
  
  1.1                  maven-components/maven-1.x-integration/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  target
  *~
  *.log
  .classpath
  .project
  *.ipr
  *.iws
  *.iml