[forge-dev] [JBoss JIRA] Closed: (SEAMFORGE-90) Should be able to remove facets

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Jun 8 15:10:59 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFORGE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III closed SEAMFORGE-90.
---------------------------------------

    Fix Version/s: 1.0.0.Alpha4
       Resolution: Done


This is functionally complete, however nothing is taking advantage of it at the moment.

> Should be able to remove facets
> -------------------------------
>
>                 Key: SEAMFORGE-90
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-90
>             Project: Seam Forge
>          Issue Type: Enhancement
>          Components: Plugin API
>    Affects Versions: 1.0.0.Alpha2
>            Reporter: Lincoln Baxter III
>            Assignee: Lincoln Baxter III
>             Fix For: 1.0.0.Alpha4, 1.0.0.Alpha3
>
>
> {code}
>    /**
>     * Remove this facet from its {@link Project}, and perform any necessary cleanup.
>     */
>    boolean uninstall();
> {code}
> BaseFacet implements this method for convenience.
> {code}
>    @Override
>    public boolean uninstall()
>    {
>       return false;
>    }
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-dev mailing list