Subversion Repositories SmartDukaan

Rev

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

Rev 27431 Rev 27437
Line 162... Line 162...
162
			List<String> schemeIds = args.getOptionValues("schemeId");
162
			List<String> schemeIds = args.getOptionValues("schemeId");
163
			System.out.println(schemeIds);
163
			System.out.println(schemeIds);
164
			scheduledTasks.schemeRollback(schemeIds);
164
			scheduledTasks.schemeRollback(schemeIds);
165
			System.exit(0);
165
			System.exit(0);
166
		}
166
		}
-
 
167
		if (args.containsOption("processActivation")) {
-
 
168
			scheduledTasks.processActivation();
-
 
169
			System.exit(0);
-
 
170
		}
167
		if (args.containsOption("grouping")) {
171
		if (args.containsOption("grouping")) {
168
			scheduledTasks.grouping();
172
			scheduledTasks.grouping();
169
			System.exit(0);
173
			System.exit(0);
170
		}
174
		}
171
		if (args.containsOption("fixWallet")) {
175
		if (args.containsOption("fixWallet")) {