[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-9229) [P2/UpdateSite] Add 'Web Services Tools' and 'JAX-RS Tools' into the 'Web and Java EE development category'
Nick Boldt (JIRA)
jira-events at lists.jboss.org
Wed Aug 3 15:24:16 EDT 2011
[ https://issues.jboss.org/browse/JBIDE-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Boldt resolved JBIDE-9229.
-------------------------------
Resolution: Done
No-brainer fix to ~/trunk/build/aggregate/site/site.xml
{code}
<feature url="features/org.jboss.tools.ws.feature_0.0.0.jar" id="org.jboss.tools.ws.feature" version="0.0.0">
<category name="AllTools" />
- <category name="SOATools" />
+ <category name="WebTools" />
</feature>
<feature url="features/org.jboss.tools.ws.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.ws.jaxrs.feature" version="0.0.0">
<category name="AllTools" />
- <category name="SOATools" />
+ <category name="WebTools" />
</feature>
{code}
> [P2/UpdateSite] Add 'Web Services Tools' and 'JAX-RS Tools' into the 'Web and Java EE development category'
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-9229
> URL: https://issues.jboss.org/browse/JBIDE-9229
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: Webservices
> Affects Versions: 3.3.0.M1
> Reporter: Xavier Coulon
> Assignee: Nick Boldt
> Fix For: 3.3.0.M3
>
>
> Looking at the at nightly stable JBossTools P2 repository (jbosstools - http://download.jboss.org/jbosstools/updates/nightly/3.3_stable_branch/), I noticed that the 'JBoss Web Services tools' and 'JBoss JAX-RS Tools' are not part of the "Web and Java EE Development". The only way to find them is to look into the "All JBoss Tools 3.3" category.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list