Author: hboutemy
Date: Sat May  2 22:08:36 2009
New Revision: 770984

URL: http://svn.apache.org/viewvc?rev=770984&view=rev
Log:
merged MNG-2855 fix and unit test from trunk

Added:
    maven/shared/branches/maven-reporting-impl-2.0.4.x/src/test/   (props 
changed)
      - copied from r770892, maven/shared/trunk/maven-reporting-impl/src/test/
Modified:
    maven/shared/branches/maven-reporting-impl-2.0.4.x/   (props changed)
    maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml

Propchange: maven/shared/branches/maven-reporting-impl-2.0.4.x/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat May  2 22:08:36 2009
@@ -1,4 +1,3 @@
-.wtpmodules
 target
 *~
 *.log
@@ -7,3 +6,5 @@
 *.ipr
 *.iws
 *.iml
+.settings
+bin

Modified: maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml?rev=770984&r1=770983&r2=770984&view=diff
==============================================================================
--- maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml (original)
+++ maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml Sat May  2 
22:08:36 2009
@@ -9,7 +9,7 @@
   <groupId>org.apache.maven.reporting</groupId>
   <name>Maven Reporting Implementation</name>
   <version>2.0.4.2-SNAPSHOT</version>
-  
+
   <developers>
     <developer>
       <id>vsiveton</id>
@@ -52,6 +52,12 @@
       <artifactId>doxia-site-renderer</artifactId>
       <version>1.0-alpha-10</version>
     </dependency>
+    <dependency>
+      <groupId>junit-addons</groupId>
+      <artifactId>junit-addons</artifactId>
+      <version>1.4</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <scm>
@@ -59,5 +65,5 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/branches/maven-reporting-impl-2.0.4.1-dev</developerConnection>
     
<url>http://svn.apache.org/viewcvs.cgi/maven/shared/branches/maven-reporting-impl-2.0.4.1-dev</url>
   </scm>
-  
+
 </project>
\ No newline at end of file

Propchange: maven/shared/branches/maven-reporting-impl-2.0.4.x/src/test/
------------------------------------------------------------------------------
    svn:mergeinfo = 


Reply via email to