JBoss Tools SVN: r35822 - branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-10-19 17:27:00 -0400 (Wed, 19 Oct 2011)
New Revision: 35822
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated to comment out an issue which is not resolved
Modified: branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
===================================================================
--- branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2011-10-19 18:26:23 UTC (rev 35821)
+++ branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2011-10-19 21:27:00 UTC (rev 35822)
@@ -8,7 +8,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.1</productnumber>
<edition>4.1.1</edition>
- <pubsnumber>28</pubsnumber>
+ <pubsnumber>29</pubsnumber>
<abstract>
<para>
These release notes contain important information related to the JBoss Developer Studio. New features, known issues, resources, and other current issues are addressed here.
Modified: branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-10-19 18:26:23 UTC (rev 35821)
+++ branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-10-19 21:27:00 UTC (rev 35822)
@@ -166,11 +166,11 @@
<ulink url="http://jira.jboss.com/jira/browse/JBIDE-9103">JBIDE-9103</ulink>: When creating a JSF portlet project on a 64bit operating system, the <guilabel>Installing JSF Facet</guilabel> process would hang and project creation would fail. This issue has been corrected by modifying the <filename>AbstractLibraryProviderInstallOperationConfig.java</filename> file by implementing a facet project listener and correcting an error of an extra bracket in a section of code.
</para>
</listitem>
- <listitem>
+ <!-- <listitem>
<para>
<ulink url="http://jira.jboss.com/jira/browse/JBIDE-9013">JBIDE-9013</ulink>: An issue existed that would not allow the Seam Portlet example to be deployed to JBoss Enterprise Portal Platform (EPP) 4.3. The problem was caused by a change in how Web Tools Platform (WTP) deployment is undertaken. Where this used to be done through the Java build path, WTP now deploys source folders based on the WTP <filename>component.xml</filename> file. The example has now been updated to support this change.
</para>
- </listitem>
+ </listitem> -->
</itemizedlist>
</para>
</formalpara>
13 years, 2 months
JBoss Tools SVN: r35821 - trunk/download.jboss.org/jbosstools/updates/requirements/swt.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-19 14:26:23 -0400 (Wed, 19 Oct 2011)
New Revision: 35821
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/swt/build.xml
Log:
add build.xml script, though deprecated, for reference should we need to revisit this solution in future (JBIDE-9853)
Added: trunk/download.jboss.org/jbosstools/updates/requirements/swt/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/swt/build.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/swt/build.xml 2011-10-19 18:26:23 UTC (rev 35821)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swt/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/swt/build.xml -Ddestination=/tmp/swt-repo
+
+ or, headless on local:
+
+ java -cp /home/nboldt/eclipse/eclipse37/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner -f build.xml
+
+ -->
+ <target name="mirror">
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swt/" />
+ <property name="compress" value="false" />
+
+ <delete>
+ <fileset dir="${destination}/3.7.0.v3735b-201106220-1614/" includes="**/artifacts.jar, **/contents.jar"/>
+ </delete>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7.0.v3735b-201106220-1614/" artifactRepository="file:${destination}/3.7.0.v3735b-201106220-1614/" publishartifacts="true" source="${destination}/3.7.0.v3735b-201106220-1614/" compress="${compress}" />
+ </target>
+</project>
13 years, 2 months
JBoss Tools SVN: r35820 - trunk/download.jboss.org/jbosstools/updates/requirements/swt.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-19 14:24:36 -0400 (Wed, 19 Oct 2011)
New Revision: 35820
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.depre...
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt
Log:
JBIDE-9853 mark swt patch for 3.7.0 deprecated; obsoleted by 3.7.1 release
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.depre... (from rev 35817, trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.depre... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.depre... 2011-10-19 18:24:36 UTC (rev 35820)
@@ -0,0 +1,18 @@
+:: DEPRECATED ::
+
+This has been obsoleted by the release of Eclipse 3.7.1. Marking deprecated as per https://issues.jboss.org/browse/JBIDE-9853 (just in case we need it again later).
+
+-------
+
+see also http://wiki.eclipse.org/Equinox/p2/Publisher#Features_And_Bundles_Publish...
+
+build like this:
+
+REPO=/home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/download.jboss.org/jbosstools/updates/requirements/swt/3.7.0.v3735b-201106220-1614/; \
+rm -f ${REPO}/content.* ${REPO}/artifacts.*
+java -jar /home/nboldt/eclipse/eclipse37/plugins/org.eclipse.equinox.launcher_*.jar -application \
+ org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
+ -metadataRepository file://${REPO}/repo -artifactRepository file://${REPO}/repo -source ${REPO} -configs "*,*,*"
+mv -f ${REPO}/repo/*.xml ${REPO}
+rm -fr ${REPO}/repo
+
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt 2011-10-19 16:43:23 UTC (rev 35819)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/swt/README.txt 2011-10-19 18:24:36 UTC (rev 35820)
@@ -1,12 +0,0 @@
-# see also http://wiki.eclipse.org/Equinox/p2/Publisher#Features_And_Bundles_Publish...
-
-# build like this:
-
-REPO=/home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/download.jboss.org/jbosstools/updates/requirements/swt/3.7.0.v3735b-201106220-1614/; \
-rm -f ${REPO}/content.* ${REPO}/artifacts.*
-java -jar /home/nboldt/eclipse/eclipse37/plugins/org.eclipse.equinox.launcher_*.jar -application \
- org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
- -metadataRepository file://${REPO}/repo -artifactRepository file://${REPO}/repo -source ${REPO} -configs "*,*,*"
-mv -f ${REPO}/repo/*.xml ${REPO}
-rm -fr ${REPO}/repo
-
13 years, 2 months
JBoss Tools SVN: r35819 - workspace/snjeza/discovery.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2011-10-19 12:43:23 -0400 (Wed, 19 Oct 2011)
New Revision: 35819
Modified:
workspace/snjeza/discovery/org.jboss.tools.central.discovery_3.3.0.jar
Log:
Modified: workspace/snjeza/discovery/org.jboss.tools.central.discovery_3.3.0.jar
===================================================================
(Binary files differ)
13 years, 2 months
JBoss Tools SVN: r35818 - branches.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-19 12:02:40 -0400 (Wed, 19 Oct 2011)
New Revision: 35818
Added:
branches/jbosstools-3.3.0.M4/
Log:
branch for M4
13 years, 2 months
JBoss Tools SVN: r35817 - trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-10-19 11:59:14 -0400 (Wed, 19 Oct 2011)
New Revision: 35817
Modified:
trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/AdapterWizardPage.java
Log:
[JBIDE-9947] get back to version that does not validate runtime selection
Modified: trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/AdapterWizardPage.java
===================================================================
--- trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/AdapterWizardPage.java 2011-10-19 15:35:38 UTC (rev 35816)
+++ trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/AdapterWizardPage.java 2011-10-19 15:59:14 UTC (rev 35817)
@@ -15,7 +15,6 @@
import java.util.ArrayList;
import java.util.List;
-import org.eclipse.core.databinding.Binding;
import org.eclipse.core.databinding.DataBindingContext;
import org.eclipse.core.databinding.UpdateValueStrategy;
import org.eclipse.core.databinding.beans.BeanProperties;
@@ -103,7 +102,7 @@
GridDataFactory.fillDefaults()
.align(SWT.LEFT, SWT.CENTER).align(SWT.FILL, SWT.FILL).grab(true, false).applyTo(projectGroup);
- Group serverAdapterGroup = createAdapterGroup(parent, dbc);
+ Group serverAdapterGroup = createAdapterGroup(parent);
GridDataFactory.fillDefaults()
.align(SWT.LEFT, SWT.CENTER).align(SWT.FILL, SWT.FILL).grab(true, false).applyTo(serverAdapterGroup);
}
@@ -267,7 +266,7 @@
};
}
- private Group createAdapterGroup(Composite parent, DataBindingContext dbc) {
+ private Group createAdapterGroup(Composite parent) {
Group serverAdapterGroup = new Group(parent, SWT.BORDER);
serverAdapterGroup.setText("JBoss Server adapter");
FillLayout fillLayout = new FillLayout();
@@ -275,23 +274,7 @@
fillLayout.marginWidth = 6;
serverAdapterGroup.setLayout(fillLayout);
fillServerAdapterGroup(serverAdapterGroup);
- IObservableValue runtimeSelection = WidgetProperties.singleSelectionIndex().observe(suitableRuntimes);
- IObservableValue dummyObservable = new WritableValue();
- Binding comboSelectionBinding = dbc.bindValue(
- dummyObservable
- , WidgetProperties.singleSelectionIndex().observe(suitableRuntimes)
- , new UpdateValueStrategy(UpdateValueStrategy.POLICY_NEVER)
- , new UpdateValueStrategy().setAfterGetValidator(new SelectedRuntimeValidator(null)));
-
- dbc.bindValue(
- dummyObservable
- , WidgetProperties.selection().observe(serverAdapterCheckbox)
- , new UpdateValueStrategy(UpdateValueStrategy.POLICY_NEVER)
- , new UpdateValueStrategy().setAfterGetValidator(new SelectedRuntimeValidator(comboSelectionBinding)));
-
- runtimeSelection.setValue(null);
-
return serverAdapterGroup;
}
@@ -517,34 +500,4 @@
model.getParentModel().setProperty(AdapterWizardPageModel.CREATE_SERVER, canCreateServer);
}
- private class SelectedRuntimeValidator implements IValidator {
-
- private Binding binding;
-
- public SelectedRuntimeValidator(Binding binding) {
- this.binding = binding;
- }
-
- public IStatus validate(Object value) {
- if (!serverAdapterCheckbox.getSelection()) {
- updateBinding();
- return Status.OK_STATUS;
- }
- if (new Integer(-1).equals(suitableRuntimes.getSelectionIndex())) {
- if (suitableRuntimes.getItems() == null || suitableRuntimes.getItems().length == 0) {
- return ValidationStatus.error("Please add a new valid runtime.");
- }
- return ValidationStatus.error("Please select a runtime");
- }
- updateBinding();
- return Status.OK_STATUS;
- }
-
- private void updateBinding() {
- if (binding != null) {
- this.binding.updateModelToTarget();
- }
- }
- }
-
}
13 years, 2 months
JBoss Tools SVN: r35816 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-10-19 11:35:38 -0400 (Wed, 19 Oct 2011)
New Revision: 35816
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeTemplateSafeWrapper.java
Log:
JBIDE-9657 Enhance VPE exceptions handling related to third party templates
added extended catch for create method
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeTemplateSafeWrapper.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeTemplateSafeWrapper.java 2011-10-19 15:34:13 UTC (rev 35815)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeTemplateSafeWrapper.java 2011-10-19 15:35:38 UTC (rev 35816)
@@ -44,6 +44,8 @@
delegate.init(templateElement, caseSensitive);
} catch(Exception ex) {
VpePlugin.getPluginLog().logError(ex);
+ } catch (LinkageError ex) {
+ VpePlugin.getPluginLog().logError(ex);
}
}
@@ -56,7 +58,14 @@
*/
public VpeCreationData create(VpePageContext pageContext, Node sourceNode,
nsIDOMDocument visualDocument) {
- return delegate.create(pageContext, sourceNode, visualDocument);
+ try {
+ return delegate.create(pageContext, sourceNode, visualDocument);
+ } catch(Exception ex) {
+ VpePlugin.getPluginLog().logError(ex);
+ } catch (LinkageError ex) {
+ VpePlugin.getPluginLog().logError(ex);
+ }
+ return null;
}
/**
13 years, 2 months
JBoss Tools SVN: r35814 - in trunk/central/plugins: org.jboss.tools.central.discovery and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2011-10-19 11:31:09 -0400 (Wed, 19 Oct 2011)
New Revision: 35814
Modified:
trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java
Log:
made the system property explicit its an url + removed certification in jboss tools plugin list.
Modified: trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java 2011-10-19 15:27:20 UTC (rev 35813)
+++ trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java 2011-10-19 15:31:09 UTC (rev 35814)
@@ -62,7 +62,7 @@
*/
public class JBossCentralActivator extends AbstractUIPlugin {
- private static final String JBOSS_DISCOVERY_DIRECTORY = "jboss.discovery.directory";
+ private static final String JBOSS_DISCOVERY_DIRECTORY = "jboss.discovery.directory.url";
public static final String JBOSS_DISCOVERY_DIRECTORY_3_3_0_XML = "http://download.jboss.org/jbosstools/updates/development/indigo/directory...";
Modified: trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2011-10-19 15:27:20 UTC (rev 35813)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2011-10-19 15:31:09 UTC (rev 35814)
@@ -24,6 +24,14 @@
<group id="extra" />
</connectorCategory>
+ <connectorCategory
+ description="Plugins related to testing"
+ id="org.jboss.tools.central.discovery.testing"
+ name="Testing"
+ relevance="60">
+ <group id="bundled" />
+ <group id="extra" />
+ </connectorCategory>
<connectorCategory
description="Plugins related to working with source control systems"
@@ -83,8 +91,7 @@
</overview>
</connectorDescriptor>
<connectorDescriptor
- categoryId="org.jboss.tools.central.discovery.maven"
- certificationId="org.jboss.tools.central.discovery.certification"
+ categoryId="org.jboss.tools.central.discovery.testing"
description="TestNG plug-in for Eclipse."
id="org.testng.eclipse"
kind="task"
@@ -103,7 +110,6 @@
</connectorDescriptor>
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.maven"
- certificationId="org.jboss.tools.central.discovery.certification"
description="JBoss Maven Integration."
id="org.jboss.tools.maven.feature"
kind="task"
13 years, 2 months
JBoss Tools SVN: r35813 - trunk/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-19 11:27:20 -0400 (Wed, 19 Oct 2011)
New Revision: 35813
Modified:
trunk/build/aggregate/site/index.html
trunk/build/aggregate/site/jbosstools-directory.xml
Log:
regen index.html and directory file
Modified: trunk/build/aggregate/site/index.html
===================================================================
--- trunk/build/aggregate/site/index.html 2011-10-19 15:27:11 UTC (rev 35812)
+++ trunk/build/aggregate/site/index.html 2011-10-19 15:27:20 UTC (rev 35813)
@@ -78,8 +78,8 @@
</th>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.ide.eclipse.archives.feature_3.2.1.v20111017-1647-H487-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.archives.feature</a></td>
- <td><span style="font-size:x-small">3.2.1.v20111017-1647-H487-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.archives.feature_3.2.1.v20111019-1354-H493-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.archives.feature</a></td>
+ <td><span style="font-size:x-small">3.2.1.v20111019-1354-H493-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -87,8 +87,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20111017-1659-H792-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
- <td><span style="font-size:x-small">2.3.0.v20111017-1659-H792-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20111019-1428-H795-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
+ <td><span style="font-size:x-small">2.3.0.v20111019-1428-H795-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -96,8 +96,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.server.egit.integration.feature_0.0.1.v20111017-1659-H792-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.server.egit.integration.feature</a></td>
- <td><span style="font-size:x-small">0.0.1.v20111017-1659-H792-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.server.egit.integration.feature_0.0.1.v20111019-1428-H795-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.server.egit.integration.feature</a></td>
+ <td><span style="font-size:x-small">0.0.1.v20111019-1428-H795-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -105,8 +105,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.ide.eclipse.freemarker.feature_1.2.0.v20111018-1544-H458-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.freemarker.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111018-1544-H458-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.freemarker.feature_1.2.0.v20111019-1406-H461-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.freemarker.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20111019-1406-H461-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -114,15 +114,15 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.birt.feature_1.3.0.v20111018-1546-H490-M4.jar" style="font-size:x-small">org.jboss.tools.birt.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111018-1546-H490-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.birt.feature_1.3.0.v20111019-1355-H493-M4.jar" style="font-size:x-small">org.jboss.tools.birt.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-1355-H493-M4</span></td>
<td><span style="font-size:x-small">
|
ReportTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.cdi.feature_1.2.0.v20111018-0443-H631-M4.jar" style="font-size:x-small">org.jboss.tools.cdi.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111018-0443-H631-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.cdi.feature_1.2.0.v20111019-1232-H634-M4.jar" style="font-size:x-small">org.jboss.tools.cdi.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20111019-1232-H634-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -132,8 +132,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.cdi.seam.feature_1.2.0.v20111018-0443-H631-M4.jar" style="font-size:x-small">org.jboss.tools.cdi.seam.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111018-0443-H631-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.cdi.seam.feature_1.2.0.v20111019-1232-H634-M4.jar" style="font-size:x-small">org.jboss.tools.cdi.seam.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20111019-1232-H634-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -143,52 +143,52 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.central.discovery.feature_1.0.0.v20111014-1052-H24-M4.jar" style="font-size:x-small">org.jboss.tools.central.discovery.feature</a></td>
- <td><span style="font-size:x-small">1.0.0.v20111014-1052-H24-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.central.discovery.feature_1.0.0.v20111019-0041-H25-M4.jar" style="font-size:x-small">org.jboss.tools.central.discovery.feature</a></td>
+ <td><span style="font-size:x-small">1.0.0.v20111019-0041-H25-M4</span></td>
<td></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.central.feature_1.0.0.v20111014-1052-H24-M4.jar" style="font-size:x-small">org.jboss.tools.central.feature</a></td>
- <td><span style="font-size:x-small">1.0.0.v20111014-1052-H24-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.central.feature_1.0.0.v20111019-0041-H25-M4.jar" style="font-size:x-small">org.jboss.tools.central.feature</a></td>
+ <td><span style="font-size:x-small">1.0.0.v20111019-0041-H25-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.core.feature_3.3.0.v20111018-0318-H518-M4.jar" style="font-size:x-small">org.jboss.tools.common.core.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0318-H518-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.core.feature_3.3.0.v20111018-2009-H521-M4.jar" style="font-size:x-small">org.jboss.tools.common.core.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-2009-H521-M4</span></td>
<td></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.feature_3.3.0.v20111018-0318-H518-M4.jar" style="font-size:x-small">org.jboss.tools.common.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0318-H518-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.feature_3.3.0.v20111018-2009-H521-M4.jar" style="font-size:x-small">org.jboss.tools.common.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-2009-H521-M4</span></td>
<td></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.jdt.feature_3.3.0.v20111018-1504-H520-M4.jar" style="font-size:x-small">org.jboss.tools.common.jdt.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-1504-H520-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.jdt.feature_3.3.0.v20111019-1332-H525-M4.jar" style="font-size:x-small">org.jboss.tools.common.jdt.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111019-1332-H525-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.text.ext.feature_3.3.0.v20111018-0318-H518-M4.jar" style="font-size:x-small">org.jboss.tools.common.text.ext.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0318-H518-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.text.ext.feature_3.3.0.v20111018-2009-H521-M4.jar" style="font-size:x-small">org.jboss.tools.common.text.ext.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-2009-H521-M4</span></td>
<td></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.ui.feature_3.3.0.v20111018-0318-H518-M4.jar" style="font-size:x-small">org.jboss.tools.common.ui.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0318-H518-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.ui.feature_3.3.0.v20111018-2009-H521-M4.jar" style="font-size:x-small">org.jboss.tools.common.ui.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-2009-H521-M4</span></td>
<td></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.verification.feature_3.3.0.v20111018-0318-H518-M4.jar" style="font-size:x-small">org.jboss.tools.common.verification.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0318-H518-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.verification.feature_3.3.0.v20111018-2009-H521-M4.jar" style="font-size:x-small">org.jboss.tools.common.verification.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-2009-H521-M4</span></td>
<td></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.community.project.examples.feature_1.2.1.v20111014-0812-H449-M4.jar" style="font-size:x-small">org.jboss.tools.community.project.examples.feature</a></td>
- <td><span style="font-size:x-small">1.2.1.v20111014-0812-H449-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.community.project.examples.feature_1.2.1.v20111019-0029-H450-M4.jar" style="font-size:x-small">org.jboss.tools.community.project.examples.feature</a></td>
+ <td><span style="font-size:x-small">1.2.1.v20111019-0029-H450-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -196,29 +196,29 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.deltacloud.feature_1.0.1.v20111017-1739-H699-M4.jar" style="font-size:x-small">org.jboss.tools.deltacloud.feature</a></td>
- <td><span style="font-size:x-small">1.0.1.v20111017-1739-H699-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.deltacloud.feature_1.0.1.v20111019-1448-H703-M4.jar" style="font-size:x-small">org.jboss.tools.deltacloud.feature</a></td>
+ <td><span style="font-size:x-small">1.0.1.v20111019-1448-H703-M4</span></td>
<td><span style="font-size:x-small">
|
CloudTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.forge.feature_1.0.0.v20111018-0426-H320-M4.jar" style="font-size:x-small">org.jboss.tools.forge.feature</a></td>
- <td><span style="font-size:x-small">1.0.0.v20111018-0426-H320-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.forge.feature_1.0.0.v20111019-1415-H324-M4.jar" style="font-size:x-small">org.jboss.tools.forge.feature</a></td>
+ <td><span style="font-size:x-small">1.0.0.v20111019-1415-H324-M4</span></td>
<td><span style="font-size:x-small">
|
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.gwt.feature_1.0.2.v20111018-1539-H274-M4.jar" style="font-size:x-small">org.jboss.tools.gwt.feature</a></td>
- <td><span style="font-size:x-small">1.0.2.v20111018-1539-H274-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.gwt.feature_1.0.2.v20111019-1129-H276-M4.jar" style="font-size:x-small">org.jboss.tools.gwt.feature</a></td>
+ <td><span style="font-size:x-small">1.0.2.v20111019-1129-H276-M4</span></td>
<td><span style="font-size:x-small">
|
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jmx.feature_1.2.0.v20111017-1632-H453-M4.jar" style="font-size:x-small">org.jboss.tools.jmx.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111017-1632-H453-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jmx.feature_1.2.0.v20111019-1400-H458-M4.jar" style="font-size:x-small">org.jboss.tools.jmx.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20111019-1400-H458-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -226,8 +226,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jsf.feature_3.3.0.v20111018-0523-H484-M4.jar" style="font-size:x-small">org.jboss.tools.jsf.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0523-H484-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jsf.feature_3.3.0.v20111018-2138-H485-M4.jar" style="font-size:x-small">org.jboss.tools.jsf.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-2138-H485-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -235,8 +235,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jst.feature_3.3.0.v20111018-0418-H580-M4.jar" style="font-size:x-small">org.jboss.tools.jst.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0418-H580-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jst.feature_3.3.0.v20111018-1755-H582-M4.jar" style="font-size:x-small">org.jboss.tools.jst.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-1755-H582-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -244,71 +244,71 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.cdi.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.cdi.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.cdi.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.cdi.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.hibernate.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.hibernate.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.hibernate.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.hibernate.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.jaxrs.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.jaxrs.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.jaxrs.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.jaxrs.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.jbosspackaging.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.jbosspackaging.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.jbosspackaging.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.jbosspackaging.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.jsf.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.jsf.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.jsf.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.jsf.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.portlet.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.portlet.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.portlet.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.portlet.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.project.examples.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.project.examples.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.project.examples.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.project.examples.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.seam.feature_1.3.0.v20111014-0754-H450-M4.jar" style="font-size:x-small">org.jboss.tools.maven.seam.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111014-0754-H450-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.seam.feature_1.3.0.v20111019-0122-H452-M4.jar" style="font-size:x-small">org.jboss.tools.maven.seam.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-0122-H452-M4</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.openshift.express.feature_2.3.0.v20111017-1659-H792-M4.jar" style="font-size:x-small">org.jboss.tools.openshift.express.feature</a></td>
- <td><span style="font-size:x-small">2.3.0.v20111017-1659-H792-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.openshift.express.feature_2.3.0.v20111019-1428-H795-M4.jar" style="font-size:x-small">org.jboss.tools.openshift.express.feature</a></td>
+ <td><span style="font-size:x-small">2.3.0.v20111019-1428-H795-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -316,8 +316,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.portlet.feature_1.2.0.v20111014-0739-H390-M4.jar" style="font-size:x-small">org.jboss.tools.portlet.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111014-0739-H390-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.portlet.feature_1.2.0.v20111019-0015-H391-M4.jar" style="font-size:x-small">org.jboss.tools.portlet.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20111019-0015-H391-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -325,8 +325,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.project.examples.feature_1.2.1.v20111014-0812-H449-M4.jar" style="font-size:x-small">org.jboss.tools.project.examples.feature</a></td>
- <td><span style="font-size:x-small">1.2.1.v20111014-0812-H449-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.project.examples.feature_1.2.1.v20111019-0029-H450-M4.jar" style="font-size:x-small">org.jboss.tools.project.examples.feature</a></td>
+ <td><span style="font-size:x-small">1.2.1.v20111019-0029-H450-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -334,8 +334,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.richfaces.feature_3.3.0.v20111018-0523-H484-M4.jar" style="font-size:x-small">org.jboss.tools.richfaces.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0523-H484-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.richfaces.feature_3.3.0.v20111018-2138-H485-M4.jar" style="font-size:x-small">org.jboss.tools.richfaces.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-2138-H485-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -343,36 +343,36 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.as.detector.feature_1.3.0.v20111018-0501-H454-M4.jar" style="font-size:x-small">org.jboss.tools.runtime.as.detector.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111018-0501-H454-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.as.detector.feature_1.3.0.v20111019-1413-H459-M4.jar" style="font-size:x-small">org.jboss.tools.runtime.as.detector.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-1413-H459-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.core.feature_1.3.0.v20111018-0501-H454-M4.jar" style="font-size:x-small">org.jboss.tools.runtime.core.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111018-0501-H454-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.core.feature_1.3.0.v20111019-1413-H459-M4.jar" style="font-size:x-small">org.jboss.tools.runtime.core.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-1413-H459-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.feature_1.3.0.v20111018-0501-H454-M4.jar" style="font-size:x-small">org.jboss.tools.runtime.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111018-0501-H454-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.feature_1.3.0.v20111019-1413-H459-M4.jar" style="font-size:x-small">org.jboss.tools.runtime.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-1413-H459-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.seam.detector.feature_1.3.0.v20111018-0501-H454-M4.jar" style="font-size:x-small">org.jboss.tools.runtime.seam.detector.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111018-0501-H454-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.seam.detector.feature_1.3.0.v20111019-1413-H459-M4.jar" style="font-size:x-small">org.jboss.tools.runtime.seam.detector.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20111019-1413-H459-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.seam.feature_3.3.0.v20111015-0436-H631-M4.jar" style="font-size:x-small">org.jboss.tools.seam.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111015-0436-H631-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.seam.feature_3.3.0.v20111019-0306-H633-M4.jar" style="font-size:x-small">org.jboss.tools.seam.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111019-0306-H633-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -380,8 +380,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.struts.feature_3.3.0.v20111018-0610-H397-M4.jar" style="font-size:x-small">org.jboss.tools.struts.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0610-H397-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.struts.feature_3.3.0.v20111019-1311-H400-M4.jar" style="font-size:x-small">org.jboss.tools.struts.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111019-1311-H400-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -389,15 +389,15 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.usage.feature_1.1.0.v20111018-1522-H421-M4.jar" style="font-size:x-small">org.jboss.tools.usage.feature</a></td>
- <td><span style="font-size:x-small">1.1.0.v20111018-1522-H421-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.usage.feature_1.1.0.v20111019-1347-H425-M4.jar" style="font-size:x-small">org.jboss.tools.usage.feature</a></td>
+ <td><span style="font-size:x-small">1.1.0.v20111019-1347-H425-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.vpe.feature_3.3.0.v20111018-0449-H559-M4.jar" style="font-size:x-small">org.jboss.tools.vpe.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0449-H559-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.vpe.feature_3.3.0.v20111018-1704-H560-M4.jar" style="font-size:x-small">org.jboss.tools.vpe.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111018-1704-H560-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -405,8 +405,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.ws.feature_1.2.2.v20111015-0241-H578-M4.jar" style="font-size:x-small">org.jboss.tools.ws.feature</a></td>
- <td><span style="font-size:x-small">1.2.2.v20111015-0241-H578-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.ws.feature_1.2.2.v20111019-0243-H580-M4.jar" style="font-size:x-small">org.jboss.tools.ws.feature</a></td>
+ <td><span style="font-size:x-small">1.2.2.v20111019-0243-H580-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -414,8 +414,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.ws.jaxrs.feature_1.2.2.v20111015-0241-H578-M4.jar" style="font-size:x-small">org.jboss.tools.ws.jaxrs.feature</a></td>
- <td><span style="font-size:x-small">1.2.2.v20111015-0241-H578-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.ws.jaxrs.feature_1.2.2.v20111019-0243-H580-M4.jar" style="font-size:x-small">org.jboss.tools.ws.jaxrs.feature</a></td>
+ <td><span style="font-size:x-small">1.2.2.v20111019-0243-H580-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
@@ -423,8 +423,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.xulrunner.feature_3.3.0.v20111018-0449-H559-M4.jar" style="font-size:x-small">org.jboss.tools.xulrunner.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111018-0449-H559-M4</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.xulrunner.feature_3.3.0.v20111019-1458-H563-M4.jar" style="font-size:x-small">org.jboss.tools.xulrunner.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20111019-1458-H563-M4</span></td>
<td></td>
</tr>
<tr style="background-color:#DDDDDD">
@@ -436,8 +436,8 @@
</th>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.hibernate.eclipse.feature_3.4.0.v20111018-0516-H523-M4.jar" style="font-size:x-small">org.hibernate.eclipse.feature</a></td>
- <td><span style="font-size:x-small">3.4.0.v20111018-0516-H523-M4</span></td>
+ <td class="rowLine"><a href="features/org.hibernate.eclipse.feature_3.4.0.v20111019-1504-H527-M4.jar" style="font-size:x-small">org.hibernate.eclipse.feature</a></td>
+ <td><span style="font-size:x-small">3.4.0.v20111019-1504-H527-M4</span></td>
<td><span style="font-size:x-small">
|
AllTools</span><span style="font-size:x-small">
Modified: trunk/build/aggregate/site/jbosstools-directory.xml
===================================================================
--- trunk/build/aggregate/site/jbosstools-directory.xml 2011-10-19 15:27:11 UTC (rev 35812)
+++ trunk/build/aggregate/site/jbosstools-directory.xml 2011-10-19 15:27:20 UTC (rev 35813)
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<directory xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
-<entry url="plugins/org.jboss.tools.central.discovery_1.0.0.v20111014-1052-H24-M4.jar" permitCategories="true"/>
+<entry url="plugins/org.jboss.tools.central.discovery_1.0.0.v20111019-0041-H25-M4.jar" permitCategories="true"/>
</directory>
13 years, 2 months