Eclipse workspace changes

We introduced two more projects:

  • de.metas.shipper.gateway.dhl
  • de.metas.shipper.gateway.dpd

Be sure to add 'em to your workspace.

We introduced:

  • de.metas.payment.sepa.base
  • de.metas.payment.sepa.schema.* projects
1 Like

We addressed a problem of having multiple c3p0.properties and application.properties in the classpath and reorganized a bit.
To the following should help you to catch up with your IDE:

The project

  • report-service (metasfresh/de.metas.report/report-service)
    is gone and needs to be removed from the workspace

Instead we now have the projects

  • metasfresh-report-service
  • metasfresh-report-service-standalone
    that need to be imported. Particularly metasfresh-report-service is required.

The projects

  • metasfresh-material-dispo-service (metasfresh\de.metas.material\dispo-service)
  • de.metas.printing.rest-api-impl (mf_master\metasfresh\de.metas.printing.rest-api-imp)
    have no more src/main/resources, which had in my case to be removed from eclipse manually

We introduced

  • de.metas.serviceprovider
  • de.metas.issue.tracking.github
  • de.metas.issue.tracking.everhour

Hi y’all,
we mono-repo’de the following repos all into https://github.com/metasfresh/metasfresh :

  • metasfresh-webui-api
  • metasfresh-dist
  • metasfresh-procurement-webui
  • metasfresh-webui-frontend (javascript - probably not relevant within eclipse)
  • metasfresh-parent
  • metasfresh-admin
  • metasfresh-edi
  • metasfresh-e2e

As a typical eclipse-user you will probably want to create a new eclipse-workspace and import

  • misc/parent-pom
  • backend

Best regards
Tobi

We extracted some code from backend and moved it to misc/de-metas-common.
that change is now in master, be sure to update your workspaces.

We renamed
de.metas.adempiere.libero.libero
to
de.metas.manufacturing

and in addition introduced
de.metas.manufacturing.rest-api