Externalize Component.isLocal to property file
----------------------------------------------

         Key: JBBUILD-15
         URL: http://jira.jboss.com/jira/browse/JBBUILD-15
     Project: JBoss Build System
        Type: Feature Request
    Reporter: Ryan Campbell
     Fix For: Q105


To move a component from a binary build to a source build, you would need to 
add the version tag back on to the component definition. So that:

[code]<component id="container"
         version="5.0-SNAPSHOT">....[/code]becomes this:[code]<component 
id="container"
         version="5.0-SNAPSHOT"
         module="container">....[/code]
And then you would do an "ant -f release.xml synchronize.components" to check 
it out.

I know this needs to be in a property file instead.  Perhaps just something 
like:

[code]
container.isLocal=true
common.isLocal=false
[/code]


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to