view .hgignore @ 4255:670e98f5a441

Fixed leak while merging facets. The ThemeList that is used by OutputHelper to sort the Facets for an Output now uses a list to store the ManagedFacets. The correct order is made up by sorting the List using Collections.sort() function of the Java JDK. Therfore, the ManagedFacet class implements the Comparable interface. The return value of its compareTo(other) method depends on the value of the 'position' field.
author Ingo Weinzierl <weinzierl.ingo@googlemail.com>
date Thu, 25 Oct 2012 14:01:46 +0200
parents 9c78264109ad
children 764c21005f33
line wrap: on
line source
syntax: regexp
flys-artifacts/target      # maven output
flys-artifacts/\.classpath # eclipse
flys-artifacts/\.project   # eclipse
flys-artifacts/\.settings  # eclipse
flys-artifacts/test-output # eclipse junit/testng plugin output
flys-backend/target      # maven output
flys-backend/\.classpath # eclipse
flys-backend/\.project   # eclipse
flys-backend/\.settings  # eclipse
flys-backend/test-output # eclipse junit/testng plugin output
flys-client/target      # maven output
flys-client/\.classpath # eclipse
flys-client/\.project   # eclipse
flys-client/\.settings  # eclipse
flys-client/test-output # eclipse junit/testng plugin output
flys-aft/target      # maven output
flys-aft/\.classpath # eclipse
flys-aft/\.project   # eclipse
flys-aft/\.settings  # eclipse
flys-aft/test-output # eclipse junit/testng plugin output
flys-client/src/main/webapp/OpenLayers-2.11
\.swp
\.swo

http://dive4elements.wald.intevation.org