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