# HG changeset patch # User Jaroslav Tulach # Date 1458379683 -3600 # Node ID d13786d6c185589a38e635e0666f170f533ed946 # Parent 6b74e398466d46a508f1b19a5b34ef3543c386b0 Don't include emul.mini profile - then classes from emul.compact are available twice and it may happen that they override each other. For example when EnumSet is requested. diff -r 6b74e398466d -r d13786d6c185 rt/emul/compacttest/pom.xml --- a/rt/emul/compacttest/pom.xml Sat Mar 19 08:45:39 2016 +0100 +++ b/rt/emul/compacttest/pom.xml Sat Mar 19 10:28:03 2016 +0100 @@ -39,12 +39,6 @@ org-openide-util-lookup test - - ${project.groupId} - emul.mini - ${project.version} - test -