Changeset 368 for gssim_ui/branches
- Timestamp:
- 08/08/12 16:05:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java
r367 r368 174 174 jobDescription = list.get(0).getValue(); 175 175 //replace tokens 176 jobDescription .replace(jdPropertyFile, "input/" + destFileName);176 jobDescription = jobDescription.replace(jdPropertyFile, "input/" + destFileName); 177 177 } 178 178 } catch (SQLException e) {
Note: See TracChangeset
for help on using the changeset viewer.