From 9b552652dc73369d4fad8a0b6c16d88196e00fd2 Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Thu, 3 Jun 2021 09:41:23 +0200 Subject: [PATCH] Identifying ExtendedMetaData with http instead of https is crucial --- de.hftstuttgart.cityunits.model/model/Quantities.ecore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de.hftstuttgart.cityunits.model/model/Quantities.ecore b/de.hftstuttgart.cityunits.model/model/Quantities.ecore index 4bb2f9a..537a85e 100644 --- a/de.hftstuttgart.cityunits.model/model/Quantities.ecore +++ b/de.hftstuttgart.cityunits.model/model/Quantities.ecore @@ -4,7 +4,7 @@ <eClassifiers xsi:type="ecore:EDataType" name="QuantityDouble" instanceClassName="de.hftstuttgart.cityunits.model.NullableQuantity"/> <eClassifiers xsi:type="ecore:EDataType" name="QuantityLong" instanceClassName="de.hftstuttgart.cityunits.model.NullableQuantity"/> <eClassifiers xsi:type="ecore:EDataType" name="Fraction" instanceClassName="java.lang.Double"> - <eAnnotations source="https:///org/eclipse/emf/ecore/util/ExtendedMetaData"> + <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="minInclusive" value="0.0"/> <details key="maxInclusive" value="1.0"/> </eAnnotations> -- GitLab