46 |
46 |
47 # add some generation comments |
47 # add some generation comments |
48 self.writeComment(" eric5 multi project file for multi project {0} "\ |
48 self.writeComment(" eric5 multi project file for multi project {0} "\ |
49 .format(self.name)) |
49 .format(self.name)) |
50 if Preferences.getMultiProject("XMLTimestamp"): |
50 if Preferences.getMultiProject("XMLTimestamp"): |
51 self.writeComment(" Saved: {0} ".format(time.strftime('%Y-%m-%d, %H:%M:%S'))) |
51 self.writeComment( |
52 self.writeComment(" Copyright (C) {0} ".format(time.strftime('%Y'))) |
52 " Saved: {0} ".format(time.strftime('%Y-%m-%d, %H:%M:%S'))) |
|
53 self.writeComment( |
|
54 " Copyright (C) {0} ".format(time.strftime('%Y'))) |
53 |
55 |
54 # add the main tag |
56 # add the main tag |
55 self.writeStartElement("MultiProject") |
57 self.writeStartElement("MultiProject") |
56 self.writeAttribute("version", multiProjectFileFormatVersion) |
58 self.writeAttribute("version", multiProjectFileFormatVersion) |
57 |
59 |