Changeset 1276:bf2b09a47566

Show
Ignore:
Timestamp:
06/18/10 20:51:10 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

fixed temporary_repo path

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/org/w3c/unicorn/Framework.java

    r1275 r1276  
    170170                // creating uploaded and temporary files directories 
    171171                File upload_repo = new File(Property.get("UPLOADED_FILES_REPOSITORY")); 
    172                 File temporary_repo = new File(Property.get("UPLOADED_FILES_REPOSITORY")); 
     172                File temporary_repo = new File(Property.get("PATH_TO_TEMPORARY_FILES")); 
    173173                if (upload_repo.mkdir() || upload_repo.exists()) 
    174174                        logger.debug("> Created uploaded files directory: \n\t"