JBoss Tools SVN: r38719 - in trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test: condition and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: jjankovi
Date: 2012-02-14 12:31:38 -0500 (Tue, 14 Feb 2012)
New Revision: 38719
Added:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/condition/
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/condition/NonEmptyTableCondition.java
Log:
Added NonEmptyTableCondition class
Added: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/condition/NonEmptyTableCondition.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/condition/NonEmptyTableCondition.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/condition/NonEmptyTableCondition.java 2012-02-14 17:31:38 UTC (rev 38719)
@@ -0,0 +1,33 @@
+package org.jboss.tools.cdi.bot.test.condition;
+
+import org.eclipse.swtbot.swt.finder.SWTBot;
+import org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException;
+import org.eclipse.swtbot.swt.finder.waits.ICondition;
+import org.eclipse.swtbot.swt.finder.widgets.SWTBotTable;
+
+public class NonEmptyTableCondition implements ICondition {
+
+ private SWTBotTable table;
+
+ public NonEmptyTableCondition(SWTBotTable table) {
+ super();
+ this.table = table;
+ }
+
+ public boolean test() throws Exception {
+ try {
+ return table.rowCount() != 0;
+ } catch (WidgetNotFoundException e) {
+ }
+ return false;
+ }
+
+ public String getFailureMessage() {
+ return "Table is empty, it does not contain any table items";
+ }
+
+ public void init(SWTBot bot) {
+
+ }
+
+}
14 years, 1 month
JBoss Tools SVN: r38718 - in trunk: runtime/features and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-02-14 12:15:56 -0500 (Tue, 14 Feb 2012)
New Revision: 38718
Modified:
trunk/build/aggregate/site/site.xml
trunk/runtime/features/pom.xml
trunk/runtime/plugins/pom.xml
trunk/runtime/site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-10875 Remove org.jboss.tools.runtime plugin and org.jboss.tools.runtime.feature feature per Snjezana
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2012-02-14 17:10:41 UTC (rev 38717)
+++ trunk/build/aggregate/site/site.xml 2012-02-14 17:15:56 UTC (rev 38718)
@@ -216,9 +216,6 @@
<feature url="features/org.jboss.tools.common.verification.feature_0.0.0.jar" id="org.jboss.tools.common.verification.feature" version="0.0.0">
</feature>
- <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar" id="org.jboss.tools.runtime.feature" version="0.0.0">
- <category name="AbridgedTools" />
- </feature>
<feature url="features/org.jboss.tools.runtime.core.feature_0.0.0.jar" id="org.jboss.tools.runtime.core.feature" version="0.0.0">
<category name="AbridgedTools" />
</feature>
Modified: trunk/runtime/features/pom.xml
===================================================================
--- trunk/runtime/features/pom.xml 2012-02-14 17:10:41 UTC (rev 38717)
+++ trunk/runtime/features/pom.xml 2012-02-14 17:15:56 UTC (rev 38718)
@@ -13,7 +13,6 @@
<name>runtime.features</name>
<packaging>pom</packaging>
<modules>
- <module>org.jboss.tools.runtime.feature</module>
<module>org.jboss.tools.runtime.core.feature</module>
<module>org.jboss.tools.runtime.as.detector.feature</module>
<module>org.jboss.tools.runtime.drools.detector.feature</module>
Modified: trunk/runtime/plugins/pom.xml
===================================================================
--- trunk/runtime/plugins/pom.xml 2012-02-14 17:10:41 UTC (rev 38717)
+++ trunk/runtime/plugins/pom.xml 2012-02-14 17:15:56 UTC (rev 38718)
@@ -13,7 +13,6 @@
<name>runtime.plugins</name>
<packaging>pom</packaging>
<modules>
- <module>org.jboss.tools.runtime</module>
<module>org.jboss.tools.runtime.core</module>
<module>org.jboss.tools.runtime.ui</module>
<module>org.jboss.tools.runtime.as.detector</module>
Modified: trunk/runtime/site/site.xml
===================================================================
--- trunk/runtime/site/site.xml 2012-02-14 17:10:41 UTC (rev 38717)
+++ trunk/runtime/site/site.xml 2012-02-14 17:15:56 UTC (rev 38718)
@@ -8,9 +8,6 @@
JBoss Tools runtime Nightly Build Update Site: contains all features in this build.
</description>
</category-def>
- <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar" id="org.jboss.tools.runtime.feature" version="0.0.0">
- <category name="JBoss Tools runtime Nightly Build Update Site"/>
- </feature>
<feature url="features/org.jboss.tools.runtime.core.feature_0.0.0.jar" id="org.jboss.tools.runtime.core.feature" version="0.0.0">
<category name="JBoss Tools runtime Nightly Build Update Site"/>
</feature>
14 years, 1 month
JBoss Tools SVN: r38717 - in trunk/central: plugins and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-02-14 12:10:41 -0500 (Tue, 14 Feb 2012)
New Revision: 38717
Modified:
trunk/central/features/pom.xml
trunk/central/plugins/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-10874 remove org.jboss.tools.community.central per Snjezana
Modified: trunk/central/features/pom.xml
===================================================================
--- trunk/central/features/pom.xml 2012-02-14 17:05:33 UTC (rev 38716)
+++ trunk/central/features/pom.xml 2012-02-14 17:10:41 UTC (rev 38717)
@@ -15,7 +15,6 @@
<modules>
<module>org.jboss.tools.central.feature</module>
<module>org.jboss.tools.central.discovery.feature</module>
- <module>org.jboss.tools.community.central.feature</module>
<module>org.jboss.tools.central.test.feature</module>
</modules>
</project>
Modified: trunk/central/plugins/pom.xml
===================================================================
--- trunk/central/plugins/pom.xml 2012-02-14 17:05:33 UTC (rev 38716)
+++ trunk/central/plugins/pom.xml 2012-02-14 17:10:41 UTC (rev 38717)
@@ -15,7 +15,6 @@
<modules>
<module>org.jboss.tools.central</module>
<module>org.jboss.tools.central.discovery</module>
- <module>org.jboss.tools.community.central</module>
</modules>
</project>
14 years, 1 month
JBoss Tools SVN: r38716 - trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2012-02-14 12:05:33 -0500 (Tue, 14 Feb 2012)
New Revision: 38716
Added:
trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/CdPostProcessor.java
Modified:
trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/ForgeCommandProcessor.java
Log:
JBIDE-10268: Add Support for Forge cd Command
Added: trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/CdPostProcessor.java
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/CdPostProcessor.java (rev 0)
+++ trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/CdPostProcessor.java 2012-02-14 17:05:33 UTC (rev 38716)
@@ -0,0 +1,151 @@
+package org.jboss.tools.forge.ui.console;
+
+import java.util.ArrayList;
+import java.util.Map;
+
+import org.eclipse.core.filesystem.EFS;
+import org.eclipse.core.filesystem.IFileInfo;
+import org.eclipse.core.filesystem.IFileStore;
+import org.eclipse.core.resources.IResource;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.core.runtime.IAdaptable;
+import org.eclipse.core.runtime.IPath;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.jface.viewers.StructuredSelection;
+import org.eclipse.jface.viewers.TreePath;
+import org.eclipse.jface.viewers.TreeViewer;
+import org.eclipse.jface.viewers.Viewer;
+import org.eclipse.rse.ui.view.IRSEViewPart;
+import org.eclipse.rse.ui.view.ISystemViewElementAdapter;
+import org.eclipse.rse.ui.view.SystemAdapterHelpers;
+import org.eclipse.ui.IViewPart;
+import org.eclipse.ui.IWorkbenchPage;
+import org.eclipse.ui.PartInitException;
+import org.eclipse.ui.part.ISetSelectionTarget;
+import org.jboss.tools.forge.ui.ForgeUIPlugin;
+
+
+public class CdPostProcessor implements ForgeCommandPostProcessor {
+
+ protected String getResourceToShow(Map<String, String> commandDetails) {
+ return commandDetails.get("crn");
+ }
+
+ @Override
+ public void postProcess(Map<String, String> commandDetails) {
+ String crn = getResourceToShow(commandDetails);
+ if (crn == null) return;
+ IPath path = new Path(crn);
+ IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(crn));
+ IFileInfo fileInfo = fileStore.fetchInfo();
+ if (!fileInfo.exists()) return;
+ IResource resource = null;
+ if (fileInfo.isDirectory()) {
+ resource = ResourcesPlugin.getWorkspace().getRoot().getContainerForLocation(path);
+ } else {
+ resource = ResourcesPlugin.getWorkspace().getRoot().getFileForLocation(path);
+ }
+ if (resource != null) {
+ show(resource);
+ }
+ show(fileStore);
+ }
+
+ private void show(IFileStore fileStore) {
+ IWorkbenchPage workbenchPage = ForgeCommandPostProcessorHelper.getActiveWorkbenchPage();
+ IViewPart remoteSystemView = workbenchPage.findView("org.eclipse.rse.ui.view.systemView");
+ if (remoteSystemView == null) {
+ try {
+ remoteSystemView = workbenchPage.showView("org.eclipse.rse.ui.view.systemView");
+ } catch (PartInitException e) {
+ ForgeUIPlugin.log(e);
+ }
+ }
+ if (remoteSystemView != null) {
+ expandInRemoteSystemView(remoteSystemView, fileStore);
+ }
+ }
+
+ private void show(IResource resource) {
+ IWorkbenchPage workbenchPage = ForgeCommandPostProcessorHelper.getActiveWorkbenchPage();
+ if (workbenchPage != null) {
+ IViewPart projectExplorer = workbenchPage.findView("org.eclipse.ui.navigator.ProjectExplorer");
+ if (projectExplorer != null) {
+ show(projectExplorer, resource);
+ }
+ IViewPart packageExplorer = workbenchPage.findView("org.eclipse.jdt.ui.PackageExplorer");
+ if (packageExplorer == null && projectExplorer == null) {
+ try {
+ packageExplorer = workbenchPage.showView("org.eclipse.jdt.ui.PackageExplorer");
+ } catch (PartInitException e) {
+ ForgeUIPlugin.log(e);
+ }
+ }
+ if (packageExplorer != null) {
+ show(packageExplorer, resource);
+ }
+ }
+ }
+
+ private void show(IViewPart explorer, IResource resource) {
+ if (explorer instanceof ISetSelectionTarget) {
+ ((ISetSelectionTarget)explorer).selectReveal(new StructuredSelection(resource));
+ }
+ }
+
+ private Viewer getViewer(IViewPart remoteSystemView) {
+ if (remoteSystemView instanceof IRSEViewPart) {
+ return ((IRSEViewPart)remoteSystemView).getRSEViewer();
+ } else {
+ return null;
+ }
+ }
+
+ private ArrayList<String> createSegmentNames(IFileStore fileStore) {
+ ArrayList<String> result = new ArrayList<String>();
+ while (fileStore.getParent() != null) {
+ result.add(0, fileStore.getName());
+ fileStore = fileStore.getParent();
+ }
+ result.add(0, "/");
+ result.add(0, "Root");
+ result.add(0, "Local Files");
+ result.add(0, "Local");
+ return result;
+ }
+
+ private void expandInRemoteSystemView(
+ IViewPart remoteSystemView,
+ IFileStore fileStore) {
+ Viewer viewer = getViewer(remoteSystemView);
+ Object input = viewer.getInput();
+ ArrayList<String> names = createSegmentNames(fileStore);
+ ArrayList<Object> treeSegments = new ArrayList<Object>();
+ for (String name : names) {
+ if (input != null && input instanceof IAdaptable) {
+ ISystemViewElementAdapter adapter = SystemAdapterHelpers.getViewAdapter(input);
+ if (adapter != null) {
+ for (Object object : adapter.getChildren((IAdaptable)input, null)) {
+ if (object instanceof IAdaptable) {
+ adapter = SystemAdapterHelpers.getViewAdapter(object);
+ if (adapter != null && name.equals(adapter.getText(object))) {
+ input = object;
+ treeSegments.add(input);
+ break;
+ }
+ }
+ }
+ }
+ } else {
+ treeSegments.clear();
+ break;
+ }
+ }
+ TreePath treePath = new TreePath(treeSegments.toArray());
+ viewer.setSelection(new StructuredSelection(treePath));
+ if (viewer instanceof TreeViewer) {
+ ((TreeViewer)viewer).expandToLevel(treePath, 1);
+
+ }
+ }
+}
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/CdPostProcessor.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/ForgeCommandProcessor.java
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/ForgeCommandProcessor.java 2012-02-14 17:04:51 UTC (rev 38715)
+++ trunk/forge/plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/console/ForgeCommandProcessor.java 2012-02-14 17:05:33 UTC (rev 38716)
@@ -27,6 +27,7 @@
POST_PROCESSORS.put("pick-up", new PickUpPostProcessor()); // OK
POST_PROCESSORS.put("open", new OpenPostProcessor());
POST_PROCESSORS.put("field", new FieldPostProcessor());
+ POST_PROCESSORS.put("cd", new CdPostProcessor());
}
return POST_PROCESSORS;
}
14 years, 1 month
JBoss Tools SVN: r38715 - in trunk: central/site and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-02-14 12:04:51 -0500 (Tue, 14 Feb 2012)
New Revision: 38715
Modified:
trunk/build/aggregate/site/site.xml
trunk/central/site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-10874 remove org.jboss.tools.community.central per Snjezana
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2012-02-14 17:01:30 UTC (rev 38714)
+++ trunk/build/aggregate/site/site.xml 2012-02-14 17:04:51 UTC (rev 38715)
@@ -22,10 +22,6 @@
<category name="GeneralTools" />
</feature>
<!-- only in JBT -->
- <feature url="features/org.jboss.tools.community.central.feature_0.0.0.jar" id="org.jboss.tools.community.central.feature" version="0.0.0">
- <category name="AbridgedTools" />
- <category name="GeneralTools"/>
- </feature>
<feature url="features/org.jboss.tools.central.discovery.feature_0.0.0.jar" id="org.jboss.tools.central.discovery.feature" version="0.0.0">
</feature>
<feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar" id="org.jboss.tools.richfaces.feature" version="0.0.0">
Modified: trunk/central/site/site.xml
===================================================================
--- trunk/central/site/site.xml 2012-02-14 17:01:30 UTC (rev 38714)
+++ trunk/central/site/site.xml 2012-02-14 17:04:51 UTC (rev 38715)
@@ -8,9 +8,6 @@
</feature>
<feature url="features/org.jboss.tools.central.discovery.feature_0.0.0.jar" id="org.jboss.tools.central.discovery.feature" version="0.0.0">
</feature>
- <feature url="features/org.jboss.tools.community.central.feature_1.0.0.qualifier.jar" id="org.jboss.tools.community.central.feature" version="1.0.0.qualifier">
- <category name="JBoss Central Nightly Build Update Site"/>
- </feature>
<category-def name="JBoss Central Nightly Build Update Site" label="JBoss Central Nightly Build Update Site">
<description>
JBoss Central Nightly Build Update Site: contains all features in this build.
14 years, 1 month
JBoss Tools SVN: r38714 - in trunk/build/aggregate: site and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-02-14 12:01:30 -0500 (Tue, 14 Feb 2012)
New Revision: 38714
Modified:
trunk/build/aggregate/site.properties.xsl
trunk/build/aggregate/site/index.html
trunk/build/aggregate/site/jbosstools-directory.xml
trunk/build/aggregate/soa-site/index.html
trunk/build/aggregate/webtools-site/index.html
Log:
add explanation header to site.properties.xsl so file purpose is more obvious
Modified: trunk/build/aggregate/site/index.html
===================================================================
--- trunk/build/aggregate/site/index.html 2012-02-14 16:43:06 UTC (rev 38713)
+++ trunk/build/aggregate/site/index.html 2012-02-14 17:01:30 UTC (rev 38714)
@@ -80,8 +80,8 @@
</th>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.ide.eclipse.archives.feature_3.2.1.v20111128-2123-H549-M5.jar" style="font-size:x-small">org.jboss.ide.eclipse.archives.feature</a></td>
- <td><span style="font-size:x-small">3.2.1.v20111128-2123-H549-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.archives.feature_3.2.1.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.ide.eclipse.archives.feature</a></td>
+ <td><span style="font-size:x-small">3.2.1.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -89,8 +89,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20111129-1349-H864-M5.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
- <td><span style="font-size:x-small">2.3.0.v20111129-1349-H864-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
+ <td><span style="font-size:x-small">2.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -98,8 +98,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.ide.eclipse.freemarker.feature_1.2.0.v20111129-1517-H517-M5.jar" style="font-size:x-small">org.jboss.ide.eclipse.freemarker.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111129-1517-H517-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.freemarker.feature_1.2.0.v20120208-0324-H658-Beta1.jar" style="font-size:x-small">org.jboss.ide.eclipse.freemarker.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20120208-0324-H658-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -107,15 +107,15 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.birt.feature_1.3.0.v20111129-1517-H549-M5.jar" style="font-size:x-small">org.jboss.tools.birt.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-1517-H549-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.birt.feature_1.3.0.v20120205-0200-H677-Beta1.jar" style="font-size:x-small">org.jboss.tools.birt.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120205-0200-H677-Beta1</span></td>
<td><span style="font-size:x-small">
|
ReportTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.cdi.feature_1.2.0.v20111128-2202-H705-M5.jar" style="font-size:x-small">org.jboss.tools.cdi.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111128-2202-H705-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.cdi.feature_1.2.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.cdi.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -125,8 +125,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.cdi.seam.feature_1.2.0.v20111128-2202-H705-M5.jar" style="font-size:x-small">org.jboss.tools.cdi.seam.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111128-2202-H705-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.cdi.seam.feature_1.2.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.cdi.seam.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -136,66 +136,74 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.central.discovery.feature_1.0.0.v20111129-1654-M5.jar" style="font-size:x-small">org.jboss.tools.central.discovery.feature</a></td>
- <td><span style="font-size:x-small">1.0.0.v20111129-1654-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.central.discovery.feature_1.0.0.v20120208-0323-H299-Beta1.jar" style="font-size:x-small">org.jboss.tools.central.discovery.feature</a></td>
+ <td><span style="font-size:x-small">1.0.0.v20120208-0323-H299-Beta1</span></td>
<td></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.central.feature_1.0.0.v20111129-1654-M5.jar" style="font-size:x-small">org.jboss.tools.central.feature</a></td>
- <td><span style="font-size:x-small">1.0.0.v20111129-1654-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.central.feature_1.0.0.v20120208-0323-H299-Beta1.jar" style="font-size:x-small">org.jboss.tools.central.feature</a></td>
+ <td><span style="font-size:x-small">1.0.0.v20120208-0323-H299-Beta1</span></td>
<td><span style="font-size:x-small">
|
- AbridgedTools</span></td>
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.core.feature_3.3.0.v20111128-1935-H580-M5.jar" style="font-size:x-small">org.jboss.tools.common.core.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-1935-H580-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.core.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.common.core.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.feature_3.3.0.v20111128-1935-H580-M5.jar" style="font-size:x-small">org.jboss.tools.common.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-1935-H580-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.common.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.jdt.feature_3.3.0.v20111129-1446-H581-M5.jar" style="font-size:x-small">org.jboss.tools.common.jdt.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111129-1446-H581-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.jdt.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.common.jdt.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
- AbridgedTools</span></td>
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.mylyn.feature_3.3.0.v20111129-1446-H581-M5.jar" style="font-size:x-small">org.jboss.tools.common.mylyn.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111129-1446-H581-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.mylyn.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.common.mylyn.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
- AbridgedTools</span></td>
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.text.ext.feature_3.3.0.v20111128-1935-H580-M5.jar" style="font-size:x-small">org.jboss.tools.common.text.ext.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-1935-H580-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.text.ext.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.common.text.ext.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.ui.feature_3.3.0.v20111128-1935-H580-M5.jar" style="font-size:x-small">org.jboss.tools.common.ui.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-1935-H580-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.ui.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.common.ui.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.common.verification.feature_3.3.0.v20111128-1935-H580-M5.jar" style="font-size:x-small">org.jboss.tools.common.verification.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-1935-H580-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.common.verification.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.common.verification.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.community.central.feature_1.0.0.v20111129-1654-M5.jar" style="font-size:x-small">org.jboss.tools.community.central.feature</a></td>
- <td><span style="font-size:x-small">1.0.0.v20111129-1654-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.community.central.feature_1.0.0.v20120208-0323-H299-Beta1.jar" style="font-size:x-small">org.jboss.tools.community.central.feature</a></td>
+ <td><span style="font-size:x-small">1.0.0.v20120208-0323-H299-Beta1</span></td>
<td><span style="font-size:x-small">
|
- AbridgedTools</span></td>
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.community.project.examples.feature_1.2.1.v20111129-0333-H483-M5.jar" style="font-size:x-small">org.jboss.tools.community.project.examples.feature</a></td>
- <td><span style="font-size:x-small">1.2.1.v20111129-0333-H483-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.community.project.examples.feature_1.2.1.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.community.project.examples.feature</a></td>
+ <td><span style="font-size:x-small">1.2.1.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -203,38 +211,42 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.deltacloud.feature_1.0.1.v20111129-1534-H771-M5.jar" style="font-size:x-small">org.jboss.tools.deltacloud.feature</a></td>
- <td><span style="font-size:x-small">1.0.1.v20111129-1534-H771-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.forge.feature_1.0.0.v20120208-0327-H509-Beta1.jar" style="font-size:x-small">org.jboss.tools.forge.feature</a></td>
+ <td><span style="font-size:x-small">1.0.0.v20120208-0327-H509-Beta1</span></td>
<td><span style="font-size:x-small">
|
- CloudTools</span></td>
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.forge.feature_1.0.0.v20111128-2128-H377-M5.jar" style="font-size:x-small">org.jboss.tools.forge.feature</a></td>
- <td><span style="font-size:x-small">1.0.0.v20111128-2128-H377-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.gwt.feature_1.0.2.v20120208-0326-H458-Beta1.jar" style="font-size:x-small">org.jboss.tools.gwt.feature</a></td>
+ <td><span style="font-size:x-small">1.0.2.v20120208-0326-H458-Beta1</span></td>
<td><span style="font-size:x-small">
|
- WebTools</span></td>
+ GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.gwt.feature_1.0.2.v20111128-2123-H331-M5.jar" style="font-size:x-small">org.jboss.tools.gwt.feature</a></td>
- <td><span style="font-size:x-small">1.0.2.v20111128-2123-H331-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jmx.feature_1.2.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.jmx.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
+ AbridgedTools</span><span style="font-size:x-small">
+ |
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jmx.feature_1.2.0.v20111128-2126-H506-M5.jar" style="font-size:x-small">org.jboss.tools.jmx.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111128-2126-H506-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jsf.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.jsf.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
|
- GeneralTools</span></td>
+ WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jsf.feature_3.3.0.v20111129-0054-H539-M5.jar" style="font-size:x-small">org.jboss.tools.jsf.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111129-0054-H539-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jst.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.jst.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -242,17 +254,17 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jst.feature_3.3.0.v20111128-2130-H656-M5.jar" style="font-size:x-small">org.jboss.tools.jst.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-2130-H656-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.cdi.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.cdi.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
|
- WebTools</span></td>
+ MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.cdi.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.cdi.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -260,8 +272,8 @@
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.hibernate.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.hibernate.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -269,8 +281,8 @@
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.hibernate.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.hibernate.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.jaxrs.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.jaxrs.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -278,22 +290,24 @@
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.jaxrs.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.jaxrs.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.jbosspackaging.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.jbosspackaging.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.jbosspackaging.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.jbosspackaging.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.jpa.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.jpa.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
+ AbridgedTools</span><span style="font-size:x-small">
+ |
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.jsf.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.jsf.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.jsf.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.jsf.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -301,8 +315,8 @@
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.portlet.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.portlet.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.portlet.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.portlet.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -310,8 +324,8 @@
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.project.examples.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.project.examples.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.project.examples.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.project.examples.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -319,8 +333,8 @@
MavenTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.maven.seam.feature_1.3.0.v20111129-0422-H481-M5.jar" style="font-size:x-small">org.jboss.tools.maven.seam.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0422-H481-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.maven.seam.feature_1.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.maven.seam.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -328,8 +342,8 @@
MavenTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.openshift.egit.integration.feature_2.3.0.v20111129-0828-H71-M5.jar" style="font-size:x-small">org.jboss.tools.openshift.egit.integration.feature</a></td>
- <td><span style="font-size:x-small">2.3.0.v20111129-0828-H71-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.openshift.egit.integration.feature_2.3.0.v20120207-2155-H234-Beta1.jar" style="font-size:x-small">org.jboss.tools.openshift.egit.integration.feature</a></td>
+ <td><span style="font-size:x-small">2.3.0.v20120207-2155-H234-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -337,8 +351,8 @@
CloudTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.openshift.express.feature_2.3.0.v20111129-0828-H71-M5.jar" style="font-size:x-small">org.jboss.tools.openshift.express.feature</a></td>
- <td><span style="font-size:x-small">2.3.0.v20111129-0828-H71-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.openshift.express.feature_2.3.0.v20120207-2155-H234-Beta1.jar" style="font-size:x-small">org.jboss.tools.openshift.express.feature</a></td>
+ <td><span style="font-size:x-small">2.3.0.v20120207-2155-H234-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -346,8 +360,8 @@
CloudTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.portlet.feature_1.2.0.v20111129-0317-H422-M5.jar" style="font-size:x-small">org.jboss.tools.portlet.feature</a></td>
- <td><span style="font-size:x-small">1.2.0.v20111129-0317-H422-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.portlet.feature_1.2.0.v20120208-0209-H498-Beta1.jar" style="font-size:x-small">org.jboss.tools.portlet.feature</a></td>
+ <td><span style="font-size:x-small">1.2.0.v20120208-0209-H498-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -355,8 +369,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.project.examples.feature_1.2.1.v20111129-0333-H483-M5.jar" style="font-size:x-small">org.jboss.tools.project.examples.feature</a></td>
- <td><span style="font-size:x-small">1.2.1.v20111129-0333-H483-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.project.examples.feature_1.2.1.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.project.examples.feature</a></td>
+ <td><span style="font-size:x-small">1.2.1.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -364,8 +378,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.richfaces.feature_3.3.0.v20111129-0054-H539-M5.jar" style="font-size:x-small">org.jboss.tools.richfaces.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111129-0054-H539-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.richfaces.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.richfaces.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -373,36 +387,40 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.as.detector.feature_1.3.0.v20111129-0359-H485-M5.jar" style="font-size:x-small">org.jboss.tools.runtime.as.detector.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0359-H485-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.as.detector.feature_1.3.0.v20120206-2101-H556-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.as.detector.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120206-2101-H556-Beta1</span></td>
<td><span style="font-size:x-small">
|
- AbridgedTools</span></td>
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.core.feature_1.3.0.v20111129-0359-H485-M5.jar" style="font-size:x-small">org.jboss.tools.runtime.core.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0359-H485-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.core.feature_1.3.0.v20120206-2101-H556-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.core.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120206-2101-H556-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.feature_1.3.0.v20111129-0359-H485-M5.jar" style="font-size:x-small">org.jboss.tools.runtime.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0359-H485-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.feature_1.3.0.v20120206-2101-H556-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120206-2101-H556-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.seam.detector.feature_1.3.0.v20111129-0359-H485-M5.jar" style="font-size:x-small">org.jboss.tools.runtime.seam.detector.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20111129-0359-H485-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.seam.detector.feature_1.3.0.v20120206-2101-H556-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.seam.detector.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120206-2101-H556-Beta1</span></td>
<td><span style="font-size:x-small">
|
- AbridgedTools</span></td>
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.seam.feature_3.3.0.v20111129-0200-H683-M5.jar" style="font-size:x-small">org.jboss.tools.seam.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111129-0200-H683-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.seam.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.seam.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -410,8 +428,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.struts.feature_3.3.0.v20111128-2242-H446-M5.jar" style="font-size:x-small">org.jboss.tools.struts.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-2242-H446-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.struts.feature_3.3.0.v20120208-0437-H602-Beta1.jar" style="font-size:x-small">org.jboss.tools.struts.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0437-H602-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -419,15 +437,17 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.usage.feature_1.1.0.v20111128-2116-H463-M5.jar" style="font-size:x-small">org.jboss.tools.usage.feature</a></td>
- <td><span style="font-size:x-small">1.1.0.v20111128-2116-H463-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.usage.feature_1.1.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.usage.feature</a></td>
+ <td><span style="font-size:x-small">1.1.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
- AbridgedTools</span></td>
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.vpe.feature_3.3.0.v20111128-2152-H622-M5.jar" style="font-size:x-small">org.jboss.tools.vpe.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-2152-H622-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.vpe.browsersim.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.vpe.browsersim.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -435,8 +455,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.ws.feature_1.2.2.v20111129-1613-H633-M5.jar" style="font-size:x-small">org.jboss.tools.ws.feature</a></td>
- <td><span style="font-size:x-small">1.2.2.v20111129-1613-H633-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.vpe.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.vpe.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -444,8 +464,8 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.ws.jaxrs.feature_1.2.2.v20111129-1613-H633-M5.jar" style="font-size:x-small">org.jboss.tools.ws.jaxrs.feature</a></td>
- <td><span style="font-size:x-small">1.2.2.v20111129-1613-H633-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.ws.feature_1.2.2.v20120208-0403-H762-Beta1.jar" style="font-size:x-small">org.jboss.tools.ws.feature</a></td>
+ <td><span style="font-size:x-small">1.2.2.v20120208-0403-H762-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -453,8 +473,17 @@
WebTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.xulrunner.feature_3.3.0.v20111128-2152-H622-M5.jar" style="font-size:x-small">org.jboss.tools.xulrunner.feature</a></td>
- <td><span style="font-size:x-small">3.3.0.v20111128-2152-H622-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.ws.jaxrs.feature_1.2.2.v20120208-0403-H762-Beta1.jar" style="font-size:x-small">org.jboss.tools.ws.jaxrs.feature</a></td>
+ <td><span style="font-size:x-small">1.2.2.v20120208-0403-H762-Beta1</span></td>
+ <td><span style="font-size:x-small">
+ |
+ AbridgedTools</span><span style="font-size:x-small">
+ |
+ WebTools</span></td>
+ </tr>
+ <tr style="background-color:
							#EEEEEE
						">
