Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 23af72f5bd3e4a861b2c5ae2d0d3f7dc > files > 1

maven-shared-15-18.fc16.src.rpm

--- maven-runtime/src/main/java/org/apache/maven/shared/runtime/XMLMavenRuntimeVisitor.java.orig	2009-11-02 23:05:33.000000000 +0800
+++ maven-runtime/src/main/java/org/apache/maven/shared/runtime/XMLMavenRuntimeVisitor.java	2010-09-14 17:15:47.622372781 +0800
@@ -117,6 +117,10 @@
         {
             throw new MavenRuntimeException( "Cannot sort projects", exception );
         }
+	catch (Exception exception )
+        {
+            throw new MavenRuntimeException( "Cannot sort projects", exception );
+        }
     }
 
     // private methods --------------------------------------------------------