Ignore:
Timestamp:
2016-08-18T03:39:22+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - extract MapCSS conditions to new class ConditionFactory (on the same model than ExpressionFactory) - should workaround Groovy bug with Java 9 (https://issues.apache.org/jira/browse/GROOVY-7879 ?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TagInfoExtract.groovy

    r10769 r10837  
    3232import org.openstreetmap.josm.gui.mappaint.MapPaintStyles.IconReference
    3333import org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource
    34 import org.openstreetmap.josm.gui.mappaint.mapcss.Condition.SimpleKeyValueCondition
     34import org.openstreetmap.josm.gui.mappaint.mapcss.ConditionFactory.SimpleKeyValueCondition
    3535import org.openstreetmap.josm.gui.mappaint.mapcss.Selector.GeneralSelector
    3636import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.MapCSSParser
Note: See TracChangeset for help on using the changeset viewer.