+ <td class="rowLine"><a href="features/org.jboss.tools.xulrunner.feature_3.3.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.jboss.tools.xulrunner.feature</a></td>
+ <td><span style="font-size:x-small">3.3.0.v20120208-0633-Beta1</span></td>
<td></td>
</tr>
<tr style="background-color:#DDDDDD">
@@ -466,8 +495,8 @@
</th>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.hibernate.eclipse.feature_3.4.0.v20111129-1546-H579-M5.jar" style="font-size:x-small">org.hibernate.eclipse.feature</a></td>
- <td><span style="font-size:x-small">3.4.0.v20111129-1546-H579-M5</span></td>
+ <td class="rowLine"><a href="features/org.hibernate.eclipse.feature_3.4.0.v20120208-0633-Beta1.jar" style="font-size:x-small">org.hibernate.eclipse.feature</a></td>
+ <td><span style="font-size:x-small">3.4.0.v20120208-0633-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -479,8 +508,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.mozilla.xulrunner.feature_1.9.218.v20111123-2024-H140-M5.jar" style="font-size:x-small">org.mozilla.xulrunner.feature</a></td>
- <td><span style="font-size:x-small">1.9.218.v20111123-2024-H140-M5</span></td>
+ <td class="rowLine"><a href="features/org.mozilla.xulrunner.feature_1.9.218.v20120208-0633-Beta1.jar" style="font-size:x-small">org.mozilla.xulrunner.feature</a></td>
+ <td><span style="font-size:x-small">1.9.218.v20120208-0633-Beta1</span></td>
<td></td>
</tr>
<tr style="background-color:#DDDDDD">
@@ -501,6 +530,7 @@
<a href="features/" style="font-size:x-small">features</a></td>
<td class="rowLine" colspan="1">
:: <a href="jbosstools-directory.xml" style="font-size:x-small">jbosstools-directory.xml</a>
+ :: <a href="site.properties" style="font-size:x-small">site.properties</a>
</td>
</tr>
Modified: trunk/build/aggregate/site/jbosstools-directory.xml
===================================================================
--- trunk/build/aggregate/site/jbosstools-directory.xml 2012-02-14 16:43:06 UTC (rev 38713)
+++ trunk/build/aggregate/site/jbosstools-directory.xml 2012-02-14 17:01:30 UTC (rev 38714)
@@ -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.v20111129-1654-M5.jar" permitCategories="true"/>
+<entry url="plugins/org.jboss.tools.central.discovery_1.0.0.v20120208-0323-H299-Beta1.jar" permitCategories="true"/>
</directory>
Modified: trunk/build/aggregate/site.properties.xsl
===================================================================
--- trunk/build/aggregate/site.properties.xsl 2012-02-14 16:43:06 UTC (rev 38713)
+++ trunk/build/aggregate/site.properties.xsl 2012-02-14 17:01:30 UTC (rev 38714)
@@ -4,6 +4,9 @@
extension-element-prefixes="saxon">
<xsl:output method="text" indent="yes" />
<xsl:template match="/site">
+# This file lists features in the site. Its purpose is to facilitate publishing JBoss Tools to the Eclipse Marketplace.
+# See http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml and http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.prop...
+#
<xsl:for-each select="category-def">
<xsl:sort select="@name" />
<xsl:variable name="catg"><xsl:value-of select="@name"/></xsl:variable>
Modified: trunk/build/aggregate/soa-site/index.html
===================================================================
--- trunk/build/aggregate/soa-site/index.html 2012-02-14 16:43:06 UTC (rev 38713)
+++ trunk/build/aggregate/soa-site/index.html 2012-02-14 17:01:30 UTC (rev 38714)
@@ -80,22 +80,22 @@
</th>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.savara.tools.feature_2.0.0.v20120123-1527-H349-M6.jar" style="font-size:x-small">org.jboss.savara.tools.feature</a></td>
- <td><span style="font-size:x-small">2.0.0.v20120123-1527-H349-M6</span></td>
+ <td class="rowLine"><a href="features/org.jboss.savara.tools.feature_2.0.0.CR1.jar" style="font-size:x-small">org.jboss.savara.tools.feature</a></td>
+ <td><span style="font-size:x-small">2.0.0.CR1</span></td>
<td><span style="font-size:x-small">
|
SOATools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.bpel.feature_1.1.0.v20120123-1508-H623-Beta1.jar" style="font-size:x-small">org.jboss.tools.bpel.feature</a></td>
- <td><span style="font-size:x-small">1.1.0.v20120123-1508-H623-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.bpel.feature_1.1.0.v20120213-2249-H684-Beta1.jar" style="font-size:x-small">org.jboss.tools.bpel.feature</a></td>
+ <td><span style="font-size:x-small">1.1.0.v20120213-2249-H684-Beta1</span></td>
<td><span style="font-size:x-small">
|
SOATools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.esb.feature_1.5.0.v20120116-0924-H663-Beta1.jar" style="font-size:x-small">org.jboss.tools.esb.feature</a></td>
- <td><span style="font-size:x-small">1.5.0.v20120116-0924-H663-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.esb.feature_1.5.0.v20120210-0409-H751-Beta1.jar" style="font-size:x-small">org.jboss.tools.esb.feature</a></td>
+ <td><span style="font-size:x-small">1.5.0.v20120210-0409-H751-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -103,8 +103,8 @@
SOATools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jbpm.common.feature_4.4.0.v20120123-1518-H608-Beta1.jar" style="font-size:x-small">org.jboss.tools.jbpm.common.feature</a></td>
- <td><span style="font-size:x-small">4.4.0.v20120123-1518-H608-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jbpm.common.feature_4.4.0.v20120131-0656-Beta1.jar" style="font-size:x-small">org.jboss.tools.jbpm.common.feature</a></td>
+ <td><span style="font-size:x-small">4.4.0.v20120131-0656-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -112,8 +112,8 @@
SOATools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jbpm.convert.feature_1.0.0.v20120123-1518-H608-Beta1.jar" style="font-size:x-small">org.jboss.tools.jbpm.convert.feature</a></td>
- <td><span style="font-size:x-small">1.0.0.v20120123-1518-H608-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jbpm.convert.feature_1.0.0.v20120213-2258-H661-Beta1.jar" style="font-size:x-small">org.jboss.tools.jbpm.convert.feature</a></td>
+ <td><span style="font-size:x-small">1.0.0.v20120213-2258-H661-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -121,8 +121,8 @@
SOATools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jbpm3.feature_3.2.1.v20120123-1518-H608-Beta1.jar" style="font-size:x-small">org.jboss.tools.jbpm3.feature</a></td>
- <td><span style="font-size:x-small">3.2.1.v20120123-1518-H608-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jbpm3.feature_3.2.1.v20120131-0656-Beta1.jar" style="font-size:x-small">org.jboss.tools.jbpm3.feature</a></td>
+ <td><span style="font-size:x-small">3.2.1.v20120131-0656-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -130,8 +130,8 @@
SOATools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.jbpm4.feature_4.0.0.v20120123-1518-H608-Beta1.jar" style="font-size:x-small">org.jboss.tools.jbpm4.feature</a></td>
- <td><span style="font-size:x-small">4.0.0.v20120123-1518-H608-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.jbpm4.feature_4.0.0.v20120131-0656-Beta1.jar" style="font-size:x-small">org.jboss.tools.jbpm4.feature</a></td>
+ <td><span style="font-size:x-small">4.0.0.v20120131-0656-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -139,8 +139,8 @@
SOATools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.modeshape.rest.feature_1.1.0.v20120123-1514-H542-Beta1.jar" style="font-size:x-small">org.jboss.tools.modeshape.rest.feature</a></td>
- <td><span style="font-size:x-small">1.1.0.v20120123-1514-H542-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.modeshape.rest.feature_1.1.0.v20120213-2248-H603-Beta1.jar" style="font-size:x-small">org.jboss.tools.modeshape.rest.feature</a></td>
+ <td><span style="font-size:x-small">1.1.0.v20120213-2248-H603-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -148,45 +148,31 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.core.feature_1.3.0.v20120123-0217-H541-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.core.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20120123-0217-H541-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.drools.detector.feature_1.3.0.v20120214-0410-H568-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.drools.detector.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120214-0410-H568-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.drools.detector.feature_1.3.0.v20120123-0217-H541-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.drools.detector.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20120123-0217-H541-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.esb.detector.feature_1.3.0.v20120214-0410-H568-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.esb.detector.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120214-0410-H568-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.esb.detector.feature_1.3.0.v20120123-0217-H541-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.esb.detector.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20120123-0217-H541-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.runtime.jbpm.detector.feature_1.3.0.v20120214-0410-H568-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.jbpm.detector.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120214-0410-H568-Beta1</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.feature_1.3.0.v20120123-0217-H541-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20120123-0217-H541-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jboss.tools.smooks.feature_1.3.0.v20120213-2248-H668-Beta1.jar" style="font-size:x-small">org.jboss.tools.smooks.feature</a></td>
+ <td><span style="font-size:x-small">1.3.0.v20120213-2248-H668-Beta1</span></td>
<td><span style="font-size:x-small">
|
- AbridgedTools</span></td>
- </tr>
- <tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.runtime.jbpm.detector.feature_1.3.0.v20120123-0217-H541-Beta1.jar" style="font-size:x-small">org.jboss.tools.runtime.jbpm.detector.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20120123-0217-H541-Beta1</span></td>
- <td><span style="font-size:x-small">
- |
- AbridgedTools</span></td>
- </tr>
- <tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.jboss.tools.smooks.feature_1.3.0.v20120123-1728-H606-Beta1.jar" style="font-size:x-small">org.jboss.tools.smooks.feature</a></td>
- <td><span style="font-size:x-small">1.3.0.v20120123-1728-H606-Beta1</span></td>
- <td><span style="font-size:x-small">
- |
AbridgedTools</span><span style="font-size:x-small">
|
SOATools</span><span style="font-size:x-small">
@@ -195,13 +181,6 @@
|
GeneralTools</span></td>
</tr>
- <tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.tools.usage.feature_1.1.0.v20120123-1454-H532-Beta1.jar" style="font-size:x-small">org.jboss.tools.usage.feature</a></td>
- <td><span style="font-size:x-small">1.1.0.v20120123-1454-H532-Beta1</span></td>
- <td><span style="font-size:x-small">
- |
- AbridgedTools</span></td>
- </tr>
<tr style="background-color:#DDDDDD">
<th style="font-size:small">Feature</th>
<th style="font-size:small">Version</th>
@@ -211,8 +190,8 @@
</th>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.drools.eclipse.feature_5.2.1.Final.jar" style="font-size:x-small">org.drools.eclipse.feature</a></td>
- <td><span style="font-size:x-small">5.2.1.Final</span></td>
+ <td class="rowLine"><a href="features/org.drools.eclipse.feature_5.3.1.Final.jar" style="font-size:x-small">org.drools.eclipse.feature</a></td>
+ <td><span style="font-size:x-small">5.3.1.Final</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -222,8 +201,8 @@
GeneralTools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.drools.eclipse.task.feature_5.2.1.Final.jar" style="font-size:x-small">org.drools.eclipse.task.feature</a></td>
- <td><span style="font-size:x-small">5.2.1.Final</span></td>
+ <td class="rowLine"><a href="features/org.drools.eclipse.task.feature_5.3.1.Final.jar" style="font-size:x-small">org.drools.eclipse.task.feature</a></td>
+ <td><span style="font-size:x-small">5.3.1.Final</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -231,8 +210,8 @@
SOATools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.guvnor.tools.feature_5.2.1.Final.jar" style="font-size:x-small">org.guvnor.tools.feature</a></td>
- <td><span style="font-size:x-small">5.2.1.Final</span></td>
+ <td class="rowLine"><a href="features/org.guvnor.tools.feature_5.3.1.Final.jar" style="font-size:x-small">org.guvnor.tools.feature</a></td>
+ <td><span style="font-size:x-small">5.3.1.Final</span></td>
<td><span style="font-size:x-small">
|
AbridgedTools</span><span style="font-size:x-small">
@@ -240,20 +219,45 @@
SOATools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.pi4soa.core.feature_3.1.2.v20120123-1450-H216-Beta1.jar" style="font-size:x-small">org.pi4soa.core.feature</a></td>
- <td><span style="font-size:x-small">3.1.2.v20120123-1450-H216-Beta1</span></td>
+ <td class="rowLine"><a href="features/org.jbpm.eclipse.feature_5.3.1.Final.jar" style="font-size:x-small">org.jbpm.eclipse.feature</a></td>
+ <td><span style="font-size:x-small">5.3.1.Final</span></td>
<td><span style="font-size:x-small">
|
+ AbridgedTools</span><span style="font-size:x-small">
+ |
SOATools</span></td>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.savara.tools.feature_2.0.0.v20120123-1527-H349-M6.jar" style="font-size:x-small">org.savara.tools.feature</a></td>
- <td><span style="font-size:x-small">2.0.0.v20120123-1527-H349-M6</span></td>
+ <td class="rowLine"><a href="features/org.jbpm.eclipse.task.feature_5.3.1.Final.jar" style="font-size:x-small">org.jbpm.eclipse.task.feature</a></td>
+ <td><span style="font-size:x-small">5.3.1.Final</span></td>
<td><span style="font-size:x-small">
|
+ AbridgedTools</span><span style="font-size:x-small">
+ |
SOATools</span></td>
</tr>
<tr style="background-color:
							#FFFFFF
						">
