Changeset 403 for gssim_ui


Ignore:
Timestamp:
08/17/12 21:20:22 (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

    r402 r403  
    234234                        ServiceContext serviceContext = VineFlexUtilClass.getServiceContext(); 
    235235            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"); 
    237237            FileManager fileManager = fileResourceManager.createFileManager(parentLocation); 
    238238            TaskMonitor taskMonitor = fileManager.makeDirectory(uniqueFolderName, TaskOptions.block()); 
Note: See TracChangeset for help on using the changeset viewer.