You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <tu...@ws.apache.org> on 2007/08/22 12:04:31 UTC

[jira] Created: (TUSCANY-1568) tuscany-sca bundle jar clean up

tuscany-sca bundle jar clean up
-------------------------------

                 Key: TUSCANY-1568
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1568
             Project: Tuscany
          Issue Type: Bug
          Components: Build System
    Affects Versions: Java-SCA-Next
            Reporter: ant elder
             Fix For: Java-SCA-Next


Clean up the tuscany-sca bundle jar built by thats built in the distribution. 
For example:
- fix the dependencies so you can do something like:
        <dependency>
            <groupId>org.apache.tuscany</groupId>
            <artifactId>tuscany-sca</artifactId>
            <version>1.0-incubating</version>
        </dependency>
and that would cause including all all the necessary transitive dependencies to have a minimal runtime work. Other dependencies for non-essential extensions would be optional so if you want to use those extensions then you add more <dependency> elements for them. 
 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1568) tuscany-sca bundle jar clean up

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino updated TUSCANY-1568:
--------------------------------------------

    Fix Version/s:     (was: Java-SCA-1.0)
                   Java-SCA-Next

> tuscany-sca bundle jar clean up
> -------------------------------
>
>                 Key: TUSCANY-1568
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1568
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: Java-SCA-Next
>            Reporter: ant elder
>             Fix For: Java-SCA-Next
>
>
> Clean up the tuscany-sca bundle jar built by thats built in the distribution. 
> For example:
> - fix the dependencies so you can do something like:
>         <dependency>
>             <groupId>org.apache.tuscany</groupId>
>             <artifactId>tuscany-sca</artifactId>
>             <version>1.0-incubating</version>
>         </dependency>
> and that would cause including all all the necessary transitive dependencies to have a minimal runtime work. Other dependencies for non-essential extensions would be optional so if you want to use those extensions then you add more <dependency> elements for them. 
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org