You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/11/14 04:01:05 UTC

[jira] Resolved: (SM-1646) Added dependency to servicemix-jms POM to ensure that base endpoint properties are documented in the xbean generated XSD, Wiki, HTML

     [ https://issues.apache.org/activemq/browse/SM-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SM-1646.
------------------------------

    Fix Version/s: servicemix-jms-2008.02
                   3.3.1
       Resolution: Fixed

apply patch on befalf of Adrian Trenaman with thanks
http://svn.apache.org/viewvc?rev=713907&view=rev

> Added dependency to servicemix-jms POM to ensure that base endpoint properties are documented in the xbean generated XSD, Wiki, HTML
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SM-1646
>                 URL: https://issues.apache.org/activemq/browse/SM-1646
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-jms
>    Affects Versions: servicemix-jms-2008.01
>            Reporter: Adrian Trenaman
>            Assignee: Freeman Fang
>            Priority: Trivial
>             Fix For: servicemix-jms-2008.02, 3.3.1
>
>         Attachments: servicemix-jms.patch
>
>
> Added the following to the POM.
>     <!-- Include servicemix-common as a source for the XSD documentation generator -->
>     <dependency>
>      <groupId>org.apache.servicemix</groupId>
>       <artifactId>servicemix-common</artifactId>
>       <version>${servicemix-shared-version}</version>
>       <classifier>sources</classifier>
>       <scope>provided</scope>
>       <optional>true</optional>
>     </dependency>

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