Subversion Repositories SmartDukaan

Rev

Rev 30489 | Rev 30577 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30489 Rev 30576
Line 718... Line 718...
718
				} catch (Exception e) {
718
				} catch (Exception e) {
719
					e.printStackTrace();
719
					e.printStackTrace();
720
				}
720
				}
721
			}
721
			}
722
 
722
 
-
 
723
			if (args.containsOption("createoffercriteria")) {
-
 
724
				try {
-
 
725
					runOnceTasks.createOfferCriteria();
-
 
726
				} catch (Exception e) {
-
 
727
					e.printStackTrace();
-
 
728
				}
-
 
729
			}
-
 
730
 
723
			System.exit(0);
731
			System.exit(0);
724
		}
732
		}
725
 
733
 
726
	}
734
	}
727
 
735