Incorrect use of src/main/resources?
------------------------------------
Key: WICKET-802
URL: https://issues.apache.org/jira/browse/WICKET-802
Project: Wicket
Issue Type: Bug
Components: wicket-quickstart
Affects Versions: 1.3.0-beta2
Reporter: Gwyn Evans
Priority: Minor
We're distributing these:
eclipse-classpath.xml
tomcatplugin.xml
wicket-quickstart.iml.xml
wicket-quickstart.ipr.xml
in src/main/resources, but as I understand it, these should be in
src/main/config.
In fact, src/main/resources is where we should have these:
commons-logging.properties
log4j.properties
which are currently in src/main/java!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.