File tree Expand file tree Collapse file tree
features/org.eclipse.payara.tools
plugins/org.eclipse.payara.tools/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 @@ -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