Unused LocalStrings.properties with better messages
---------------------------------------------------
Key: PLUTO-476
URL: https://issues.apache.org/jira/browse/PLUTO-476
Project: Pluto
Issue Type: Bug
Components: portlet container
Affects Versions: 1.1.5
Reporter: Eric Dalquist
The file
/pluto-container/src/main/resources/org/apache/pluto/core/impl/LocalStrings.properties
appears to be unused as there are no classes in the org.apache.pluto.core.impl
package.
The file
/pluto-container/src/main/resources/org/apache/pluto/internal/impl/LocalStrings.properties
contains mostly duplicate property names as the file in core but the messages
are not as good as those in the core package. I believe the file
/pluto-container/src/main/resources/org/apache/pluto/core/impl/LocalStrings.properties
should be removed and the messages migrated into the file
/pluto-container/src/main/resources/org/apache/pluto/internal/impl/LocalStrings.properties
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.