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

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Mar 23 23:56:45 EDT 2011


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.Alpha3




   /**
    * Remove this facet from its {@link Project}, and perform any necessary cleanup.
    */
   boolean uninstall();

BaseFacet implements this method for convenience.



   @Override
   public boolean uninstall()
   {
      return false;
   }

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