Changeset 100 for gssim_ui/branches/vine/gssimstudio/src/web/ui/flex
- Timestamp:
- 02/09/12 16:15:41 (13 years ago)
- 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 90 90 //prepare job description and generate properties file name 91 91 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] = 93 93 "input/" + propertyFileName; 94 94 var jobDescription : String = parentApplication.xml.toXMLString();
Note: See TracChangeset
for help on using the changeset viewer.