+ <td class="rowLine"><a href="features/org.pi4soa.core.feature_3.1.2.v20120211-0849-H229-Beta1.jar" style="font-size:x-small">org.pi4soa.core.feature</a></td>
+ <td><span style="font-size:x-small">3.1.2.v20120211-0849-H229-Beta1</span></td>
+ <td><span style="font-size:x-small">
+ |
+ SOATools</span></td>
+ </tr>
+ <tr style="background-color:
							#EEEEEE
						">
+ <td class="rowLine"><a href="features/org.savara.tools.feature_2.0.0.CR1.jar" style="font-size:x-small">org.savara.tools.feature</a></td>
+ <td><span style="font-size:x-small">2.0.0.CR1</span></td>
+ <td><span style="font-size:x-small">
+ |
+ SOATools</span></td>
+ </tr>
+ <tr style="background-color:
							#FFFFFF
						">
+ <td class="rowLine"><a href="features/org.savara.tools.incubator.feature_2.0.0.CR1.jar" style="font-size:x-small">org.savara.tools.incubator.feature</a></td>
+ <td><span style="font-size:x-small">2.0.0.CR1</span></td>
+ <td><span style="font-size:x-small">
+ |
+ SOATools</span></td>
+ </tr>
+ <tr style="background-color:
							#EEEEEE
						">
