move  ClassNameLocator to tapestry-ioc
--------------------------------------

                 Key: TAPESTRY-1954
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1954
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-ioc
    Affects Versions: 5.0.6
            Reporter: Davor Hrg
             Fix For: 5.0.7


move  ClassNameLocator to tapestry-ioc so tapestry-hibernate can be used
without tapestry-core

currenty I have to add dependancy to tapestry core to use tapestry-hibernate
in a simple non web project.
and add this to bind im my AppModule:

        binder.bind(ClassNameLocator.class, ClassNameLocatorImpl.class);



-- 
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]

Reply via email to