- Timestamp:
- 08/18/12 00:49: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
r411 r412 249 249 250 250 String destination = gssimInput + "/" + uniqueFolderName + "/"; 251 copyFile( gssimInput + "/" + destFileName, destination);251 copyFile(fileManager, gssimInput + "/" + destFileName, destination); 252 252 if (workload != null && !workload.isEmpty()) { 253 253 copyFile(fileManager, gssimInput + "/workloads/" + workload, destination); 254 log.error(workload); 254 255 } 255 256 if (resources != null && !resources.isEmpty()) { 256 257 copyFile(fileManager, gssimInput + "/resources/" + resources, destination); 258 log.error(resources); 257 259 } 258 260 if (topology != null && !topology.isEmpty()) { 259 261 copyFile(fileManager, gssimInput + "/topologies/" + topology, destination); 262 log.error(topology); 260 263 } 261 264
Note: See TracChangeset
for help on using the changeset viewer.