(node *etree.Element)
| 83 | } |
| 84 | |
| 85 | func createTagOtherUnitFiles(node *etree.Element) *etree.Element { |
| 86 | child := node.CreateElement(consts.XmlTagNameOtherUnitFiles) |
| 87 | child.CreateAttr("Value", "") |
| 88 | return child |
| 89 | } |
| 90 | |
| 91 | func updateLibraryPathProject(dprojName string) { |
| 92 | doc := etree.NewDocument() |
no outgoing calls
no test coverage detected