<td class="rowLine"><a href="features/org.switchyard.tools.feature_0.4.0.v20120118-1940-H46-CI.jar" style="font-size:x-small">org.switchyard.tools.feature</a></td>
<td><span style="font-size:x-small">0.4.0.v20120118-1940-H46-CI</span></td>
<td><span style="font-size:x-small">
@@ -262,23 +266,23 @@
|
SOATools</span></td>
</tr>
- <tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.teiid.datatools.connectivity.feature_7.7.0.v20120123-1546-H901-Beta1.jar" style="font-size:x-small">org.teiid.datatools.connectivity.feature</a></td>
- <td><span style="font-size:x-small">7.7.0.v20120123-1546-H901-Beta1</span></td>
+ <tr style="background-color:
							#FFFFFF
						">
+ <td class="rowLine"><a href="features/org.teiid.datatools.connectivity.feature_7.7.0.v20120214-0320-H958-Beta1.jar" style="font-size:x-small">org.teiid.datatools.connectivity.feature</a></td>
+ <td><span style="font-size:x-small">7.7.0.v20120214-0320-H958-Beta1</span></td>
<td><span style="font-size:x-small">
|
DataTools</span></td>
</tr>
- <tr style="background-color:
							#FFFFFF
						">
- <td class="rowLine"><a href="features/org.teiid.designer.feature_7.7.0.v20120123-1546-H901-Beta1.jar" style="font-size:x-small">org.teiid.designer.feature</a></td>
- <td><span style="font-size:x-small">7.7.0.v20120123-1546-H901-Beta1</span></td>
+ <tr style="background-color:
							#EEEEEE
						">
