Subversion Repositories SmartDukaan

Rev

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

Rev 11555 Rev 11556
Line 169... Line 169...
169
					}
169
					}
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
					
-
 
175
					
-
 
176
				}
174
				}
177
				System.out.println("Box content");
175
				System.out.println("Box content");
-
 
176
				if(cp.getPackageContents()!=null)
178
				System.out.println("\t" + StringUtils.join(cp.getPackageContents().toArray(), ", "));
177
					System.out.println("\t" + StringUtils.join(cp.getPackageContents().toArray(), ", "));
179
			}
178
			}
180
		}
179
		}
181
	}
180
	}
182
	
181
	
183
	//Full run for monge Mobile content
182
	//Full run for monge Mobile content