Ignore:
Timestamp:
02/09/12 16:15:41 (13 years ago)
Author:
mcichenski
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/views/ExperimentEditor.mxml

    r96 r100  
    9090                                //prepare job description and generate properties file name 
    9191                                var propertyFileName : String = experiment.metaname + "_" + experiment.name + ".properties"; 
    92                                 parentApplication.xml.children().children().children()[1].children()[0] = 
     92                                parentApplication.xml.children().children().children()[2].children()[0] = 
    9393                                        "input/" + propertyFileName; 
    9494                                var jobDescription : String = parentApplication.xml.toXMLString(); 
Note: See TracChangeset for help on using the changeset viewer.