source: trunk/src/org/expeditee/assets/README@ 1510

Last change on this file since 1510 was 1240, checked in by bln4, 5 years ago
File size: 543 bytes
Line 
1Anything in this folder will be packed into the Expeditee jar and accessible at runtime with:
2 ClassLoader.getSystemResource("org/expeditee/assets/...");
3
4The resources-public and resources-private subfolders are extracted into the Expeditee folder when Expeditee is first run.
5When a account is created in multi-user mode, the content of resources-private is copied into the new users designated framesets area (framesets-<username>).
6When running Expeditee logged into an account, the content of resources-private is not touched by the user.
Note: See TracBrowser for help on using the repository browser.