Changeset 453 for gssim_ui/branches


Ignore:
Timestamp:
09/07/12 18:14:21 (13 years ago)
Author:
mcichenski
Message:
 
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  
    170170                String uniqueFolderName = "tmp" + String.valueOf(new Date().getTime()); 
    171171                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]); 
    173173                uploadPropertyFile(destFileName, fileContent); 
    174174                 
Note: See TracChangeset for help on using the changeset viewer.