File tree Expand file tree Collapse file tree
org.eclipse.payara.tools.everything
org.eclipse.payara.tools.source
org.eclipse.payara.tools.jver/META-INF
org.eclipse.payara.tools.ui/META-INF
org.eclipse.payara.tools/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2- <feature id =" org.eclipse.payara.tools.everything" label =" Payara Tools Build Wrapper" provider-name =" Eclipse.org - Payara Tools" version =" 1.4.2 .qualifier" >
2+ <feature id =" org.eclipse.payara.tools.everything" label =" Payara Tools Build Wrapper" provider-name =" Eclipse.org - Payara Tools" version =" 1.4.3 .qualifier" >
33
44 <includes id =" org.eclipse.payara.tools" version =" 0.0.0" />
55 <includes id =" org.eclipse.payara.tools.source" version =" 0.0.0" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2- <feature id =" org.eclipse.payara.tools.source" label =" %featureName" provider-name =" %providerName" version =" 1.4.2 .qualifier" >
2+ <feature id =" org.eclipse.payara.tools.source" label =" %featureName" provider-name =" %providerName" version =" 1.4.3 .qualifier" >
33
44 <description >
55 %featureDescription
Original file line number Diff line number Diff line change 22<feature
33 id =" org.eclipse.payara.tools"
44 label =" %featureName"
5- version =" 1.4.2 .qualifier"
5+ version =" 1.4.3 .qualifier"
66 provider-name =" %providerName"
77 plugin =" org.eclipse.payara.tools" >
88
3131 <import feature =" org.eclipse.sapphire.platform" version =" 9.1" match =" compatible" />
3232 <import feature =" org.eclipse.sapphire.ui" version =" 9.1" match =" compatible" />
3333 <import feature =" org.eclipse.sapphire.ui.swt.xml.editor" version =" 9.1" match =" compatible" />
34- <import feature =" org.eclipse.m2e.feature" version =" 1.15" match =" compatible " />
34+ <import feature =" org.eclipse.m2e.feature" version =" 1.15" match =" greaterOrEqual " />
3535 <import plugin =" org.apache.xerces" />
3636 <import plugin =" org.apache.ant" />
3737 <import plugin =" org.eclipse.core.externaltools" />
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
33Bundle-Name : %BundleName
44Bundle-Vendor : %BundleVendor
55Bundle-SymbolicName : org.eclipse.payara.tools.jver
6- Bundle-Version : 1.4.2 .qualifier
6+ Bundle-Version : 1.4.3 .qualifier
77Bundle-Localization : bundle
88Bundle-RequiredExecutionEnvironment : JavaSE-1.8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : org.eclipse.payara.tools.ui;singleton:=true
5- Bundle-Version : 1.4.2 .qualifier
5+ Bundle-Version : 1.4.3 .qualifier
66Bundle-ActivationPolicy : lazy
77Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88Bundle-Localization : plugin
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : org.eclipse.payara.tools;singleton:=true
5- Bundle-Version : 1.4.2 .qualifier
5+ Bundle-Version : 1.4.3 .qualifier
66Bundle-Localization : plugin
77Bundle-Activator : org.eclipse.payara.tools.PayaraToolsPlugin
88Bundle-Vendor : %providerName
@@ -41,14 +41,8 @@ Require-Bundle:
4141 org.eclipse.jem.util,
4242 org.eclipse.m2e.core,
4343 org.junit,
44- org.junit.platform.commons,
45- org.junit.platform.engine,
46- org.junit.platform.launcher,
47- org.junit.platform.runner,
48- org.junit.platform.suite.api,
4944 org.hamcrest.core,
50- org.opentest4j,
51- org.apiguardian
45+ org.opentest4j
5246Bundle-ActivationPolicy : lazy
5347Export-Package : org.eclipse.payara.tools;
5448 uses:="org.eclipse.debug.core,
Original file line number Diff line number Diff line change 8585 <create-inventory eclipse =" ${.target}" dest =" ${build.dir}/repository/temp/max-platform-inventory.txt" />
8686 </with-target >
8787
88- <set-bundle-version-constraints
88+ <!-- <set-bundle-version-constraints
8989 minPlatformInventory="${build.dir}/repository/temp/min-platform-inventory.txt"
9090 targetPlatformInventory="${build.dir}/repository/temp/max-platform-inventory.txt"
9191 pluginsDirectory="${build.dir}/repository/temp"
9292 excludes="${require.bundle.version.constraint.excludes}"
93- rules =" ${require.bundle.version.constraint.rules}" />
93+ rules="${require.bundle.version.constraint.rules}"/>-->
9494
9595 <!-- Stage 5 -->
9696
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ org.eclipse.m2e.sdk.feature.feature.group
1414
1515rep.eclipse.m2e-1.8 = https://download.eclipse.org/technology/m2e/releases/1.8/
1616rep.eclipse.m2e-1.8.0 = https://download.eclipse.org/technology/m2e/releases/1.8/1.8.0.20170516-2043/
17- rep.eclipse.m2e-1.15 = https://download.eclipse.org/technology/m2e/releases/1.15/ 1.15.0.20200310-1746 /
17+ rep.eclipse.m2e-1.15 = https://raw.githubusercontent.com/payara/ecosystem-eclipse-plugin/release-artifacts/repository/libs/m2e/ 1.15/
1818
1919rep.eclipse.m2e-latest = ${rep.eclipse.m2e-1.15}
You can’t perform that action at this time.
0 commit comments