Author: jmitchell Date: Wed Apr 26 18:08:07 2006 New Revision: 397351 URL: http://svn.apache.org/viewcvs?rev=397351&view=rev Log: ignore local Eclipse config files
Modified: struts/action/trunk/apps/blank/ (props changed) struts/action/trunk/apps/cookbook/ (props changed) struts/action/trunk/apps/examples/ (props changed) struts/action/trunk/apps/faces-example1/ (props changed) struts/action/trunk/apps/faces-example2/ (props changed) struts/action/trunk/apps/mailreader/ (props changed) struts/action/trunk/apps/scripting-mailreader/ (props changed) struts/action/trunk/apps/strutsel-exercise-taglib/ (props changed) struts/action/trunk/core/ (props changed) struts/action/trunk/el/ (props changed) struts/action/trunk/faces/ (props changed) struts/action/trunk/mailreader-dao/ (props changed) struts/action/trunk/pom.xml struts/action/trunk/scripting/ (props changed) Propchange: struts/action/trunk/apps/blank/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -1,2 +1,5 @@ target +.project +.classpath + Propchange: struts/action/trunk/apps/cookbook/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -1 +1,4 @@ target +.project +.classpath + Propchange: struts/action/trunk/apps/examples/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -1,2 +1,5 @@ target +.project +.classpath + Propchange: struts/action/trunk/apps/faces-example1/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -0,0 +1,4 @@ +target +.project +.classpath + Propchange: struts/action/trunk/apps/faces-example2/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -0,0 +1,4 @@ +target +.project +.classpath + Propchange: struts/action/trunk/apps/mailreader/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -1,2 +1,5 @@ target +.project +.classpath + Propchange: struts/action/trunk/apps/scripting-mailreader/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -0,0 +1,3 @@ +.project +.classpath + Propchange: struts/action/trunk/apps/strutsel-exercise-taglib/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -0,0 +1,4 @@ +target +.project +.classpath + Propchange: struts/action/trunk/core/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -0,0 +1,4 @@ +target +.project +.classpath +.settings Propchange: struts/action/trunk/el/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -6,3 +6,6 @@ ..jbprojectbak velocity.log maven.log +.project +.classpath + Propchange: struts/action/trunk/faces/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -4,3 +4,5 @@ dist target release +.project +.classpath Propchange: struts/action/trunk/mailreader-dao/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -1,2 +1,5 @@ target +.project +.classpath + Modified: struts/action/trunk/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=397351&r1=397350&r2=397351&view=diff ============================================================================== --- struts/action/trunk/pom.xml (original) +++ struts/action/trunk/pom.xml Wed Apr 26 18:08:07 2006 @@ -112,6 +112,10 @@ <reporting> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <aggregate>true</aggregate> Propchange: struts/action/trunk/scripting/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Apr 26 18:08:07 2006 @@ -0,0 +1,4 @@ +target +.project +.classpath + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]