--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/packager/WrtPackageActionDelegate.java Mon Feb 01 15:27:41 2010 -0800
+++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/packager/WrtPackageActionDelegate.java Mon Feb 01 16:54:20 2010 -0800
@@ -75,7 +75,6 @@
boolean packaedSucess=false;
if (project != null) {
-/*
ValidateAction validator = new ValidateAction();
if(!validator.isValidProject(project)) {
System.out.println("Invalid widget, can not be packaged!");
@@ -84,7 +83,6 @@
reportStatus("See errors from the Problems View for more details...");
return packaedSucess;
}
-*/
try {
final List<String> fileList = new ArrayList<String>();