[
https://issues.jboss.org/browse/SEAMFORGE-90?page=com.atlassian.jira.plug...
]
Lincoln Baxter III updated SEAMFORGE-90:
----------------------------------------
Description:
{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}
was:
/**
* 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;
}
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
{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