Ignore:
Timestamp:
03/24/20 09:40:55 (4 years ago)
Author:
bnemhaus
Message:

Added ability to have ${EXPEDITEE.HOME} used in @File annotations.

File:
1 edited

Legend:

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

    r1516 r1524  
    312312                        for (String s: unresolved) {
    313313                                String local = ResourceUtil.substitute(s, ResourceUtil.CURRENT_FRAMESET_FLAG, p.toString());
     314                                local = ResourceUtil.substitute(local, ResourceUtil.EXPEDITEE_HOME, expediteeHome.toString());
    314315                                resolved.add(local);
    315316                        }
Note: See TracChangeset for help on using the changeset viewer.