core-jgi/org.idempiere.p2.targetplat...
hieplq 0ea6a0352b IDEMPIERE-5980:spring-jcl make conflict between an export and import (slow down start idempiere on some condition) (#2175)
* IDEMPIERE-5980:spring-jcl make conflict between an export and import (slow down start idempiere on some condition)
2024-01-06 12:06:44 +01:00
..
.project IDEMPIERE-5314 Add support to create local target platform mirror (#1362) 2022-06-22 16:30:01 +02:00
README.md IDEMPIERE-5448 2023 June Platform Update (#1531) 2023-06-21 13:44:18 +02:00
build.properties IDEMPIERE-5314 Add support to create local target platform mirror (#1362) 2022-06-22 16:30:01 +02:00
feature.xml IDEMPIERE-5980:spring-jcl make conflict between an export and import (slow down start idempiere on some condition) (#2175) 2024-01-06 12:06:44 +01:00
pom.xml IDEMPIERE-5314 Add support to create local target platform mirror (#1362) 2022-06-22 16:30:01 +02:00

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.