a workaround of #195122, don't worry unsigned libs.junit4 release70_beta2
authorJiri Rechtacek <jrechtacek@netbeans.org>
Sat, 12 Feb 2011 09:45:40 +0100
branchrelease70_beta2
changeset 192265c4653c02b9b3
parent 192127 28fdf96e5c9b
a workaround of #195122, don't worry unsigned libs.junit4
autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallStep.java
     1.1 --- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallStep.java	Fri Feb 11 13:41:35 2011 +0100
     1.2 +++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallStep.java	Sat Feb 12 09:45:40 2011 +0100
     1.3 @@ -431,6 +431,9 @@
     1.4                  if ("org.netbeans.modules.junitlib".equals(el.getCodeName())) { // NOI18N
     1.5                      continue;
     1.6                  }
     1.7 +                if ("org.netbeans.libs.junit4".equals(el.getCodeName())) { // NOI18N
     1.8 +                    continue;
     1.9 +                }
    1.10                  // end of #195122
    1.11                  unsigned.add (el);
    1.12              } else if (! support.isTrusted (inst, el)) {