Ignore:
Timestamp:
12/13/13 10:28:17 (11 years ago)
Author:
jts21
Message:

Renamed resources folder to assets, made a resources folder within assets folder, moved all files which get extracted from the jar into the assets/resources folder in order to simplify extraction.
TODO: Test extraction on Windows to make sure it still works
TODO: Find out what's causing the exception when loading the SimpleTestSuite frameset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Browser.java

    r570 r618  
    170170            try
    171171        {
    172           URL iconURL = ClassLoader.getSystemResource("org/expeditee/resources/icons/expediteeicon128.png");
     172          URL iconURL = ClassLoader.getSystemResource("org/expeditee/assets/icons/expediteeicon128.png");
    173173          if (iconURL != null)
    174174          {
Note: See TracChangeset for help on using the changeset viewer.