Subversion Repositories SmartDukaan

Rev

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

Rev 19109 Rev 20851
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
		
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\"/>");
224
		xmlSnippets.add("\t</Properties>");
225
		xmlSnippets.add("\t</Properties>");
225
		
226
		
226
		xmlSnippets.add("\n\t<Categories>");
227
		xmlSnippets.add("\n\t<Categories>");
227
 
228
 
228
		Category rootCategory = defs.getCategory(Catalog.getInstance().getRootCategory().getID());
229
		Category rootCategory = defs.getCategory(Catalog.getInstance().getRootCategory().getID());