Skip to content

Commit

Permalink
JBIDE-17002 add new Patch connector for Java 8 support in PDE/JDT/m2e…
Browse files Browse the repository at this point in the history
…/WTP

Signed-off-by: Mickael Istria <mistria@redhat.com>
  • Loading branch information
nickboldt authored and mickaelistria committed Apr 15, 2014
1 parent 5ca2f2a commit eab76de
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.building.and.testing.txt
Expand Up @@ -57,7 +57,7 @@ or
-DUPDATE_SITE=http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio.product_71/all/repo/ \
-DEXTRAS_SITE=http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/

3. Install Eclipse (eg., 4.3.1 Kepler SR1 JEE bundle)
3. Install Eclipse (eg., 4.3.2 Kepler SR2 JEE bundle)

4. Launch Eclipse:

Expand All @@ -81,7 +81,7 @@ or

To test a site built w/ Jenkins:

1. Install Eclipse (eg., 4.3.1 Kepler SR1 JEE bundle)
1. Install Eclipse (eg., 4.3.2 Kepler SR2 JEE bundle)

2. Launch Eclipse:

Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.central.discovery;singleton:=true
Bundle-Version: 1.2.200.qualifier
Bundle-Version: 1.2.201.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.discovery.core;bundle-version="3.6.0"
Bundle-ActivationPolicy: lazy
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions jbosstools/org.jboss.tools.central.discovery/plugin.xml
Expand Up @@ -43,6 +43,39 @@ reasonable, reporting issues to these providers as required.</description>

<!-- use connectorCategory relevance value to sort from largest (80) to smallest (20) -->

<!-- Java 8 -->

<connectorCategory
description="Java 8"
id="org.jboss.tools.central.discovery.a.a.patches"
name="Java 8"
relevance="90">
<group id="org.jboss.tools.central.discovery.a.a.patches" />
</connectorCategory>

<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.a.a.patches"
groupId="org.jboss.tools.central.discovery.a.a.patches"
description="Java 8 support java, web, plugin and maven development"
id="org.jboss.tools.java8"
kind="task"
license="EPL, Other (Free)"
name="Java 8 support"
provider="eclipse.org"
siteUrl="http://download.jboss.org/jbosstools/updates/requirements/kepler/java8/">
<iu id="org.eclipse.jdt.a2.java8patch"/>
<iu id="org.eclipse.jdt.java8patch"/>
<iu id="org.eclipse.jst.common.fproj.enablement.jdt.feature.patch"/>
<iu id="org.eclipse.m2e.feature"/>
<iu id="org.eclipse.pde.java8patch"/>
<icon
image32="images/java_32.png">
</icon>
<overview
url=" http://www.eclipse.org/downloads/java8/">
</overview>
</connectorDescriptor>

<!-- a. Mobile Development -->

<connectorCategory
Expand Down
2 changes: 1 addition & 1 deletion jbosstools/org.jboss.tools.central.discovery/pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.central.plugins</groupId>
<artifactId>org.jboss.tools.central.discovery</artifactId>
<version>1.2.200-SNAPSHOT</version>
<version>1.2.201-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down

0 comments on commit eab76de

Please sign in to comment.