attributes.put("f1version",fiop[1]);
attributes.remove("localversion");
Common common_code = new Common();
common_code.writeXMLObject(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/info.XML",info,"props");
common_code.writeXMLObject(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/attributes.XML",attributes,"props");
Properties localInfo = new Properties();
Properties localAttributes = getAttributes(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/"+machineGuid+"/");
if (localAttributes == null) localAttributes = new Properties();
localAttributes.put("localversion",fiop[1]);