9c7713fa8d
* IDEMPIERE-5448 Can't launch unit test with Eclipse 2022-09 - upgrade to tycho 3.1.0-SNAPSHOT - set maven compiler source and target level to 11 - upgrade to junit 5.9.1 * IDEMPIERE-5448 Can't launch unit test with Eclipse 2022-09 - Change tycho version to 3.0.3 * IDEMPIERE-5448 2023 June Platform Update * IDEMPIERE-5448 2023 June Platform Update - Explicitly set target, source and release level to JavaSE 11 * IDEMPIERE-5448 2023 June Platform Update - Use 3.0.5-SNAPSHOT to fix stack overflow error. * IDEMPIERE-5448 2023 June Platform Update - Change source, target and release level to JDK 17 - Update target platform name to idempiere-230620 * IDEMPIERE-5448 2023 June Platform Update - Fix LogFactory ClassNotFound exception with Eclipse 2023-06 |
||
---|---|---|
.. | ||
.project | ||
README.md | ||
build.properties | ||
feature.xml | ||
pom.xml |
README.md
How to Update feature.xml
- Setup iDempiere development workspace for Eclipse. The Eclipse workspace should have no build errors.
- Using the feature project wizard, create a new feature for the target platform. You will remove this project at the end so just give it an arbitrary name.
- In the plugin selection page, the plugins listed are the ones in your target platform together with your workspace plugin projects.
- Select Initialize from the plugin list and Select all plugins.
- De-select your workspace plugins(org.idempiere., org.adempiere., org.compiere.* and org.apache.ecs).
- De-select platform launcher plugins (org.eclipse.equinox.launcher.* for macos, linux and win32).
- At feature.xml editor, switch to Included Features tab and add org.eclipse.equinox.executable feature.
- Replace includes and plugin entries in feature.xml with include and plugin entries from the newly created feature.xml.
- Remove the newly created feature project.