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