Merge branch '1.1.x'

This commit is contained in:
Andy Wilkinson
2014-12-17 20:21:46 +00:00
2 changed files with 6 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ public class Layouts {
static {
Map<LibraryScope, String> map = new HashMap<LibraryScope, String>();
map.put(LibraryScope.COMPILE, "WEB-INF/lib/");
map.put(LibraryScope.CUSTOM, "WEB-INF/lib/");
map.put(LibraryScope.RUNTIME, "WEB-INF/lib/");
map.put(LibraryScope.PROVIDED, "WEB-INF/lib-provided/");
SCOPE_DESTINATIONS = Collections.unmodifiableMap(map);