JBoss Tools SVN: r40702 - in branches/jbosstools-3.3.0.Beta3: common/features/org.jboss.tools.common.mylyn.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 01:35:35 -0400 (Wed, 02 May 2012)
New Revision: 40702
Modified:
branches/jbosstools-3.3.0.Beta3/central/plugins/org.jboss.tools.central.discovery/plugin.xml
branches/jbosstools-3.3.0.Beta3/common/features/org.jboss.tools.common.mylyn.feature/feature.xml
branches/jbosstools-3.3.0.Beta3/common/features/org.jboss.tools.common.mylyn.feature/pom.xml
Log:
apply patch JBDS2098-common-central.patch1.txt re: JBDS-2098
Modified: branches/jbosstools-3.3.0.Beta3/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta3/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-05-02 05:12:57 UTC (rev 40701)
+++ branches/jbosstools-3.3.0.Beta3/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-05-02 05:35:35 UTC (rev 40702)
@@ -334,6 +334,33 @@
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.testing"
groupId="org.jboss.tools.central.discovery.testing.local"
+ description="Mylyn support for reporting JBoss JIRAs and Red Hat Bugzillas"
+ id="org.jboss.tools.common.mylyn.feature"
+ kind="task"
+ license="Free, EPL"
+ name="Mylyn Issue Tracker Connectors"
+ provider="JBoss by Red Hat"
+ siteUrl="http://download.jboss.org/jbosstools/updates/development/indigo/">
+ <iu id="org.jboss.tools.common.mylyn.feature"/>
+ <iu id="org.eclipse.mylyn_feature"/>
+ <iu id="org.eclipse.mylyn.ide_feature"/>
+ <iu id="org.eclipse.mylyn.commons"/>
+ <iu id="org.eclipse.mylyn.context_feature"/>
+ <iu id="org.eclipse.mylyn.bugzilla_feature"/>
+ <iu id="org.eclipse.mylyn.java_feature"/>
+ <iu id="org.eclipse.mylyn.pde_feature"/>
+ <iu id="org.eclipse.mylyn.team_feature"/>
+ <iu id="org.eclipse.mylyn.versions"/>
+ <icon
+ image32="images/jbosstools_icon32.png">
+ </icon>
+ <overview
+ url="http://www.jboss.org/tools">
+ </overview>
+ </connectorDescriptor>
+ <connectorDescriptor
+ categoryId="org.jboss.tools.central.discovery.testing"
+ groupId="org.jboss.tools.central.discovery.testing.local"
description="Tool support for PMD"
id="net.sourceforge.pmd.eclipse"
kind="task"
@@ -341,7 +368,7 @@
name="PMD"
provider="PMD Developers"
siteUrl="http://download.jboss.org/jbosstools/updates/indigo/extras/">
- <iu id="net.sourceforge.pmd.eclipse"/>
+ <iu id="net.sourceforge.pmd.eclipse"/>
<icon
image32="images/pmd_32.png">
</icon>
Modified: branches/jbosstools-3.3.0.Beta3/common/features/org.jboss.tools.common.mylyn.feature/feature.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta3/common/features/org.jboss.tools.common.mylyn.feature/feature.xml 2012-05-02 05:12:57 UTC (rev 40701)
+++ branches/jbosstools-3.3.0.Beta3/common/features/org.jboss.tools.common.mylyn.feature/feature.xml 2012-05-02 05:35:35 UTC (rev 40702)
@@ -6,4 +6,84 @@
<license>%license</license>
<plugin id="org.jboss.tools.common.mylyn" download-size="0" install-size="0" version="0.0.0" />
+
+ <requires>
+ <import feature="org.eclipse.mylyn_feature" version="3.6.2" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.ide_feature" version="3.6.2" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.commons" version="3.6.2" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.context_feature" version="3.6.2" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.bugzilla_feature" version="3.6.2" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.java_feature" version="3.6.2" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.pde_feature" version="3.6.2" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.team_feature" version="3.6.2" match="greaterOrEqual" />
+
+ <import feature="org.eclipse.mylyn.versions" version="0.8.2" match="greaterOrEqual" />
+ </requires>
+
+ <!-- JBDS-2098 add required mylyn and atlassian plugins/features; not sure if we need subclipse, bamboo, crucible, or fisheye support -->
+ <!--
+ <plugin id="com.atlassian.connector.eclipse.bamboo.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.bamboo.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.crucible.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.crucible.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.fisheye.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.fisheye.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.subclipse.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.subclipse.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ -->
+
+ <plugin id="org.eclipse.mylyn.tasks.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.mylyn.tasks.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.mylyn.tasks.bugs" version="0.0.0" match="greaterOrEqual" unpack="false" />
+
+ <plugin id="com.atlassian.connector.commons" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.branding.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.commons.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.commons.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.cvs.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.cvs.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.directclickthrough.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.help" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.jira.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.jira.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.monitor.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.monitor.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="com.atlassian.connector.eclipse.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+
+ <!-- JBDS-1682 dependent 3rd party plugins needed to install Atlassian JIRA support -->
+ <plugin id="com.thoughtworks.xstream" version="1.3.0" match="greaterOrEqual" unpack="false" />
+
+ <plugin id="org.eclipse.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.core.runtime" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.core.resources" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.ui.ide" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.ui.workbench.texteditor" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.jface.text" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.osgi" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.core.filesystem" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.ui.forms" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.ui.editors" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.team.core" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.team.ui" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.jface" version="0.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.eclipse.compare" version="0.0.0" match="greaterOrEqual" unpack="false" />
+
+ <plugin id="org.apache.axis" version="1.4.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.apache.commons.logging" version="1.1.1" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.apache.commons.io" version="2.0.1" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.apache.commons.httpclient" version="3.1.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.apache.commons.lang" version="2.4.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.apache.commons.codec" version="1.3.0" match="greaterOrEqual" unpack="false" />
+
+ <plugin id="org.jdom_jaxen" version="1.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.mortbay.jetty.server" version="6.1.23" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.mortbay.jetty.util" version="6.1.23" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.apache.jasper" version="5.5.17" match="greaterOrEqual" unpack="false" />
+ <plugin id="org.joda.time" version="1.6.0" match="greaterOrEqual" unpack="false" />
+
+ <plugin id="javax.servlet" version="3.0.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="javax.servlet.jsp" version="2.2.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="javax.xml.rpc" version="1.1.0" match="greaterOrEqual" unpack="false" />
+ <plugin id="javax.el" version="2.2.0" match="greaterOrEqual" unpack="false" />
</feature>
Modified: branches/jbosstools-3.3.0.Beta3/common/features/org.jboss.tools.common.mylyn.feature/pom.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta3/common/features/org.jboss.tools.common.mylyn.feature/pom.xml 2012-05-02 05:12:57 UTC (rev 40701)
+++ branches/jbosstools-3.3.0.Beta3/common/features/org.jboss.tools.common.mylyn.feature/pom.xml 2012-05-02 05:35:35 UTC (rev 40702)
@@ -26,6 +26,44 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <excludes>
+ <plugin id="com.thoughtworks.xstream"/>
+ <plugin id="org.apache.axis"/>
+ <plugin id="org.apache.commons.logging"/>
+ <plugin id="org.apache.commons.io"/>
+ <plugin id="org.apache.commons.httpclient"/>
+ <plugin id="org.apache.commons.lang"/>
+ <plugin id="org.apache.commons.codec"/>
+ <plugin id="org.jdom_jaxen"/>
+ <plugin id="org.mortbay.jetty.server"/>
+ <plugin id="org.mortbay.jetty.util"/>
+ <plugin id="org.apache.jasper"/>
+ <plugin id="org.joda.time"/>
+ <plugin id="javax.servlet"/>
+ <plugin id="javax.servlet.jsp"/>
+ <plugin id="javax.xml.rpc"/>
+ <plugin id="javax.el"/>
+ <plugin id="org.eclipse.mylyn.tasks.ui"/>
+ <plugin id="org.eclipse.mylyn.tasks.core"/>
+ <plugin id="org.eclipse.mylyn.tasks.bugs"/>
+ <plugin id="com.atlassian.connector.commons"/>
+ <plugin id="com.atlassian.connector.eclipse.branding.ui"/>
+ <plugin id="com.atlassian.connector.eclipse.commons.core"/>
+ <plugin id="com.atlassian.connector.eclipse.commons.ui"/>
+ <plugin id="com.atlassian.connector.eclipse.core"/>
+ <plugin id="com.atlassian.connector.eclipse.cvs.core"/>
+ <plugin id="com.atlassian.connector.eclipse.cvs.ui"/>
+ <plugin id="com.atlassian.connector.eclipse.directclickthrough.ui"/>
+ <plugin id="com.atlassian.connector.eclipse.help"/>
+ <plugin id="com.atlassian.connector.eclipse.jira.core"/>
+ <plugin id="com.atlassian.connector.eclipse.jira.ui"/>
+ <plugin id="com.atlassian.connector.eclipse.monitor.core"/>
+ <plugin id="com.atlassian.connector.eclipse.monitor.ui"/>
+ <plugin id="com.atlassian.connector.eclipse.ui"/>
+ <!-- <feature id="sourcefeature.feature.nosource"/> -->
+ </excludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
12 years, 8 months
JBoss Tools SVN: r40701 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-05-02 01:12:57 -0400 (Wed, 02 May 2012)
New Revision: 40701
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java
Log:
JBIDE-11722
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java 2012-05-02 05:10:52 UTC (rev 40700)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizardModel.java 2012-05-02 05:12:57 UTC (rev 40701)
@@ -144,6 +144,7 @@
, getRemoteName()
, getUser())
.execute(monitor);
+ addSettingsFiles(importedProjects);
createServerAdapter(monitor, importedProjects);
}
12 years, 8 months
JBoss Tools SVN: r40700 - trunk/requirements.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 01:10:52 -0400 (Wed, 02 May 2012)
New Revision: 40700
Removed:
trunk/requirements/seam-2.2.1.CR2/
Log:
purge empty dir
12 years, 8 months
JBoss Tools SVN: r40699 - trunk/requirements.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 01:10:43 -0400 (Wed, 02 May 2012)
New Revision: 40699
Removed:
trunk/requirements/seam-2.2.1.CR1/
Log:
purge empty dir
12 years, 8 months
JBoss Tools SVN: r40698 - in trunk/requirements: seam-2.2.1.CR2 and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 01:04:05 -0400 (Wed, 02 May 2012)
New Revision: 40698
Removed:
trunk/requirements/seam-2.2.1.CR1/build.properties
trunk/requirements/seam-2.2.1.CR1/buildRequirement.xml
trunk/requirements/seam-2.2.1.CR2/build.properties
trunk/requirements/seam-2.2.1.CR2/buildRequirement.xml
Log:
remove seam-2.2.1.CR1 and seam-2.2.1.CR2 as available requirements; instead, use seam-2.2.1.Final (JBIDE-10950)
Deleted: trunk/requirements/seam-2.2.1.CR1/build.properties
===================================================================
--- trunk/requirements/seam-2.2.1.CR1/build.properties 2012-05-02 05:01:15 UTC (rev 40697)
+++ trunk/requirements/seam-2.2.1.CR1/build.properties 2012-05-02 05:04:05 UTC (rev 40698)
@@ -1,7 +0,0 @@
-#seam.build.uri=http://downloads.sourceforge.net/sourceforge/jboss
-seam.build.uri=http://downloads.sourceforge.net/project/jboss/JBoss%20Seam/2.2.1.CR1
-seam-2.2.1.CR1.build.uri=${seam.build.uri}
-build.uri=${seam-2.2.1.CR1.build.uri}
-build.archive=jboss-seam-2.2.1.CR1.zip
-build.archive.root=jboss-seam-2.2.1.CR1
-md5=de23b8506b3265a7aede93da12951a60
Deleted: trunk/requirements/seam-2.2.1.CR1/buildRequirement.xml
===================================================================
--- trunk/requirements/seam-2.2.1.CR1/buildRequirement.xml 2012-05-02 05:01:15 UTC (rev 40697)
+++ trunk/requirements/seam-2.2.1.CR1/buildRequirement.xml 2012-05-02 05:04:05 UTC (rev 40698)
@@ -1,3 +0,0 @@
-<project default="build.requirement">
- <import file="../seam-2.0.1.GA/buildRequirement.xml" />
-</project>
\ No newline at end of file
Deleted: trunk/requirements/seam-2.2.1.CR2/build.properties
===================================================================
--- trunk/requirements/seam-2.2.1.CR2/build.properties 2012-05-02 05:01:15 UTC (rev 40697)
+++ trunk/requirements/seam-2.2.1.CR2/build.properties 2012-05-02 05:04:05 UTC (rev 40698)
@@ -1,7 +0,0 @@
-#seam.build.uri=http://downloads.sourceforge.net/sourceforge/jboss
-seam.build.uri=http://downloads.sourceforge.net/project/jboss/JBoss%20Seam/2.2.1.CR2
-seam-2.2.1.CR2.build.uri=${seam.build.uri}
-build.uri=${seam-2.2.1.CR2.build.uri}
-build.archive=jboss-seam-2.2.1.CR2.zip
-build.archive.root=jboss-seam-2.2.1.CR2
-md5=2c3ec99e8c4c04e43888fa2109e50498
Deleted: trunk/requirements/seam-2.2.1.CR2/buildRequirement.xml
===================================================================
--- trunk/requirements/seam-2.2.1.CR2/buildRequirement.xml 2012-05-02 05:01:15 UTC (rev 40697)
+++ trunk/requirements/seam-2.2.1.CR2/buildRequirement.xml 2012-05-02 05:04:05 UTC (rev 40698)
@@ -1,3 +0,0 @@
-<project default="build.requirement">
- <import file="../seam-2.0.1.GA/buildRequirement.xml" />
-</project>
\ No newline at end of file
12 years, 8 months
JBoss Tools SVN: r40697 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 01:01:15 -0400 (Wed, 02 May 2012)
New Revision: 40697
Modified:
trunk/build/target-platform/multiple.target
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified.target
trunk/build/target-platform/unified.target.p2mirror.xml
Log:
remove drools and guvnor from target platform
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2012-05-02 04:48:35 UTC (rev 40696)
+++ trunk/build/target-platform/multiple.target 2012-05-02 05:01:15 UTC (rev 40697)
@@ -333,9 +333,6 @@
</location>
</locations>
<includeBundles>
- <feature id="org.drools.eclipse.feature"/>
- <feature id="org.drools.eclipse.task.feature"/>
- <feature id="org.guvnor.tools.feature"/>
<feature id="org.mozilla.xulrunner.feature"/>
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2012-05-02 04:48:35 UTC (rev 40696)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2012-05-02 05:01:15 UTC (rev 40697)
@@ -294,9 +294,6 @@
<iu id="org.eclipse.birt.chart.integration.wtp.feature.group" version=""/>
<iu id="com.google.gdt.eclipse.suite.e37.feature.feature.group" version=""/>
<iu id="com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group" version=""/>
-<iu id="org.drools.eclipse.feature.feature.group" version=""/>
-<iu id="org.drools.eclipse.task.feature.feature.group" version=""/>
-<iu id="org.guvnor.tools.feature.feature.group" version=""/>
<iu id="org.mozilla.xulrunner.feature.feature.group" version=""/>
<iu id="org.mozilla.xpcom.feature.feature.group" version=""/>
</p2.mirror>
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2012-05-02 04:48:35 UTC (rev 40696)
+++ trunk/build/target-platform/unified.target 2012-05-02 05:01:15 UTC (rev 40697)
@@ -333,9 +333,6 @@
</location>
</locations>
<includeBundles>
- <feature id="org.drools.eclipse.feature"/>
- <feature id="org.drools.eclipse.task.feature"/>
- <feature id="org.guvnor.tools.feature"/>
<feature id="org.mozilla.xulrunner.feature"/>
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
Modified: trunk/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/unified.target.p2mirror.xml 2012-05-02 04:48:35 UTC (rev 40696)
+++ trunk/build/target-platform/unified.target.p2mirror.xml 2012-05-02 05:01:15 UTC (rev 40697)
@@ -294,9 +294,6 @@
<iu id="org.eclipse.birt.chart.integration.wtp.feature.group" version=""/>
<iu id="com.google.gdt.eclipse.suite.e37.feature.feature.group" version=""/>
<iu id="com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group" version=""/>
-<iu id="org.drools.eclipse.feature.feature.group" version=""/>
-<iu id="org.drools.eclipse.task.feature.feature.group" version=""/>
-<iu id="org.guvnor.tools.feature.feature.group" version=""/>
<iu id="org.mozilla.xulrunner.feature.feature.group" version=""/>
<iu id="org.mozilla.xpcom.feature.feature.group" version=""/>
</p2.mirror>
12 years, 8 months
JBoss Tools SVN: r40696 - trunk/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 00:48:35 -0400 (Wed, 02 May 2012)
New Revision: 40696
Modified:
trunk/build/aggregate/site/index.html
trunk/build/aggregate/site/jbosstools-directory.xml
Log:
regen index & jbosstools-directory.xml
Modified: trunk/build/aggregate/site/index.html
===================================================================
--- trunk/build/aggregate/site/index.html 2012-05-02 04:47:57 UTC (rev 40695)
+++ trunk/build/aggregate/site/index.html 2012-05-02 04:48:35 UTC (rev 40696)
@@ -82,10 +82,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.archives.feature_3.2.1.v20120420-2013-H859-Beta3.jar">org.jboss.ide.eclipse.archives.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.archives.feature_3.2.1.v20120501-2007-H882-CR1.jar">org.jboss.ide.eclipse.archives.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.2.1.v20120420-2013-H859-Beta3</span>
+<span style="font-size:x-small">3.2.1.v20120501-2007-H882-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -100,10 +100,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.archives.feature.source_3.2.1.v20120420-2013-H859-Beta3.jar">org.jboss.ide.eclipse.archives.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.archives.feature.source_3.2.1.v20120501-2007-H882-CR1.jar">org.jboss.ide.eclipse.archives.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.2.1.v20120420-2013-H859-Beta3</span>
+<span style="font-size:x-small">3.2.1.v20120501-2007-H882-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -115,10 +115,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20120420-2037-H1271-Beta3.jar">org.jboss.ide.eclipse.as.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20120501-2033-H1291-CR1.jar">org.jboss.ide.eclipse.as.feature</a>
</td>
<td>
-<span style="font-size:x-small">2.3.0.v20120420-2037-H1271-Beta3</span>
+<span style="font-size:x-small">2.3.0.v20120501-2033-H1291-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -133,10 +133,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.as.feature.source_2.3.0.v20120420-2037-H1271-Beta3.jar">org.jboss.ide.eclipse.as.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.as.feature.source_2.3.0.v20120501-2033-H1291-CR1.jar">org.jboss.ide.eclipse.as.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">2.3.0.v20120420-2037-H1271-Beta3</span>
+<span style="font-size:x-small">2.3.0.v20120501-2033-H1291-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -148,10 +148,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.freemarker.feature_1.2.0.v20120423-1729-H861-Beta3.jar">org.jboss.ide.eclipse.freemarker.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.freemarker.feature_1.2.0.v20120501-2008-H885-CR1.jar">org.jboss.ide.eclipse.freemarker.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120423-1729-H861-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-2008-H885-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -166,10 +166,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.freemarker.feature.source_1.2.0.v20120423-1729-H861-Beta3.jar">org.jboss.ide.eclipse.freemarker.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.ide.eclipse.freemarker.feature.source_1.2.0.v20120501-2008-H885-CR1.jar">org.jboss.ide.eclipse.freemarker.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120423-1729-H861-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-2008-H885-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -181,10 +181,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.birt.feature_1.3.0.v20120420-2013-H880-Beta3.jar">org.jboss.tools.birt.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.birt.feature_1.3.0.v20120501-2046-H906-CR1.jar">org.jboss.tools.birt.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120420-2013-H880-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-2046-H906-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -196,10 +196,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.birt.feature.source_1.3.0.v20120420-2013-H880-Beta3.jar">org.jboss.tools.birt.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.birt.feature.source_1.3.0.v20120501-2046-H906-CR1.jar">org.jboss.tools.birt.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120420-2013-H880-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-2046-H906-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -211,10 +211,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.cdi.feature_1.2.0.v20120420-2035-H1067-Beta3.jar">org.jboss.tools.cdi.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.cdi.feature_1.2.0.v20120501-1845-H1086-CR1.jar">org.jboss.tools.cdi.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120420-2035-H1067-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-1845-H1086-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -232,10 +232,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.cdi.feature.source_1.2.0.v20120420-2035-H1067-Beta3.jar">org.jboss.tools.cdi.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.cdi.feature.source_1.2.0.v20120501-1845-H1086-CR1.jar">org.jboss.tools.cdi.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120420-2035-H1067-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-1845-H1086-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -247,10 +247,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.cdi.seam.feature_1.2.0.v20120420-2035-H1067-Beta3.jar">org.jboss.tools.cdi.seam.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.cdi.seam.feature_1.2.0.v20120501-1845-H1086-CR1.jar">org.jboss.tools.cdi.seam.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120420-2035-H1067-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-1845-H1086-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -268,10 +268,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.cdi.seam.feature.source_1.2.0.v20120420-2035-H1067-Beta3.jar">org.jboss.tools.cdi.seam.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.cdi.seam.feature.source_1.2.0.v20120501-1845-H1086-CR1.jar">org.jboss.tools.cdi.seam.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120420-2035-H1067-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-1845-H1086-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -283,10 +283,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.central.discovery.feature_1.0.0.v20120423-1759-Beta3.jar">org.jboss.tools.central.discovery.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.central.discovery.feature_1.0.0.v20120501-1931-CR1.jar">org.jboss.tools.central.discovery.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.0.0.v20120423-1759-Beta3</span>
+<span style="font-size:x-small">1.0.0.v20120501-1931-CR1</span>
</td>
<td/>
</tr>
@@ -294,10 +294,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.central.feature_1.0.0.v20120423-1759-Beta3.jar">org.jboss.tools.central.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.central.feature_1.0.0.v20120501-1931-CR1.jar">org.jboss.tools.central.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.0.0.v20120423-1759-Beta3</span>
+<span style="font-size:x-small">1.0.0.v20120501-1931-CR1</span>
</td>
<td/>
</tr>
@@ -305,10 +305,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.core.feature_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.core.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.core.feature_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.core.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
<td/>
</tr>
@@ -316,21 +316,51 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.feature_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.core.feature.source_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.core.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
+<td>
+<span style="font-size:x-small">
+ |
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
+ #EEEEEE
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.common.feature_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.feature</a>
+</td>
+<td>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
+</td>
<td/>
</tr>
<tr style="background-color:
+ #FFFFFF
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.common.feature.source_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.feature.source</a>
+</td>
+<td>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.jdt.feature_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.jdt.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.jdt.feature_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.jdt.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -345,10 +375,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.jdt.feature.source_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.jdt.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.jdt.feature.source_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.jdt.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -360,10 +390,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.mylyn.feature_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.mylyn.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.mylyn.feature_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.mylyn.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -375,10 +405,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.mylyn.feature.source_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.mylyn.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.mylyn.feature.source_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.mylyn.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -390,10 +420,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.text.ext.feature_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.text.ext.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.text.ext.feature_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.text.ext.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
<td/>
</tr>
@@ -401,21 +431,51 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.ui.feature_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.ui.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.text.ext.feature.source_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.text.ext.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
+<td>
+<span style="font-size:x-small">
+ |
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
+ #EEEEEE
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.common.ui.feature_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.ui.feature</a>
+</td>
+<td>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
+</td>
<td/>
</tr>
<tr style="background-color:
+ #FFFFFF
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.common.ui.feature.source_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.ui.feature.source</a>
+</td>
+<td>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.common.verification.feature_3.3.0.v20120420-1954-H857-Beta3.jar">org.jboss.tools.common.verification.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.verification.feature_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.verification.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120420-1954-H857-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
<td/>
</tr>
@@ -423,14 +483,29 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.community.central.feature_1.0.0.v20120423-1759-Beta3.jar">org.jboss.tools.community.central.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.common.verification.feature.source_3.3.0.v20120501-1934-H877-CR1.jar">org.jboss.tools.common.verification.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.0.0.v20120423-1759-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1934-H877-CR1</span>
</td>
<td>
<span style="font-size:x-small">
|
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
+ #EEEEEE
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.community.central.feature_1.0.0.v20120501-1931-CR1.jar">org.jboss.tools.community.central.feature</a>
+</td>
+<td>
+<span style="font-size:x-small">1.0.0.v20120501-1931-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
AbridgedTools</span>
<span style="font-size:x-small">
|
@@ -438,13 +513,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.community.project.examples.feature_1.2.1.v20120420-2320-H645-Beta3.jar">org.jboss.tools.community.project.examples.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.community.project.examples.feature_1.2.1.v20120501-1742-CR1.jar">org.jboss.tools.community.project.examples.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.1.v20120420-2320-H645-Beta3</span>
+<span style="font-size:x-small">1.2.1.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -456,13 +531,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.community.project.examples.feature.source_1.2.1.v20120420-2320-H645-Beta3.jar">org.jboss.tools.community.project.examples.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.community.project.examples.feature.source_1.2.1.v20120501-1742-CR1.jar">org.jboss.tools.community.project.examples.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.1.v20120420-2320-H645-Beta3</span>
+<span style="font-size:x-small">1.2.1.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -471,13 +546,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.forge.feature_1.0.0.v20120421-1805-H686-Beta3.jar">org.jboss.tools.forge.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.forge.feature_1.0.0.v20120501-2003-H705-CR1.jar">org.jboss.tools.forge.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.0.0.v20120421-1805-H686-Beta3</span>
+<span style="font-size:x-small">1.0.0.v20120501-2003-H705-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -489,13 +564,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.forge.feature.source_1.0.0.v20120421-1805-H686-Beta3.jar">org.jboss.tools.forge.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.forge.feature.source_1.0.0.v20120501-2003-H705-CR1.jar">org.jboss.tools.forge.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.0.0.v20120421-1805-H686-Beta3</span>
+<span style="font-size:x-small">1.0.0.v20120501-2003-H705-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -504,13 +579,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.gwt.feature_1.0.2.v20120420-2014-H630-Beta3.jar">org.jboss.tools.gwt.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.gwt.feature_1.0.2.v20120501-2003-H651-CR1.jar">org.jboss.tools.gwt.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.0.2.v20120420-2014-H630-Beta3</span>
+<span style="font-size:x-small">1.0.2.v20120501-2003-H651-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -519,13 +594,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.gwt.feature.source_1.0.2.v20120420-2014-H630-Beta3.jar">org.jboss.tools.gwt.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.gwt.feature.source_1.0.2.v20120501-2003-H651-CR1.jar">org.jboss.tools.gwt.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.0.2.v20120420-2014-H630-Beta3</span>
+<span style="font-size:x-small">1.0.2.v20120501-2003-H651-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -534,13 +609,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.jmx.feature_1.2.0.v20120420-2018-H784-Beta3.jar">org.jboss.tools.jmx.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.jmx.feature_1.2.0.v20120501-2006-H801-CR1.jar">org.jboss.tools.jmx.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120420-2018-H784-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-2006-H801-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -552,13 +627,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.jmx.feature.source_1.2.0.v20120420-2018-H784-Beta3.jar">org.jboss.tools.jmx.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.jmx.feature.source_1.2.0.v20120501-2006-H801-CR1.jar">org.jboss.tools.jmx.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120420-2018-H784-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-2006-H801-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -567,13 +642,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.jsf.feature_3.3.0.v20120423-1739-H894-Beta3.jar">org.jboss.tools.jsf.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.jsf.feature_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.jsf.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1739-H894-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -585,13 +660,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.jsf.feature.source_3.3.0.v20120423-1739-H894-Beta3.jar">org.jboss.tools.jsf.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.jsf.feature.source_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.jsf.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1739-H894-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -600,13 +675,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.jst.feature_3.3.0.v20120423-1800-H1020-Beta3.jar">org.jboss.tools.jst.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.jst.feature_3.3.0.v20120501-2017-H1042-CR1.jar">org.jboss.tools.jst.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1800-H1020-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-2017-H1042-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -618,13 +693,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.jst.feature.source_3.3.0.v20120423-1800-H1020-Beta3.jar">org.jboss.tools.jst.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.jst.feature.source_3.3.0.v20120501-2017-H1042-CR1.jar">org.jboss.tools.jst.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1800-H1020-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-2017-H1042-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -633,13 +708,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.cdi.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.cdi.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.cdi.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.cdi.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -651,13 +726,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.cdi.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.cdi.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.cdi.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.cdi.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -666,13 +741,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -684,13 +759,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -699,13 +774,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.gwt.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.gwt.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.gwt.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.gwt.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -714,13 +789,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.gwt.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.gwt.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.gwt.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.gwt.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -729,13 +804,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.hibernate.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.hibernate.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.hibernate.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.hibernate.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -747,13 +822,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.hibernate.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.hibernate.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.hibernate.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.hibernate.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -762,13 +837,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.jaxrs.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.jaxrs.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.jaxrs.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.jaxrs.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -780,13 +855,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.jaxrs.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.jaxrs.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.jaxrs.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.jaxrs.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -795,13 +870,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.jbosspackaging.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.jbosspackaging.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.jbosspackaging.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.jbosspackaging.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -810,13 +885,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.jbosspackaging.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.jbosspackaging.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.jbosspackaging.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.jbosspackaging.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -825,13 +900,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.jpa.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.jpa.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.jpa.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.jpa.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -843,13 +918,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.jpa.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.jpa.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.jpa.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.jpa.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -858,13 +933,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.jsf.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.jsf.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.jsf.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.jsf.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -876,13 +951,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.jsf.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.jsf.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.jsf.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.jsf.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -891,13 +966,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.portlet.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.portlet.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.portlet.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.portlet.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -909,13 +984,28 @@
</td>
</tr>
<tr style="background-color:
+ #EEEEEE
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.portlet.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.portlet.feature.source</a>
+</td>
+<td>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.portlet.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.portlet.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.profiles.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.profiles.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -930,14 +1020,29 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.profiles.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.profiles.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.profiles.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.profiles.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
|
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
+ #FFFFFF
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.project.examples.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.project.examples.feature</a>
+</td>
+<td>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
AbridgedTools</span>
<span style="font-size:x-small">
|
@@ -945,13 +1050,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.profiles.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.profiles.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.project.examples.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.project.examples.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -960,13 +1065,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.project.examples.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.project.examples.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.seam.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.seam.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -978,13 +1083,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.project.examples.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.project.examples.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.seam.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.seam.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -993,13 +1098,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.seam.feature_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.seam.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.sourcelookup.feature_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.sourcelookup.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1011,13 +1116,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.maven.seam.feature.source_1.3.0.v20120423-1531-H612-Beta3.jar">org.jboss.tools.maven.seam.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.maven.sourcelookup.feature.source_1.3.0.v20120501-1932-H620-CR1.jar">org.jboss.tools.maven.sourcelookup.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1531-H612-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1932-H620-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1026,13 +1131,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.openshift.egit.integration.feature_2.3.0.v20120423-1306-H415-Beta3.jar">org.jboss.tools.openshift.egit.integration.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.openshift.egit.integration.feature_2.3.0.v20120501-2100-H434-CR1.jar">org.jboss.tools.openshift.egit.integration.feature</a>
</td>
<td>
-<span style="font-size:x-small">2.3.0.v20120423-1306-H415-Beta3</span>
+<span style="font-size:x-small">2.3.0.v20120501-2100-H434-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1044,13 +1149,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.openshift.egit.integration.feature.source_2.3.0.v20120423-1306-H415-Beta3.jar">org.jboss.tools.openshift.egit.integration.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.openshift.egit.integration.feature.source_2.3.0.v20120501-2100-H434-CR1.jar">org.jboss.tools.openshift.egit.integration.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">2.3.0.v20120423-1306-H415-Beta3</span>
+<span style="font-size:x-small">2.3.0.v20120501-2100-H434-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1059,13 +1164,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.openshift.express.feature_2.3.0.v20120423-1306-H415-Beta3.jar">org.jboss.tools.openshift.express.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.openshift.express.feature_2.3.0.v20120501-2100-H434-CR1.jar">org.jboss.tools.openshift.express.feature</a>
</td>
<td>
-<span style="font-size:x-small">2.3.0.v20120423-1306-H415-Beta3</span>
+<span style="font-size:x-small">2.3.0.v20120501-2100-H434-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1077,13 +1182,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.openshift.express.feature.source_2.3.0.v20120423-1306-H415-Beta3.jar">org.jboss.tools.openshift.express.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.openshift.express.feature.source_2.3.0.v20120501-2100-H434-CR1.jar">org.jboss.tools.openshift.express.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">2.3.0.v20120423-1306-H415-Beta3</span>
+<span style="font-size:x-small">2.3.0.v20120501-2100-H434-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1092,13 +1197,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.portlet.feature_1.2.0.v20120423-1609-H569-Beta3.jar">org.jboss.tools.portlet.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.portlet.feature_1.2.0.v20120501-1742-CR1.jar">org.jboss.tools.portlet.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120423-1609-H569-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1110,13 +1215,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.portlet.feature.source_1.2.0.v20120423-1609-H569-Beta3.jar">org.jboss.tools.portlet.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.portlet.feature.source_1.2.0.v20120501-1742-CR1.jar">org.jboss.tools.portlet.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.0.v20120423-1609-H569-Beta3</span>
+<span style="font-size:x-small">1.2.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1125,13 +1230,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.project.examples.feature_1.2.1.v20120420-2320-H645-Beta3.jar">org.jboss.tools.project.examples.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.project.examples.feature_1.2.1.v20120501-1742-CR1.jar">org.jboss.tools.project.examples.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.1.v20120420-2320-H645-Beta3</span>
+<span style="font-size:x-small">1.2.1.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1143,13 +1248,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.project.examples.feature.source_1.2.1.v20120420-2320-H645-Beta3.jar">org.jboss.tools.project.examples.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.project.examples.feature.source_1.2.1.v20120501-1742-CR1.jar">org.jboss.tools.project.examples.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.1.v20120420-2320-H645-Beta3</span>
+<span style="font-size:x-small">1.2.1.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1158,13 +1263,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.richfaces.feature_3.3.0.v20120423-1739-H894-Beta3.jar">org.jboss.tools.richfaces.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.richfaces.feature_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.richfaces.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1739-H894-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1176,13 +1281,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.richfaces.feature.source_3.3.0.v20120423-1739-H894-Beta3.jar">org.jboss.tools.richfaces.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.richfaces.feature.source_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.richfaces.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1739-H894-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1191,13 +1296,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.runtime.as.detector.feature_1.3.0.v20120423-1620-H709-Beta3.jar">org.jboss.tools.runtime.as.detector.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.runtime.as.detector.feature_1.3.0.v20120501-1742-CR1.jar">org.jboss.tools.runtime.as.detector.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1620-H709-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1209,13 +1314,28 @@
</td>
</tr>
<tr style="background-color:
+ #EEEEEE
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.runtime.as.detector.feature.source_1.3.0.v20120501-1742-CR1.jar">org.jboss.tools.runtime.as.detector.feature.source</a>
+</td>
+<td>
+<span style="font-size:x-small">1.3.0.v20120501-1742-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.runtime.core.feature_1.3.0.v20120423-1620-H709-Beta3.jar">org.jboss.tools.runtime.core.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.runtime.core.feature_1.3.0.v20120501-1742-CR1.jar">org.jboss.tools.runtime.core.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1620-H709-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1227,14 +1347,29 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.runtime.seam.detector.feature_1.3.0.v20120423-1620-H709-Beta3.jar">org.jboss.tools.runtime.seam.detector.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.runtime.core.feature.source_1.3.0.v20120501-1742-CR1.jar">org.jboss.tools.runtime.core.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.3.0.v20120423-1620-H709-Beta3</span>
+<span style="font-size:x-small">1.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
|
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
+ #FFFFFF
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.runtime.seam.detector.feature_1.3.0.v20120501-1742-CR1.jar">org.jboss.tools.runtime.seam.detector.feature</a>
+</td>
+<td>
+<span style="font-size:x-small">1.3.0.v20120501-1742-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
AbridgedTools</span>
<span style="font-size:x-small">
|
@@ -1242,13 +1377,28 @@
</td>
</tr>
<tr style="background-color:
+ #EEEEEE
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.runtime.seam.detector.feature.source_1.3.0.v20120501-1742-CR1.jar">org.jboss.tools.runtime.seam.detector.feature.source</a>
+</td>
+<td>
+<span style="font-size:x-small">1.3.0.v20120501-1742-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.seam.feature_3.3.0.v20120423-1641-H946-Beta3.jar">org.jboss.tools.seam.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.seam.feature_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.seam.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1641-H946-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1263,10 +1413,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.seam.feature.source_3.3.0.v20120423-1641-H946-Beta3.jar">org.jboss.tools.seam.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.seam.feature.source_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.seam.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1641-H946-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1278,10 +1428,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.struts.feature_3.3.0.v20120423-1716-H795-Beta3.jar">org.jboss.tools.struts.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.struts.feature_3.3.0.v20120501-0233-H818-CR1.jar">org.jboss.tools.struts.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1716-H795-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-0233-H818-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1293,10 +1443,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.struts.feature.source_3.3.0.v20120423-1716-H795-Beta3.jar">org.jboss.tools.struts.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.struts.feature.source_3.3.0.v20120501-0233-H818-CR1.jar">org.jboss.tools.struts.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1716-H795-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-0233-H818-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1308,10 +1458,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.usage.feature_1.1.0.v20120420-2009-H691-Beta3.jar">org.jboss.tools.usage.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.usage.feature_1.1.0.v20120501-1954-H711-CR1.jar">org.jboss.tools.usage.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.1.0.v20120420-2009-H691-Beta3</span>
+<span style="font-size:x-small">1.1.0.v20120501-1954-H711-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1326,14 +1476,29 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.vpe.browsersim.feature_3.3.0.v20120423-1651-H999-Beta3.jar">org.jboss.tools.vpe.browsersim.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.usage.feature.source_1.1.0.v20120501-1954-H711-CR1.jar">org.jboss.tools.usage.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1651-H999-Beta3</span>
+<span style="font-size:x-small">1.1.0.v20120501-1954-H711-CR1</span>
</td>
<td>
<span style="font-size:x-small">
|
+ AllSources</span>
+</td>
+</tr>
+<tr style="background-color:
+ #FFFFFF
+ ">
+<td class="rowLine">
+<a style="font-size:x-small" href="features/org.jboss.tools.vpe.browsersim.feature_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.vpe.browsersim.feature</a>
+</td>
+<td>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
+</td>
+<td>
+<span style="font-size:x-small">
+ |
AbridgedTools</span>
<span style="font-size:x-small">
|
@@ -1341,13 +1506,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.vpe.browsersim.feature.source_3.3.0.v20120423-1651-H999-Beta3.jar">org.jboss.tools.vpe.browsersim.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.vpe.browsersim.feature.source_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.vpe.browsersim.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1651-H999-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1356,13 +1521,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.vpe.feature_3.3.0.v20120423-1651-H999-Beta3.jar">org.jboss.tools.vpe.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.vpe.feature_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.vpe.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1651-H999-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1374,13 +1539,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.vpe.feature.source_3.3.0.v20120423-1651-H999-Beta3.jar">org.jboss.tools.vpe.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.vpe.feature.source_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.vpe.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1651-H999-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1389,13 +1554,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.ws.feature_1.2.2.v20120420-2112-H913-Beta3.jar">org.jboss.tools.ws.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.ws.feature_1.2.2.v20120501-2054-H937-CR1.jar">org.jboss.tools.ws.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.2.v20120420-2112-H913-Beta3</span>
+<span style="font-size:x-small">1.2.2.v20120501-2054-H937-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1407,13 +1572,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.ws.feature.source_1.2.2.v20120420-2112-H913-Beta3.jar">org.jboss.tools.ws.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.ws.feature.source_1.2.2.v20120501-2054-H937-CR1.jar">org.jboss.tools.ws.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.2.v20120420-2112-H913-Beta3</span>
+<span style="font-size:x-small">1.2.2.v20120501-2054-H937-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1422,13 +1587,13 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.ws.jaxrs.feature_1.2.2.v20120420-2112-H913-Beta3.jar">org.jboss.tools.ws.jaxrs.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.ws.jaxrs.feature_1.2.2.v20120501-2054-H937-CR1.jar">org.jboss.tools.ws.jaxrs.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.2.2.v20120420-2112-H913-Beta3</span>
+<span style="font-size:x-small">1.2.2.v20120501-2054-H937-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1440,13 +1605,13 @@
</td>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.ws.jaxrs.feature.source_1.2.2.v20120420-2112-H913-Beta3.jar">org.jboss.tools.ws.jaxrs.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.ws.jaxrs.feature.source_1.2.2.v20120501-2054-H937-CR1.jar">org.jboss.tools.ws.jaxrs.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.2.2.v20120420-2112-H913-Beta3</span>
+<span style="font-size:x-small">1.2.2.v20120501-2054-H937-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1455,24 +1620,24 @@
</td>
</tr>
<tr style="background-color:
- #EEEEEE
+ #FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.xulrunner.feature_3.3.0.v20120423-1651-H999-Beta3.jar">org.jboss.tools.xulrunner.feature</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.xulrunner.feature_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.xulrunner.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1651-H999-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td/>
</tr>
<tr style="background-color:
- #FFFFFF
+ #EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.jboss.tools.xulrunner.feature.source_3.3.0.v20120423-1651-H999-Beta3.jar">org.jboss.tools.xulrunner.feature.source</a>
+<a style="font-size:x-small" href="features/org.jboss.tools.xulrunner.feature.source_3.3.0.v20120501-1742-CR1.jar">org.jboss.tools.xulrunner.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.3.0.v20120423-1651-H999-Beta3</span>
+<span style="font-size:x-small">3.3.0.v20120501-1742-CR1</span>
</td>
<td/>
</tr>
@@ -1487,10 +1652,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.hibernate.eclipse.feature_3.4.0.v20120423-1738-H925-Beta3.jar">org.hibernate.eclipse.feature</a>
+<a style="font-size:x-small" href="features/org.hibernate.eclipse.feature_3.4.0.v20120501-2016-H943-CR1.jar">org.hibernate.eclipse.feature</a>
</td>
<td>
-<span style="font-size:x-small">3.4.0.v20120423-1738-H925-Beta3</span>
+<span style="font-size:x-small">3.4.0.v20120501-2016-H943-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1511,10 +1676,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.hibernate.eclipse.feature.source_3.4.0.v20120423-1738-H925-Beta3.jar">org.hibernate.eclipse.feature.source</a>
+<a style="font-size:x-small" href="features/org.hibernate.eclipse.feature.source_3.4.0.v20120501-2016-H943-CR1.jar">org.hibernate.eclipse.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">3.4.0.v20120423-1738-H925-Beta3</span>
+<span style="font-size:x-small">3.4.0.v20120501-2016-H943-CR1</span>
</td>
<td>
<span style="font-size:x-small">
@@ -1526,10 +1691,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.mozilla.xulrunner.feature_1.9.218.v20120423-1351-H143-Beta3.jar">org.mozilla.xulrunner.feature</a>
+<a style="font-size:x-small" href="features/org.mozilla.xulrunner.feature_1.9.218.v20120426-1730-H146-Beta3.jar">org.mozilla.xulrunner.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.9.218.v20120423-1351-H143-Beta3</span>
+<span style="font-size:x-small">1.9.218.v20120426-1730-H146-Beta3</span>
</td>
<td/>
</tr>
@@ -1537,10 +1702,10 @@
#FFFFFF
">
<td class="rowLine">
-<a style="font-size:x-small" href="features/org.mozilla.xulrunner.feature.source_1.9.218.v20120423-1351-H143-Beta3.jar">org.mozilla.xulrunner.feature.source</a>
+<a style="font-size:x-small" href="features/org.mozilla.xulrunner.feature.source_1.9.218.v20120426-1730-H146-Beta3.jar">org.mozilla.xulrunner.feature.source</a>
</td>
<td>
-<span style="font-size:x-small">1.9.218.v20120423-1351-H143-Beta3</span>
+<span style="font-size:x-small">1.9.218.v20120426-1730-H146-Beta3</span>
</td>
<td/>
</tr>
Modified: trunk/build/aggregate/site/jbosstools-directory.xml
===================================================================
--- trunk/build/aggregate/site/jbosstools-directory.xml 2012-05-02 04:47:57 UTC (rev 40695)
+++ trunk/build/aggregate/site/jbosstools-directory.xml 2012-05-02 04:48:35 UTC (rev 40696)
@@ -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.v20120423-1759-Beta3.jar" permitCategories="true"/>
+<entry url="plugins/org.jboss.tools.central.discovery_1.0.0.v20120501-1931-CR1.jar" permitCategories="true"/>
</directory>
12 years, 8 months
JBoss Tools SVN: r40695 - branches/jbosstools-3.3.0.Beta3/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 00:47:57 -0400 (Wed, 02 May 2012)
New Revision: 40695
Modified:
branches/jbosstools-3.3.0.Beta3/build/target-platform/multiple-junoM6.target
branches/jbosstools-3.3.0.Beta3/build/target-platform/unified-junoM6.target
Log:
add org.jboss.tools.maven.apt.feature.feature.group and bump up m2e versions; also fix _composite_/3.3.indigo -> _composite_/core/3.3.indigo
Modified: branches/jbosstools-3.3.0.Beta3/build/target-platform/multiple-junoM6.target
===================================================================
--- branches/jbosstools-3.3.0.Beta3/build/target-platform/multiple-junoM6.target 2012-05-02 04:47:05 UTC (rev 40694)
+++ branches/jbosstools-3.3.0.Beta3/build/target-platform/multiple-junoM6.target 2012-05-02 04:47:57 UTC (rev 40695)
@@ -7,9 +7,9 @@
:%s/.\+\/\(org.\+\)_\(\d\+.\+\)\.jar/\t\t\t<unit id="\1.feature.group" version="\2"\/>/g
-->
<locations>
- <!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
+ <!-- for trunk use _composite_/core/trunk; for 3.3_stable_branch, use _composite_/core/3.3.indigo -->
<!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/"/>
+ <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/"/>
</location> -->
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
@@ -341,4 +341,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: branches/jbosstools-3.3.0.Beta3/build/target-platform/unified-junoM6.target
===================================================================
--- branches/jbosstools-3.3.0.Beta3/build/target-platform/unified-junoM6.target 2012-05-02 04:47:05 UTC (rev 40694)
+++ branches/jbosstools-3.3.0.Beta3/build/target-platform/unified-junoM6.target 2012-05-02 04:47:57 UTC (rev 40695)
@@ -7,7 +7,7 @@
:%s/.\+\/\(org.\+\)_\(\d\+.\+\)\.jar/\t\t\t<unit id="\1.feature.group" version="\2"\/>/g
-->
<locations>
- <!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
+ <!-- for trunk use _composite_/core/trunk; for 3.3_stable_branch, use _composite_/core/3.3.indigo -->
<!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<repository location="http://download.jboss.org/jbosstools/updates/target-platform_3.3.juno.M6/..."/>
</location> -->
12 years, 8 months
JBoss Tools SVN: r40694 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 00:47:05 -0400 (Wed, 02 May 2012)
New Revision: 40694
Modified:
trunk/build/target-platform/jbds.target
trunk/build/target-platform/multiple-junoM6.target
trunk/build/target-platform/multiple.target
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified-junoM6.target
trunk/build/target-platform/unified.target
Log:
add org.jboss.tools.maven.apt.feature.feature.group and bump up m2e versions; also fix _composite_/trunk -> _composite_/core/trunk
Modified: trunk/build/target-platform/jbds.target
===================================================================
--- trunk/build/target-platform/jbds.target 2012-05-02 04:46:56 UTC (rev 40693)
+++ trunk/build/target-platform/jbds.target 2012-05-02 04:47:05 UTC (rev 40694)
@@ -16,15 +16,15 @@
<!-- <repository location="http://www.qa.jboss.com/binaries/RHDS/updates/indigo/SR2/"/> -->
<!-- m2e, m2e-wtp + deps -->
- <unit id="org.eclipse.m2e.sdk.feature.feature.group" version="1.0.100.20110804-1717"/>
- <unit id="org.eclipse.m2e.feature.feature.group" version="1.0.200.20111228-1245"/>
+ <unit id="org.eclipse.m2e.sdk.feature.feature.group" version="1.1.0.20120320-0058"/>
+ <unit id="org.eclipse.m2e.feature.feature.group" version="1.1.0.20120320-0058"/>
<unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.15.2.20120306-2040"/>
<unit id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201109290002"/>
- <unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.0.0"/>
+ <unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.0.0.201204280012"/>
<unit id="ch.qos.logback.classic" version="0.9.27.v20110224-1110"/>
- <unit id="ch.qos.logback.core" version="0.9.27.v20110224-1110"/>
+ <unit id="ch.qos.logback.core" version="1.0.0.v20111214-2030"/>
<unit id="ch.qos.logback.slf4j" version="0.9.27.v20110224-1110"/>
- <unit id="org.slf4j.api" version="1.6.1.v20100831-0715"/>
+ <unit id="org.slf4j.api" version="1.6.4.v20120130-2120"/>
<unit id="com.ning.async-http-client" version="1.6.3.201112281337"/>
<unit id="org.jboss.netty" version="3.2.4.Final-201112281337"/>
<unit id="org.eclipse.equinox.p2.discovery.compatibility" version="1.0.1.v20110502-1955"/>
@@ -275,4 +275,4 @@
<unit id="com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group" version="2.4.0.v201201120043-rel-r37"/>
</location>
</locations>
-</target>
+</target>
\ No newline at end of file
Modified: trunk/build/target-platform/multiple-junoM6.target
===================================================================
--- trunk/build/target-platform/multiple-junoM6.target 2012-05-02 04:46:56 UTC (rev 40693)
+++ trunk/build/target-platform/multiple-junoM6.target 2012-05-02 04:47:05 UTC (rev 40694)
@@ -7,9 +7,9 @@
:%s/.\+\/\(org.\+\)_\(\d\+.\+\)\.jar/\t\t\t<unit id="\1.feature.group" version="\2"\/>/g
-->
<locations>
- <!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
+ <!-- for trunk use _composite_/core/trunk; for 3.3_stable_branch, use _composite_/core/3.3.indigo -->
<!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/"/>
+ <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/"/>
</location> -->
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
@@ -341,4 +341,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2012-05-02 04:46:56 UTC (rev 40693)
+++ trunk/build/target-platform/multiple.target 2012-05-02 04:47:05 UTC (rev 40694)
@@ -8,8 +8,8 @@
-->
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
- <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/"/>
+ <!-- for trunk use _composite_/core/trunk; for 3.3_stable_branch, use _composite_/core/3.3.indigo -->
+ <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
@@ -18,11 +18,11 @@
<repository location="http://download.jboss.org/jbosstools/updates/indigo/SR2/"/>
<!-- m2e, m2e-wtp + deps -->
- <unit id="org.eclipse.m2e.sdk.feature.feature.group" version="1.0.100.20110804-1717"/>
- <unit id="org.eclipse.m2e.feature.feature.group" version="1.0.200.20111228-1245"/>
+ <unit id="org.eclipse.m2e.sdk.feature.feature.group" version="1.1.0.20120320-0058"/>
+ <unit id="org.eclipse.m2e.feature.feature.group" version="1.1.0.20120320-0058"/>
<unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.15.2.20120306-2040"/>
- <unit id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201109290002"/>
- <unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.0.0"/>
+ <unit id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201202141716"/>
+ <unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.0.0.201204280012"/>
<unit id="ch.qos.logback.classic" version="0.9.27.v20110224-1110"/>
<unit id="ch.qos.logback.core" version="0.9.27.v20110224-1110"/>
<unit id="ch.qos.logback.slf4j" version="0.9.27.v20110224-1110"/>
@@ -340,4 +340,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2012-05-02 04:46:56 UTC (rev 40693)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2012-05-02 04:47:05 UTC (rev 40694)
@@ -28,7 +28,7 @@
<p2.mirror destination="file://${repoDir}" verbose="${verbose}">
<slicingOptions includeFeatures="true" followStrict="${followStrict}"/>
<source>
-<repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/"/>
+<repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/"/>
<repository location="http://download.jboss.org/jbosstools/updates/indigo/SR2/"/>
</source>
<iu id="org.eclipse.m2e.sdk.feature.feature.group" version=""/>
Modified: trunk/build/target-platform/unified-junoM6.target
===================================================================
--- trunk/build/target-platform/unified-junoM6.target 2012-05-02 04:46:56 UTC (rev 40693)
+++ trunk/build/target-platform/unified-junoM6.target 2012-05-02 04:47:05 UTC (rev 40694)
@@ -7,7 +7,7 @@
:%s/.\+\/\(org.\+\)_\(\d\+.\+\)\.jar/\t\t\t<unit id="\1.feature.group" version="\2"\/>/g
-->
<locations>
- <!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
+ <!-- for trunk use _composite_/core/trunk; for 3.3_stable_branch, use _composite_/core/3.3.indigo -->
<!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<repository location="http://download.jboss.org/jbosstools/updates/target-platform_3.3.juno.M6/..."/>
</location> -->
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2012-05-02 04:46:56 UTC (rev 40693)
+++ trunk/build/target-platform/unified.target 2012-05-02 04:47:05 UTC (rev 40694)
@@ -8,7 +8,7 @@
-->
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
+ <!-- for trunk use _composite_/core/trunk; for 3.3_stable_branch, use _composite_/core/3.3.indigo -->
<repository location="http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo.S..."/>
</location>
@@ -18,11 +18,11 @@
<repository location="http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo.S..."/>
<!-- m2e, m2e-wtp + deps -->
- <unit id="org.eclipse.m2e.sdk.feature.feature.group" version="1.0.100.20110804-1717"/>
- <unit id="org.eclipse.m2e.feature.feature.group" version="1.0.200.20111228-1245"/>
+ <unit id="org.eclipse.m2e.sdk.feature.feature.group" version="1.1.0.20120320-0058"/>
+ <unit id="org.eclipse.m2e.feature.feature.group" version="1.1.0.20120320-0058"/>
<unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.15.2.20120306-2040"/>
- <unit id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201109290002"/>
- <unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.0.0"/>
+ <unit id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201202141716"/>
+ <unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.0.0.201204280012"/>
<unit id="ch.qos.logback.classic" version="0.9.27.v20110224-1110"/>
<unit id="ch.qos.logback.core" version="0.9.27.v20110224-1110"/>
<unit id="ch.qos.logback.slf4j" version="0.9.27.v20110224-1110"/>
@@ -340,4 +340,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
12 years, 8 months
JBoss Tools SVN: r40693 - in trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core: trunk and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-02 00:46:56 -0400 (Wed, 02 May 2012)
New Revision: 40693
Modified:
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.i...
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.i...
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk...
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk...
Log:
remove smooks and deltacloud as they're no longer in the aggregate site; prevent extraneous error msgs from p2
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.i...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.i... 2012-05-02 04:46:43 UTC (rev 40692)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.i... 2012-05-02 04:46:56 UTC (rev 40693)
@@ -7,24 +7,21 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1327337910000'/>
+<property name='p2.timestamp' value='1335932957000'/>
</properties>
-<children size='28'>
+<children size='26'>
-<!-- JBT Core: 28 x 1 = 28 -->
-
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--archives/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--as/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--birt/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--cdi/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--central/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--common/all/repo/'/>
-<child location='../../../../staging/jbosstools-3.3_stable_branch.component--deltacloud/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--examples/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--forge/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--freemarker/all/repo/'/>
-
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--gwt/all/repo/'/>
+
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--hibernatetools/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--jmx/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--jsf/all/repo/'/>
@@ -34,9 +31,8 @@
<child location='../../../../staging/openshift-java-client-master/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--portlet/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--runtime/all/repo/'/>
-
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--seam/all/repo/'/>
-<child location='../../../../staging/jbosstools-3.3_stable_branch.component--smooks/all/repo/'/>
+
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--struts/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--tests/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--usage/all/repo/'/>
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.i...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.i... 2012-05-02 04:46:43 UTC (rev 40692)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/3.3.i... 2012-05-02 04:46:56 UTC (rev 40693)
@@ -7,24 +7,21 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1327337910000'/>
+<property name='p2.timestamp' value='1335932957000'/>
</properties>
-<children size='28'>
+<children size='26'>
-<!-- JBT Core: 28 x 1 = 28 -->
-
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--archives/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--as/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--birt/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--cdi/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--central/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--common/all/repo/'/>
-<child location='../../../../staging/jbosstools-3.3_stable_branch.component--deltacloud/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--examples/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--forge/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--freemarker/all/repo/'/>
-
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--gwt/all/repo/'/>
+
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--hibernatetools/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--jmx/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--jsf/all/repo/'/>
@@ -34,9 +31,8 @@
<child location='../../../../staging/openshift-java-client-master/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--portlet/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--runtime/all/repo/'/>
-
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--seam/all/repo/'/>
-<child location='../../../../staging/jbosstools-3.3_stable_branch.component--smooks/all/repo/'/>
+
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--struts/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--tests/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_stable_branch.component--usage/all/repo/'/>
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk... 2012-05-02 04:46:43 UTC (rev 40692)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk... 2012-05-02 04:46:56 UTC (rev 40693)
@@ -7,11 +7,11 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1327337910000'/>
+<property name='p2.timestamp' value='1335933165000'/>
</properties>
-<children size='56'>
+<children size='52'>
-<!-- JBT Core: 28 x 2 = 56 -->
+<!-- JBT Core: 26 x 2 = 52 -->
<child location='../../../../staging/jbosstools-3.3_trunk.component--archives/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--as/all/repo/'/>
@@ -19,12 +19,11 @@
<child location='../../../../staging/jbosstools-3.3_trunk.component--cdi/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--central/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--common/all/repo/'/>
-<child location='../../../../staging/jbosstools-3.3_trunk.component--deltacloud/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--examples/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--forge/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--freemarker/all/repo/'/>
-
<child location='../../../../staging/jbosstools-3.3_trunk.component--gwt/all/repo/'/>
+
<child location='../../../../staging/jbosstools-3.3_trunk.component--hibernatetools/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--jmx/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--jsf/all/repo/'/>
@@ -34,9 +33,8 @@
<child location='../../../../staging/openshift-java-client-master/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--portlet/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--runtime/all/repo/'/>
-
<child location='../../../../staging/jbosstools-3.3_trunk.component--seam/all/repo/'/>
-<child location='../../../../staging/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
+
<child location='../../../../staging/jbosstools-3.3_trunk.component--struts/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--tests/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--usage/all/repo/'/>
@@ -50,12 +48,11 @@
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--cdi/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--central/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--common/all/repo/'/>
-<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--deltacloud/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--examples/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--forge/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--freemarker/all/repo/'/>
-
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--gwt/all/repo/'/>
+
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--hibernatetools/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--jmx/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--jsf/all/repo/'/>
@@ -65,9 +62,8 @@
<child location='../../../../staging.previous/openshift-java-client-master/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--portlet/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--runtime/all/repo/'/>
-
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--seam/all/repo/'/>
-<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
+
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--struts/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--tests/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--usage/all/repo/'/>
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk... 2012-05-02 04:46:43 UTC (rev 40692)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk... 2012-05-02 04:46:56 UTC (rev 40693)
@@ -7,11 +7,11 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1327337910000'/>
+<property name='p2.timestamp' value='1335933165000'/>
</properties>
-<children size='56'>
+<children size='52'>
-<!-- JBT Core: 28 x 2 = 56 -->
+<!-- JBT Core: 26 x 2 = 52 -->
<child location='../../../../staging/jbosstools-3.3_trunk.component--archives/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--as/all/repo/'/>
@@ -19,12 +19,11 @@
<child location='../../../../staging/jbosstools-3.3_trunk.component--cdi/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--central/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--common/all/repo/'/>
-<child location='../../../../staging/jbosstools-3.3_trunk.component--deltacloud/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--examples/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--forge/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--freemarker/all/repo/'/>
-
<child location='../../../../staging/jbosstools-3.3_trunk.component--gwt/all/repo/'/>
+
<child location='../../../../staging/jbosstools-3.3_trunk.component--hibernatetools/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--jmx/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--jsf/all/repo/'/>
@@ -34,9 +33,8 @@
<child location='../../../../staging/openshift-java-client-master/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--portlet/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--runtime/all/repo/'/>
-
<child location='../../../../staging/jbosstools-3.3_trunk.component--seam/all/repo/'/>
-<child location='../../../../staging/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
+
<child location='../../../../staging/jbosstools-3.3_trunk.component--struts/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--tests/all/repo/'/>
<child location='../../../../staging/jbosstools-3.3_trunk.component--usage/all/repo/'/>
@@ -50,12 +48,11 @@
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--cdi/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--central/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--common/all/repo/'/>
-<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--deltacloud/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--examples/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--forge/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--freemarker/all/repo/'/>
-
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--gwt/all/repo/'/>
+
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--hibernatetools/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--jmx/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--jsf/all/repo/'/>
@@ -65,9 +62,8 @@
<child location='../../../../staging.previous/openshift-java-client-master/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--portlet/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--runtime/all/repo/'/>
-
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--seam/all/repo/'/>
-<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--smooks/all/repo/'/>
+
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--struts/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--tests/all/repo/'/>
<child location='../../../../staging.previous/jbosstools-3.3_trunk.component--usage/all/repo/'/>
12 years, 8 months