Changeset 403 for gssim_ui/branches
- Timestamp:
- 08/17/12 21:20:22 (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
r402 r403 234 234 ServiceContext serviceContext = VineFlexUtilClass.getServiceContext(); 235 235 FileResourceManager fileResourceManager = getFileResourceManager(serviceContext); 236 FileLocation parentLocation = new FileLocation( inputLocation);236 FileLocation parentLocation = new FileLocation("gsiftp://gssim.man.poznan.pl:2811/usr/local/admin/gssim/input/?filetype=directory"); 237 237 FileManager fileManager = fileResourceManager.createFileManager(parentLocation); 238 238 TaskMonitor taskMonitor = fileManager.makeDirectory(uniqueFolderName, TaskOptions.block());
Note: See TracChangeset
for help on using the changeset viewer.