+ <td class="rowLine"><a href="features/org.teiid.designer.feature_7.7.0.v20120214-0320-H958-Beta1.jar" style="font-size:x-small">org.teiid.designer.feature</a></td>
+ <td><span style="font-size:x-small">7.7.0.v20120214-0320-H958-Beta1</span></td>
<td><span style="font-size:x-small">
|
DataTools</span></td>
</tr>
- <tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.teiid.designer.runtime.feature_7.7.0.v20120123-1546-H901-Beta1.jar" style="font-size:x-small">org.teiid.designer.runtime.feature</a></td>
- <td><span style="font-size:x-small">7.7.0.v20120123-1546-H901-Beta1</span></td>
+ <tr style="background-color:
							#FFFFFF
						">
+ <td class="rowLine"><a href="features/org.teiid.designer.runtime.feature_7.7.0.v20120214-0320-H958-Beta1.jar" style="font-size:x-small">org.teiid.designer.runtime.feature</a></td>
+ <td><span style="font-size:x-small">7.7.0.v20120214-0320-H958-Beta1</span></td>
<td><span style="font-size:x-small">
|
DataTools</span></td>
Modified: trunk/build/aggregate/webtools-site/index.html
===================================================================
--- trunk/build/aggregate/webtools-site/index.html 2012-02-14 16:43:06 UTC (rev 38713)
+++ trunk/build/aggregate/webtools-site/index.html 2012-02-14 17:01:30 UTC (rev 38714)
@@ -1,6 +1,6 @@
<html>
<head>
-<title>JBoss Tools - Web Tools Nightly Build Update Site</title>
+<title>JBoss Tools - Web Tools - Nightly Build Update Site</title>
<style>
@import url("http://download.jboss.org/jbosstools/updates/web/site.css");
</style>
@@ -21,7 +21,7 @@
<tr>
<td>      </td>
<td>
- <h2 class="title">JBoss Tools - Web Tools Nightly Build Update Site</h2>
+ <h2 class="title">JBoss Tools - Web Tools - Nightly Build Update Site</h2>
<table width="100%">
<tr class="header">
<td class="sub-header" width="100%"><span>Latest Build</span></td>
@@ -80,8 +80,8 @@
</th>
</tr>
<tr style="background-color:
							#EEEEEE
						">
