Subversion Repositories SmartDukaan

Rev

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

Rev 11554 Rev 11555
Line 170... Line 170...
170
					System.out.println(title);
170
					System.out.println(title);
171
					for(Specification spec : sg.getSpecs()){
171
					for(Specification spec : sg.getSpecs()){
172
						System.out.println("\t" + spec.getName() + "\t" + StringUtils.join(spec.getValues().toArray(), ", "));
172
						System.out.println("\t" + spec.getName() + "\t" + StringUtils.join(spec.getValues().toArray(), ", "));
173
					}
173
					}
174
					
174
					
175
					System.out.println("Box content");
-
 
176
					System.out.println("\t" + StringUtils.join(cp.getPackageContents().toArray(), ", "));
-
 
177
					
175
					
178
				}
176
				}
-
 
177
				System.out.println("Box content");
-
 
178
				System.out.println("\t" + StringUtils.join(cp.getPackageContents().toArray(), ", "));
179
			}
179
			}
180
		}
180
		}
181
	}
181
	}
182
	
182
	
183
	//Full run for monge Mobile content
183
	//Full run for monge Mobile content