Subversion Repositories SmartDukaan

Rev

Rev 20851 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20851 Rev 20854
Line 218... Line 218...
218
			String propertyXMLSnip = this.getPropertyXMLSnippet(featureDef);
218
			String propertyXMLSnip = this.getPropertyXMLSnippet(featureDef);
219
			Utils.info("propertyXMLSnip=" + propertyXMLSnip);
219
			Utils.info("propertyXMLSnip=" + propertyXMLSnip);
220
			
220
			
221
			xmlSnippets.add(propertyXMLSnip);
221
			xmlSnippets.add(propertyXMLSnip);
222
		}
222
		}
223
		//manually add a property
-
 
224
		xmlSnippets.add("\n\t\t<field name=\"H_00001\" type=\"boolean\" indexed=\"true\" stored=\"false\" multiValued=\"false\" required=\"false\"/>");
-
 
225
		xmlSnippets.add("\t</Properties>");
223
		xmlSnippets.add("\t</Properties>");
226
		
224
		
227
		xmlSnippets.add("\n\t<Categories>");
225
		xmlSnippets.add("\n\t<Categories>");
228
 
226
 
229
		Category rootCategory = defs.getCategory(Catalog.getInstance().getRootCategory().getID());
227
		Category rootCategory = defs.getCategory(Catalog.getInstance().getRootCategory().getID());