From: Jeff J. <jef...@us...> - 2006-04-21 02:57:40
|
jeffjensen 06/04/20 19:57:38 Modified: findbugs .cvsignore Added: findbugs .project .classpath Log: Add Eclipse project files. Change .cvsignore to not ignore them. Revision Changes Path 1.3 +0 -2 maven-plugins/findbugs/.cvsignore Index: .cvsignore =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jul 2004 15:17:15 -0000 1.2 +++ .cvsignore 21 Apr 2006 02:57:38 -0000 1.3 @@ -1,5 +1,3 @@ target maven.log velocity.log -.classpath -.project 1.1 maven-plugins/findbugs/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-findbugs-plugin</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> 1.1 maven-plugins/findbugs/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/plugin-test/src/java"/> <classpathentry kind="src" path="src/plugin-resources"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |