[jboss-cvs] JBossAS SVN: r84052 - branches/Branch_5_0/system/src/main/org/jboss/system/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 10 07:18:00 EST 2009


Author: alesj
Date: 2009-02-10 07:18:00 -0500 (Tue, 10 Feb 2009)
New Revision: 84052

Modified:
   branches/Branch_5_0/system/src/main/org/jboss/system/deployers/LegacyDeploymentContextComparator.java
Log:
Remove .jar duplicate.

Modified: branches/Branch_5_0/system/src/main/org/jboss/system/deployers/LegacyDeploymentContextComparator.java
===================================================================
--- branches/Branch_5_0/system/src/main/org/jboss/system/deployers/LegacyDeploymentContextComparator.java	2009-02-10 12:16:56 UTC (rev 84051)
+++ branches/Branch_5_0/system/src/main/org/jboss/system/deployers/LegacyDeploymentContextComparator.java	2009-02-10 12:18:00 UTC (rev 84052)
@@ -2,7 +2,7 @@
 * JBoss, Home of Professional Open Source.
 * Copyright 2006, Red Hat Middleware LLC, and individual contributors
 * as indicated by the @author tags. See the copyright.txt file in the
-* distribution for a full listing of individual contributors. 
+* distribution for a full listing of individual contributors.
 *
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
@@ -55,7 +55,6 @@
       legacyOrder.put(".rar", 250);
       legacyOrder.put("-ds.xml", 300);
       legacyOrder.put(".har", 350);
-      legacyOrder.put(".jar", 400);
       legacyOrder.put(".ejb3", 400);
       legacyOrder.put(".par", 400);
       legacyOrder.put(".war", 500);




More information about the jboss-cvs-commits mailing list