Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-17002 add new Patch connector for Java 8 support in PDE/JDT/m2e/WTP >> jbosstools-4.1.x #151

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.
35 changes: 35 additions & 0 deletions jbosstools/org.jboss.tools.central.discovery/plugin.xml
Expand Up @@ -43,6 +43,41 @@ 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.m2e.logback.feature"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't we say logback and m2e.sdk should not be listed ?

@fbricon ^

<iu id="org.eclipse.m2e.sdk.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