E5XML/ProjectWriter.py

changeset 253
3ccdf551bde7
parent 151
00c27aeede62
child 411
99409cddaaa9
child 792
a13346916170
equal deleted inserted replaced
252:05692e3d37bf 253:3ccdf551bde7
92 92
93 # do the binary translations path 93 # do the binary translations path
94 if self.pdata["TRANSLATIONSBINPATH"]: 94 if self.pdata["TRANSLATIONSBINPATH"]:
95 self._write(" <TranslationsBinPath>%s</TranslationsBinPath>" % \ 95 self._write(" <TranslationsBinPath>%s</TranslationsBinPath>" % \
96 Utilities.fromNativeSeparators(self.pdata["TRANSLATIONSBINPATH"][0])) 96 Utilities.fromNativeSeparators(self.pdata["TRANSLATIONSBINPATH"][0]))
97
98 # do the eol setting
99 if self.pdata["EOL"] and self.pdata["EOL"][0]:
100 self._write(' <Eol index="%d" />' % self.pdata["EOL"][0])
97 101
98 # do the sources 102 # do the sources
99 self._write(" <Sources>") 103 self._write(" <Sources>")
100 for name in self.pdata["SOURCES"]: 104 for name in self.pdata["SOURCES"]:
101 self._write(" <Source>%s</Source>" % \ 105 self._write(" <Source>%s</Source>" % \

eric ide

mercurial