[
https://issues.jboss.org/browse/JBIDE-11910?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-11910 at 5/18/12 3:43 PM:
-------------------------------------------------------------
* *org.jboss.tools.community.central.feature* and
*org.jboss.tools.maven.sourcelookup.feature* added to Marketplace
** note that org.jboss.tools.community.central.feature replaces
*org.jboss.tools.central.feature*
* *org.jboss.tools.common.mylyn.feature* and
*org.jboss.tools.maven.jbosspackaging.feature* added to AbridgedTools category in
build/aggregate/site/site.xml in trunk:
{code}
diff --git a/build/aggregate/site/site.xml b/build/aggregate/site/site.xml
index 70cf60e..7f24e01 100644
--- a/build/aggregate/site/site.xml
+++ b/build/aggregate/site/site.xml
@@ -193,6 +193,7 @@
</feature>
<!-- only in JBT and JBDS Extras -->
<feature
url="features/org.jboss.tools.maven.jbosspackaging.feature_0.0.0.jar"
id="org.jboss.tools.maven.jbosspackaging.feature" version="0.0.0">
+ <category name="AbridgedTools" />
<category name="MavenTools" />
</feature>
<feature url="features/org.jboss.tools.maven.gwt.feature_0.0.0.jar"
id="org.jboss.tools.maven.gwt.feature" version="0.0.0">
@@ -203,6 +204,7 @@
<category name="GeneralTools" />
</feature>
<feature
url="features/org.jboss.tools.common.mylyn.feature_0.0.0.jar"
id="org.jboss.tools.common.mylyn.feature" version="0.0.0">
+ <category name="AbridgedTools" />
<category name="GeneralTools"/>
</feature>
{code}
was (Author: nickboldt):
* *org.jboss.tools.community.central.feature* and
*org.jboss.tools.maven.sourcelookup.feature* added to Marketplace
- * note that org.jboss.tools.community.central.feature replaces
*org.jboss.tools.central.feature*
* *org.jboss.tools.common.mylyn.feature* and
*org.jboss.tools.maven.jbosspackaging.feature* added to AbridgedTools category in
build/aggregate/site/site.xml in trunk:
{code}
diff --git a/build/aggregate/site/site.xml b/build/aggregate/site/site.xml
index 70cf60e..7f24e01 100644
--- a/build/aggregate/site/site.xml
+++ b/build/aggregate/site/site.xml
@@ -193,6 +193,7 @@
</feature>
<!-- only in JBT and JBDS Extras -->
<feature
url="features/org.jboss.tools.maven.jbosspackaging.feature_0.0.0.jar"
id="org.jboss.tools.maven.jbosspackaging.feature" version="0.0.0">
+ <category name="AbridgedTools" />
<category name="MavenTools" />
</feature>
<feature url="features/org.jboss.tools.maven.gwt.feature_0.0.0.jar"
id="org.jboss.tools.maven.gwt.feature" version="0.0.0">
@@ -203,6 +204,7 @@
<category name="GeneralTools" />
</feature>
<feature
url="features/org.jboss.tools.common.mylyn.feature_0.0.0.jar"
id="org.jboss.tools.common.mylyn.feature" version="0.0.0">
+ <category name="AbridgedTools" />
<category name="GeneralTools"/>
</feature>
{code}
ensure Eclipse Marketplace content and JBoss Tools update site's
Abridged Category content are the same
-------------------------------------------------------------------------------------------------------
Key: JBIDE-11910
URL:
https://issues.jboss.org/browse/JBIDE-11910
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Marketplace, updatesite
Affects Versions: 3.3.0.Beta3
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 3.3.0.CR1
When publishing Beta3 today, I noticed that there were a few discrepancies between
what's in Marketplace listing of features [1] and the AbridgedTools category [2]:
[1]
http://marketplace.eclipse.org/content/jboss-tools-indigo/edit
[2]
http://download.jboss.org/jbosstools/updates/JBossTools-3.3.0.Beta3.core/...
(see AbridgedTools.category.features)
{code:title=Present in Marketplace, missing from AbridgedTools category}
org.jboss.tools.common.mylyn.feature
org.jboss.tools.maven.jbosspackaging.feature
{code}
{code:title=Present in AbridgedTools category, missing from Marketplace}
org.jboss.tools.community.central.feature
org.jboss.tools.maven.sourcelookup.feature
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira