Add support to opensocial-reference to deal with multiple versions of the
specification
---------------------------------------------------------------------------------------
Key: SHINDIG-41
URL: https://issues.apache.org/jira/browse/SHINDIG-41
Project: Shindig
Issue Type: Improvement
Components: OpenSocial
Reporter: Paul Lindner
To effectively support differing versions of the OpenSocial API we need to
allow one to specify which version of
the OpenSocial reference library we want to use. A proposed solution would
create the following structure
features/opensocial-reference-0.7
feature.xml
<dependency>opensocial-reference</dependency>
features/opensocial-reference-0.6
feature.xml
<dependency>opensocial-reference</dependency>
<gadget>
// compatibility code goes here
</gadget>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.