eclipse-aaspe / package-explorer

AASX Package Explorer
Other
44 stars 12 forks source link

Wrong relationship type in the package xml files #172

Closed quickhdsdcIPA closed 4 months ago

quickhdsdcIPA commented 4 months ago

Hi, I notice the latest release [AASX Package Explorer V3 2023-11-17.alpha] still creates AASX file with old relationship types. RELATIONSHIP_TYPE_AASX_ORIGIN = "http://www.admin-shell.io/aasx/relationships/aasx-origin" RELATIONSHIP_TYPE_AAS_SPEC = "http://www.admin-shell.io/aasx/relationships/aas-spec" RELATIONSHIP_TYPE_AAS_SPEC_SPLIT = "http://www.admin-shell.io/aasx/relationships/aas-spec-split" RELATIONSHIP_TYPE_AAS_SUPL = "http://www.admin-shell.io/aasx/relationships/aas-suppl"

The new one should be RELATIONSHIP_TYPE_AASX_ORIGIN = "http://admin-shell.io/aasx/relationships/aasx-origin" RELATIONSHIP_TYPE_AAS_SPEC = "http://admin-shell.io/aasx/relationships/aas-spec" RELATIONSHIP_TYPE_AAS_SPEC_SPLIT = "http://admin-shell.io/aasx/relationships/aas-spec-split" RELATIONSHIP_TYPE_AAS_SUPL = "http://admin-shell.io/aasx/relationships/aas-suppl"

WelliSolutions commented 4 months ago

The latest release is now 2024-02-27. Find it in the old repo under Releases.

quickhdsdcIPA commented 4 months ago

Thank you!