tapestry-upload has an incorrect manifest entry for the module class
--------------------------------------------------------------------
Key: TAPESTRY-1585
URL: https://issues.apache.org/jira/browse/TAPESTRY-1585
Project: Tapestry
Issue Type: Bug
Components: tapestry-upload
Affects Versions: 5.0.5
Reporter: Ben Sommerville
Priority: Trivial
The manifest entry in the pom should be
<manifestEntries>
<Tapestry-Module-Classes>org.apache.tapestry.upload.services.UploadModule</Tapestry-Module-Classes>
</manifestEntries>
instead of org.apache.tapestry.upload.UploadModule
(need to add "services" package)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]