core-jgi/org.idempiere.p2.targetplat...
Carlos Ruiz dd7b63aa0d
IDEMPIERE-5523 Release 10 Peace (#1624)
- move master to release-11 development build
2022-12-24 00:20:49 +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-5314 Add support to create local target platform mirror (#1362) 2022-06-22 16:30:01 +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-5523 Release 10 Peace (#1624) 2022-12-24 00:20:49 +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.*, org.apache.ecs, etc).
    • De-select platform launcher plugins (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.