- <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20111123-1119-H853-M5.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
- <td><span style="font-size:x-small">2.3.0.v20111123-1119-H853-M5</span></td>
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20120214-1033-H1054-Beta1.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
+ <td><span style="font-size:x-small">2.3.0.v20120214-1033-H1054-Beta1</span></td>
<td><span style="font-size:x-small">
|
org.eclipse.wst.server.core.serverAdapter</span></td>
@@ -104,6 +104,7 @@
<a href="features/" style="font-size:x-small">features</a></td>
<td class="rowLine" colspan="1">
+ :: <a href="site.properties" style="font-size:x-small">site.properties</a>
</td>
</tr>
14 years, 1 month
JBoss Tools SVN: r38713 - branches/jbosstools-3.2.x/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-02-14 11:43:06 -0500 (Tue, 14 Feb 2012)
New Revision: 38713
Modified:
branches/jbosstools-3.2.x/build/target-platform/jbds.target
branches/jbosstools-3.2.x/build/target-platform/multiple.target
branches/jbosstools-3.2.x/build/target-platform/unified.target
Log:
update to newer versions
Modified: branches/jbosstools-3.2.x/build/target-platform/jbds.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/jbds.target 2012-02-14 16:33:02 UTC (rev 38712)
+++ branches/jbosstools-3.2.x/build/target-platform/jbds.target 2012-02-14 16:43:06 UTC (rev 38713)
@@ -27,7 +27,7 @@
<unit id="org.eclipse.net4j.jms.api" version="3.0.0.v20110215-1551"/>
<!-- Orbit bundles -->
- <unit id="javax.wsdl" version="1.5.1.v201005080630"/>
+ <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.apache.commons.codec" version="1.3.0.v20100518-1140"/>
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target 2012-02-14 16:33:02 UTC (rev 38712)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target 2012-02-14 16:43:06 UTC (rev 38713)
@@ -30,7 +30,7 @@
<unit id="org.eclipse.net4j.jms.api" version="3.0.0.v20110215-1551"/>
<!-- Orbit bundles -->
- <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
+ <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.apache.commons.codec" version="1.3.0.v20100518-1140"/>
@@ -178,7 +178,7 @@
<unit version="2.1.0.v20100606-1530-7A2-AkF7AG8PBU3BRLA" id="org.eclipse.m2m.qvt.oml.runtime.feature.group"/> -->
<unit id="org.eclipse.jst.jee" version="1.0.303.v201103311600"/>
- <unit id="org.eclipse.wst.common.frameworks" version="1.2.0.v201003040800"/>
+ <unit id="org.eclipse.wst.common.frameworks" version="1.2.1.v201107271600"/>
<unit id="org.eclipse.wst.common.project.facet.ui" version="1.4.103.v201101271715"/>
<unit id="org.eclipse.jst.jee.web" version="1.0.301.v201007070907"/>
<unit id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group" version="3.2.2.v201008170019-377AB8s73533J5J759F"/>
@@ -187,32 +187,32 @@
<unit id="org.eclipse.jst.ws.cxf.feature.feature.group" version="1.0.3.v201103270854-7H777FFAKlRiQX8jSbaqy878J"/>
<unit id="org.eclipse.jpt.feature.feature.group" version="2.3.4.v201104192310-7N7UF77FD3wTgcVbmmf0cT"/>
<unit id="org.eclipse.wst.common.fproj.feature.group" version="3.2.3.v201101121727-377AC8s73543C6H4A5H"/>
- <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group" version="3.2.4.v201104201417-7b7HHfYFSK2WDvSHB0pTyNZ7TpYo"/>
- <unit id="org.eclipse.wst.web_ui.feature.feature.group" version="3.2.4.v201103170600-7O7CFbbEMf84sL-GEz-v6KOf-MfOa4C140IylMHO"/>
+ <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group" version="3.2.5.v201106132200-7b7HHfhFSK2WDz0PpH9pI1fZ1SqXo"/>
+ <unit id="org.eclipse.wst.web_ui.feature.feature.group" version="3.2.5.v201106202200-7O7CFbkEMh85uP7HEu14Kh3cBrW8KjPtJu9LnZDO"/>
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.2.5.v201106160200-7H7AFUeDxumQJP58ph_R_6rz0oA8uNCN3V3QuPL"/>
<unit id="org.eclipse.wst.xsl.feature.feature.group" version="1.1.3.v201102102045-7S7WFASFIpS-21NUD58xfPVDTLR"/>
<unit id="org.eclipse.wst.jsdt.feature.feature.group" version="1.2.5.v201109150410-7E79FICFBBoPbWQsbUQ1Vw"/>
- <unit id="org.eclipse.jsf.feature.feature.group" version="3.2.4.v201104182301-7E7I7CF9JgLWPN-X2DIHK"/>
+ <unit id="org.eclipse.jsf.feature.feature.group" version="3.2.4.v201104182301-7E7I7DF9JgLWPN4Y0DCCH"/>
<unit id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group" version="1.0.0.v201005241530-5--AkF7B77NBZBgBg"/>
<unit id="org.eclipse.jst.ws.jaxws.feature.feature.group" version="1.0.2.v201103270854-7E777DF8NcJSTJwUFS1_i"/>
- <unit id="org.eclipse.jst.enterprise_core.feature.feature.group" version="3.2.3.v201102071500-52FMUAkF7B87PAT8SA8"/>
+ <unit id="org.eclipse.jst.enterprise_core.feature.feature.group" version="3.2.5.v201106132200-52FMWAkF7B97_AN7T98"/>
<unit id="org.eclipse.jst.server_adapters.ext.feature.feature.group" version="3.2.5.v20110729_1202-777HFGTCcNBDjBfIW4BA8"/>
<unit id="org.eclipse.jst.server_adapters.feature.feature.group" version="3.2.3.v201104191412-208Z7w31211419"/>
<unit id="org.eclipse.jst.server_core.feature.feature.group" version="3.2.4.v20110323-31FA38s73543B4E"/>
<unit id="org.eclipse.jst.server_ui.feature.feature.group" version="3.2.4.v20110323-7A5FEn9xFc7TCFKWBBINHK43A"/>
- <unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.2.4.v201103231838-7F77FJcC25Tkfz-8pggwPyqQj55b71NDjuB2IcyF"/>
- <unit id="org.eclipse.jsf.feature.source.feature.group" version="3.2.4.v201104182301-7E7I7CF9JgLWPN-X2DIHK"/>
+ <unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.2.5.v201106160200-7F77FJfC25Tkfz-UplgtV0qd47wahfl47v01Hy6N"/>
+ <unit id="org.eclipse.jsf.feature.source.feature.group" version="3.2.4.v201104182301-7E7I7DF9JgLWPN4Y0DCCH"/>
<unit id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group" version="1.1.6.v201101212357-67K3BgJ9DJAPEUCSKQ"/>
<unit id="org.eclipse.jst.webpageeditor.feature.feature.group" version="2.3.3.v201104182301-4619oB5865D8I2331"/>
<unit id="org.eclipse.wst.ws_wsdl15.feature.feature.group" version="1.5.300.v201005241450-2407w312116191741"/>
- <unit id="org.eclipse.wst.common_core.feature.feature.group" version="3.2.4.v201103101400-7B7DFEuF7RZHOaLjSqMqRK"/>
- <unit id="org.eclipse.wst.common_ui.feature.feature.group" version="3.2.4.v201103101400-7C78FPmEdhO_oXYe4k_elbMkTrNrSL"/>
+ <unit id="org.eclipse.wst.common_core.feature.feature.group" version="3.2.5.v201106210700-7B7DFEzF7RZHOcL1T1OsNJ"/>
+ <unit id="org.eclipse.wst.common_ui.feature.feature.group" version="3.2.5.v201106210700-7C78FPpEdhO_pXpe8kUjodM2U2PtOK"/>
<unit id="org.eclipse.wst.server_adapters.feature.feature.group" version="3.2.1.v201104191422-51EoAkF77g8HBSc"/>
<unit id="org.eclipse.wst.server_core.feature.feature.group" version="3.2.5.v20110729_1202-30F8_8s73553F4Ga264A"/>
- <unit id="org.eclipse.wst.server_ui.feature.feature.group" version="3.2.4.v20110323-7B4FDgAtJcbuEKOlpFPMJIjBD33"/>
+ <unit id="org.eclipse.wst.server_ui.feature.feature.group" version="3.2.5.v20110706-7B4FDjAtJcbvEUOhPIVXVLjBD5B"/>
<unit id="org.eclipse.wst.web_core.feature.feature.group" version="3.2.5.v201106202200-7E7AFIFAJtn6XO60yNSJscPbXtKGSp"/>
- <unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.2.4.v201103170600-7I78FZLEtEoO4cC9yKz-eSNz0B07ngOrgut6FPKH"/>
- <unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.2.4.v201103231834-7C7OFXfF7RZHQLInN2MhWd"/>
+ <unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.2.5.v201106290347-7I78FZQEtEoO5cPA1JxhcPCH921EtwZ4BwF9vODO"/>
+ <unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.2.5.v201106160200-7C7OFXjF7RZHQLJ2MBN7XY"/>
<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.4.2.v201012211742"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target 2012-02-14 16:33:02 UTC (rev 38712)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target 2012-02-14 16:43:06 UTC (rev 38713)
@@ -30,7 +30,7 @@
<unit id="org.eclipse.net4j.jms.api" version="3.0.0.v20110215-1551"/>
<!-- Orbit bundles -->
- <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
+ <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.apache.commons.codec" version="1.3.0.v20100518-1140"/>
@@ -178,7 +178,7 @@
<unit version="2.1.0.v20100606-1530-7A2-AkF7AG8PBU3BRLA" id="org.eclipse.m2m.qvt.oml.runtime.feature.group"/> -->
<unit id="org.eclipse.jst.jee" version="1.0.303.v201103311600"/>
- <unit id="org.eclipse.wst.common.frameworks" version="1.2.0.v201003040800"/>
+ <unit id="org.eclipse.wst.common.frameworks" version="1.2.1.v201107271600"/>
<unit id="org.eclipse.wst.common.project.facet.ui" version="1.4.103.v201101271715"/>
<unit id="org.eclipse.jst.jee.web" version="1.0.301.v201007070907"/>
<unit id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group" version="3.2.2.v201008170019-377AB8s73533J5J759F"/>
@@ -187,32 +187,32 @@
<unit id="org.eclipse.jst.ws.cxf.feature.feature.group" version="1.0.3.v201103270854-7H777FFAKlRiQX8jSbaqy878J"/>
<unit id="org.eclipse.jpt.feature.feature.group" version="2.3.4.v201104192310-7N7UF77FD3wTgcVbmmf0cT"/>
<unit id="org.eclipse.wst.common.fproj.feature.group" version="3.2.3.v201101121727-377AC8s73543C6H4A5H"/>
- <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group" version="3.2.4.v201104201417-7b7HHfYFSK2WDvSHB0pTyNZ7TpYo"/>
- <unit id="org.eclipse.wst.web_ui.feature.feature.group" version="3.2.4.v201103170600-7O7CFbbEMf84sL-GEz-v6KOf-MfOa4C140IylMHO"/>
+ <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group" version="3.2.5.v201106132200-7b7HHfhFSK2WDz0PpH9pI1fZ1SqXo"/>
+ <unit id="org.eclipse.wst.web_ui.feature.feature.group" version="3.2.5.v201106202200-7O7CFbkEMh85uP7HEu14Kh3cBrW8KjPtJu9LnZDO"/>
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.2.5.v201106160200-7H7AFUeDxumQJP58ph_R_6rz0oA8uNCN3V3QuPL"/>
<unit id="org.eclipse.wst.xsl.feature.feature.group" version="1.1.3.v201102102045-7S7WFASFIpS-21NUD58xfPVDTLR"/>
<unit id="org.eclipse.wst.jsdt.feature.feature.group" version="1.2.5.v201109150410-7E79FICFBBoPbWQsbUQ1Vw"/>
- <unit id="org.eclipse.jsf.feature.feature.group" version="3.2.4.v201104182301-7E7I7CF9JgLWPN-X2DIHK"/>
+ <unit id="org.eclipse.jsf.feature.feature.group" version="3.2.4.v201104182301-7E7I7DF9JgLWPN4Y0DCCH"/>
<unit id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group" version="1.0.0.v201005241530-5--AkF7B77NBZBgBg"/>
<unit id="org.eclipse.jst.ws.jaxws.feature.feature.group" version="1.0.2.v201103270854-7E777DF8NcJSTJwUFS1_i"/>
- <unit id="org.eclipse.jst.enterprise_core.feature.feature.group" version="3.2.3.v201102071500-52FMUAkF7B87PAT8SA8"/>
+ <unit id="org.eclipse.jst.enterprise_core.feature.feature.group" version="3.2.5.v201106132200-52FMWAkF7B97_AN7T98"/>
<unit id="org.eclipse.jst.server_adapters.ext.feature.feature.group" version="3.2.5.v20110729_1202-777HFGTCcNBDjBfIW4BA8"/>
<unit id="org.eclipse.jst.server_adapters.feature.feature.group" version="3.2.3.v201104191412-208Z7w31211419"/>
<unit id="org.eclipse.jst.server_core.feature.feature.group" version="3.2.4.v20110323-31FA38s73543B4E"/>
<unit id="org.eclipse.jst.server_ui.feature.feature.group" version="3.2.4.v20110323-7A5FEn9xFc7TCFKWBBINHK43A"/>
- <unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.2.4.v201103231838-7F77FJcC25Tkfz-8pggwPyqQj55b71NDjuB2IcyF"/>
- <unit id="org.eclipse.jsf.feature.source.feature.group" version="3.2.4.v201104182301-7E7I7CF9JgLWPN-X2DIHK"/>
+ <unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.2.5.v201106160200-7F77FJfC25Tkfz-UplgtV0qd47wahfl47v01Hy6N"/>
+ <unit id="org.eclipse.jsf.feature.source.feature.group" version="3.2.4.v201104182301-7E7I7DF9JgLWPN4Y0DCCH"/>
<unit id="org.eclipse.wst.xml.xpath2.processor.feature.feature.group" version="1.1.6.v201101212357-67K3BgJ9DJAPEUCSKQ"/>
<unit id="org.eclipse.jst.webpageeditor.feature.feature.group" version="2.3.3.v201104182301-4619oB5865D8I2331"/>
<unit id="org.eclipse.wst.ws_wsdl15.feature.feature.group" version="1.5.300.v201005241450-2407w312116191741"/>
- <unit id="org.eclipse.wst.common_core.feature.feature.group" version="3.2.4.v201103101400-7B7DFEuF7RZHOaLjSqMqRK"/>
- <unit id="org.eclipse.wst.common_ui.feature.feature.group" version="3.2.4.v201103101400-7C78FPmEdhO_oXYe4k_elbMkTrNrSL"/>
+ <unit id="org.eclipse.wst.common_core.feature.feature.group" version="3.2.5.v201106210700-7B7DFEzF7RZHOcL1T1OsNJ"/>
+ <unit id="org.eclipse.wst.common_ui.feature.feature.group" version="3.2.5.v201106210700-7C78FPpEdhO_pXpe8kUjodM2U2PtOK"/>
<unit id="org.eclipse.wst.server_adapters.feature.feature.group" version="3.2.1.v201104191422-51EoAkF77g8HBSc"/>
<unit id="org.eclipse.wst.server_core.feature.feature.group" version="3.2.5.v20110729_1202-30F8_8s73553F4Ga264A"/>
- <unit id="org.eclipse.wst.server_ui.feature.feature.group" version="3.2.4.v20110323-7B4FDgAtJcbuEKOlpFPMJIjBD33"/>
+ <unit id="org.eclipse.wst.server_ui.feature.feature.group" version="3.2.5.v20110706-7B4FDjAtJcbvEUOhPIVXVLjBD5B"/>
<unit id="org.eclipse.wst.web_core.feature.feature.group" version="3.2.5.v201106202200-7E7AFIFAJtn6XO60yNSJscPbXtKGSp"/>
- <unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.2.4.v201103170600-7I78FZLEtEoO4cC9yKz-eSNz0B07ngOrgut6FPKH"/>
- <unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.2.4.v201103231834-7C7OFXfF7RZHQLInN2MhWd"/>
+ <unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.2.5.v201106290347-7I78FZQEtEoO5cPA1JxhcPCH921EtwZ4BwF9vODO"/>
+ <unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.2.5.v201106160200-7C7OFXjF7RZHQLJ2MBN7XY"/>
<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.4.2.v201012211742"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
14 years, 1 month
JBoss Tools SVN: r38712 - branches/jbosstools-3.2.x/build/parent.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-02-14 11:33:02 -0500 (Tue, 14 Feb 2012)
New Revision: 38712
Modified:
branches/jbosstools-3.2.x/build/parent/pom.xml
Log:
bump from 4.1.2 -> 4.1.3 in case we ever do a new 4.1.3 release
Modified: branches/jbosstools-3.2.x/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/build/parent/pom.xml 2012-02-14 16:20:57 UTC (rev 38711)
+++ branches/jbosstools-3.2.x/build/parent/pom.xml 2012-02-14 16:33:02 UTC (rev 38712)
@@ -16,7 +16,7 @@
<tychoVersion>0.10.0</tychoVersion>
<scmBranch>branches/jbosstools-3.2.x</scmBranch>
<JBT_VERSION>3.2.3</JBT_VERSION>
- <JBDS_VERSION>4.1.2</JBDS_VERSION>
+ <JBDS_VERSION>4.1.3</JBDS_VERSION>
<BUILD_ALIAS>M</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
14 years, 1 month
JBoss Tools SVN: r38711 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-02-14 11:20:57 -0500 (Tue, 14 Feb 2012)
New Revision: 38711
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/DeleteApplicationAction.java
Log:
cleanup for better readability
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/DeleteApplicationAction.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/DeleteApplicationAction.java 2012-02-14 16:16:44 UTC (rev 38710)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/DeleteApplicationAction.java 2012-02-14 16:20:57 UTC (rev 38711)
@@ -5,6 +5,7 @@
import org.eclipse.core.runtime.Status;
import org.eclipse.core.runtime.jobs.Job;
import org.eclipse.jface.dialogs.MessageDialog;
+import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.ITreeSelection;
import org.eclipse.swt.widgets.Display;
import org.eclipse.ui.ISharedImages;
@@ -32,7 +33,7 @@
*/
@Override
public void run() {
- if (selection != null && selection instanceof ITreeSelection && ((ITreeSelection)selection).getFirstElement() instanceof IApplication) {
+ if (isApplication(selection)) {
final IApplication application = (IApplication) ((ITreeSelection)selection).getFirstElement();
final String appName = application.getName();
final boolean confirm = MessageDialog
@@ -60,4 +61,10 @@
}
}
+ private boolean isApplication(ISelection selection) {
+ return selection != null
+ && selection instanceof ITreeSelection
+ && ((ITreeSelection)selection).getFirstElement() instanceof IApplication;
+ }
+
}
14 years, 1 month
JBoss Tools SVN: r38710 - in trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui: wizard and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: xcoulon
Date: 2012-02-14 11:16:44 -0500 (Tue, 14 Feb 2012)
New Revision: 38710
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/RemoveConnectionActionProvider.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/CredentialsWizardPage.java
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java
Log:
fixed - JBIDE-10854 - Project Configuration UI issues
https://issues.jboss.org/browse/JBIDE-10854
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/RemoveConnectionActionProvider.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/RemoveConnectionActionProvider.java 2012-02-14 16:11:11 UTC (rev 38709)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/RemoveConnectionActionProvider.java 2012-02-14 16:16:44 UTC (rev 38710)
@@ -31,7 +31,7 @@
public static class DeleteConnectionAction extends AbstractAction {
public DeleteConnectionAction() {
- super("Delete Connection");
+ super("Disconnect");
}
@Override
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-02-14 16:11:11 UTC (rev 38709)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-02-14 16:16:44 UTC (rev 38710)
@@ -25,6 +25,8 @@
import org.eclipse.core.databinding.observable.value.ValueChangeEvent;
import org.eclipse.core.databinding.validation.MultiValidator;
import org.eclipse.core.databinding.validation.ValidationStatus;
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
@@ -767,11 +769,10 @@
"The application name must not contain spaces.");
}
}
- for (IApplication application : pageModel.getExistingApplications()) {
- if (application.getName().equalsIgnoreCase(applicationName)) {
- return new Status(IStatus.ERROR, OpenShiftUIActivator.PLUGIN_ID,
- "An application with the same name already exists on OpenShift.");
- }
+ final IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(applicationName);
+ if(project.exists()) {
+ return new Status(IStatus.ERROR, OpenShiftUIActivator.PLUGIN_ID,
+ "A project with the same name already exists in the workspace.");
}
return ValidationStatus.ok();
}
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/CredentialsWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/CredentialsWizardPage.java 2012-02-14 16:11:11 UTC (rev 38709)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/CredentialsWizardPage.java 2012-02-14 16:16:44 UTC (rev 38710)
@@ -61,7 +61,7 @@
private Text passwordText = null;
public CredentialsWizardPage(IWizard wizard, IUserAwareModel wizardModel) {
- super("Server connection", "Please provide your OpenShift Express credentials.", "Server Connection",
+ super("OpenShift Connection", "Please provide your OpenShift Express credentials.", "Server Connection",
wizard);
this.pageModel = new CredentialsWizardPageModel(wizardModel);
}
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java 2012-02-14 16:11:11 UTC (rev 38709)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java 2012-02-14 16:16:44 UTC (rev 38710)
@@ -59,7 +59,7 @@
private Text existingProjectNameText = null;
public ProjectAndServerAdapterSettingsWizardPage(IWizard wizard, IOpenShiftExpressWizardModel wizardModel) {
- super("Setup Project",
+ super("Setup Project for OpenShift application '" + wizardModel.getApplicationName() + "'",
"Configure your project and server adapter settings, then click 'next' or 'finish'.",
"Project Configuration", wizard);
this.pageModel = new ProjectAndServerAdapterSettingsWizardPageModel(wizardModel);
@@ -96,7 +96,7 @@
// existing project
Label existingProjectLabel = new Label(projectGroup, SWT.NONE);
- existingProjectLabel.setText("Use the existing project");
+ existingProjectLabel.setText("Use existing project:");
GridDataFactory.fillDefaults().align(SWT.FILL, SWT.CENTER).span(1, 1).grab(false, false)
.indent(10, 0).applyTo(existingProjectLabel);
@@ -137,7 +137,7 @@
adapter.setProposals(getOpenProjectsInWorkspace());
Button browseProjectsButton = new Button(projectGroup, SWT.NONE);
- browseProjectsButton.setText("Browse");
+ browseProjectsButton.setText("Browse...");
GridDataFactory.fillDefaults().align(SWT.LEFT, SWT.CENTER).hint(100, SWT.DEFAULT).span(1, 1).grab(false, false)
.applyTo(browseProjectsButton);
browseProjectsButton.addSelectionListener(onBrowseProjects());
@@ -198,7 +198,7 @@
GridLayoutFactory.fillDefaults().numColumns(3).spacing(12, 8).applyTo(c);
final Button serverAdapterCheckbox = new Button(c, SWT.CHECK);
- serverAdapterCheckbox.setText("Create a new Server Adapter");
+ serverAdapterCheckbox.setText("Create and setup a server for easy publishing");
serverAdapterCheckbox
.setToolTipText("This Server Adapter will let you publish your local changes onto OpenShift, right from your Eclipse workbench.");
GridDataFactory.fillDefaults().span(3, 1).align(SWT.FILL, SWT.CENTER).grab(true, false)
14 years, 1 month