Revision 37886

View differences:

branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.lib/org.gvsig.installer.lib.impl/src/main/java/org/gvsig/installer/lib/impl/DefaultPackageInfo.java
585 585
		if( this.broken ) {
586 586
			return true;
587 587
		}
588
		if( this.isOfficial() && !this.isSigned() ) {
589
			return true;
590
		}
588
//		if( this.isOfficial() && !this.isSigned() ) {
589
//			return true;
590
//		}
591 591
		return false;
592 592
	}
593 593

  

Also available in: Unified diff