core-jgi/org.idempiere.p2.targetplat.../README.md

978 B

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.