Codebase list jd-gui / 8008d4b
Update maven.org filters emmanue1 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2323
2424 public static final String DEFAULT_FILTERS_VALUE =
2525 "+org +com.google +com.springsource +com.sun -com +java +javax +sun +sunw " +
26 "+spring +springframework +springmodules +tomcat +maven";
26 "+spring +springframework +springmodules +tomcat +maven +edu";
2727
2828 protected static final Pattern CONTROL_PATTERN = Pattern.compile("([+-][a-zA-Z_0-9$_.]+(\\s+[+-][a-zA-Z_0-9$_.]+)*)?\\s*");
2929