Changeset 8066

Show
Ignore:
Timestamp:
07/18/08 14:39:36 (5 years ago)
Author:
mcarrick
Message:

adding 'created by ossie wavedev' comments back into sad and das files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/tools/WaveDev/wavedev/XML_gen/application_gen.py

    r8065 r8066  
    290290    postProcessed_sad.writelines(line0) 
    291291    #postProcessed_sad.writelines(u'<!DOCTYPE softwareassembly SYSTEM \"../../xml/dtd/softwareassembly.dtd\">\n') 
    292     #postProcessed_sad.writelines(commentLine) 
     292    postProcessed_sad.writelines(commentLine) 
    293293    postProcessed_sad.writelines(remaining) 
    294294    postProcessed_sad.close() 
     
    358358    postProcessed_das.writelines(line0) 
    359359    postProcessed_das.writelines(u'<!DOCTYPE deploymentenforcement SYSTEM "dtd/deploymentenforcement.dtd\">\n') 
    360     #postProcessed_das.writelines(commentLine) 
     360    postProcessed_das.writelines(commentLine) 
    361361    postProcessed_das.writelines(remaining) 
    362362    postProcessed_das.close()