moor [
http://community.jboss.org/people/moor] created the discussion
"Re: Migrate JBossIDE to Tools 3.x with used="false" mechanism"
To view the discussion, visit:
http://community.jboss.org/message/626482#626482
--------------------------------------------------------------
Yes, you were able to check/uncheck checkboxes for different archives inside one project.
When checked (used="true"), than the archive will be build, while unchecked
(used="false") the archive will not be build. Actually, making comments in the
packages file to exclude parts out of packaging is a solution, but an ungly one: ) E.g.
parts that are commented out does not appear in the Project archives view.
To help you to remember, this is an entry in .packaging:
<archive destination="lib-runtime" exploded="false"
name="juicystuff.jar" used="true">
<folder ... />
</archive>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/626482#626482]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]