[
https://issues.jboss.org/browse/JBIDE-10642?page=com.atlassian.jira.plugi...
]
Rob Stryker resolved JBIDE-10642.
---------------------------------
Resolution: Done
This has been committed with unit tests. The method for others to set a project's
includes and excludes pattern is inside the component.xml file.
Examples are:
IVirtualComponent vc = ComponentCore.createComponent(IProject);
vc.setMetaProperty("component.inclusion.patterns", "**/*");
vc.setMetaProperty("component.exclusion.patterns", "**/*.txt");
That should be enough to trigger this functionality.
publisher/server adapter level include/excludes postprocessing
--------------------------------------------------------------
Key: JBIDE-10642
URL:
https://issues.jboss.org/browse/JBIDE-10642
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: JBossAS/Servers
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Fix For: 3.3.0.Beta1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira