Changeset 453 for gssim_ui/branches
- Timestamp:
- 09/07/12 18:14:21 (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
r452 r453 170 170 String uniqueFolderName = "tmp" + String.valueOf(new Date().getTime()); 171 171 fileContent = fileContent.replace(pInputLocation, "input"); 172 if (workload.endsWith(".zip")) fileContent = fileContent.replace(workload, workload.split( ".")[0]);172 if (workload.endsWith(".zip")) fileContent = fileContent.replace(workload, workload.split('.')[0]); 173 173 uploadPropertyFile(destFileName, fileContent); 174 174
Note: See TracChangeset
for help on using the changeset viewer.