Ignore:
Timestamp:
01/08/14 16:17:12 (10 years ago)
Author:
twagoo
Message:

Fixed images resources: moved them into src/main/resources - which is now also picked up by maven, and use package resource mechanism of wicket to refer to them (shortcut via Image constructor)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/to-wicket-1.6/vlo_web_app/pom.xml

    r4220 r4229  
    7878                    <exclude>**/*.java</exclude>
    7979                </excludes>
     80            </resource>
     81            <resource>
     82                <directory>src/main/resources</directory>
     83                <filtering>true</filtering>
    8084            </resource>
    8185            <resource>
Note: See TracChangeset for help on using the changeset viewer.