Skip to content

Commit

Permalink
Fix difference between core and data service.
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Labordus <[email protected]>
  • Loading branch information
Dennis Labordus committed Sep 15, 2022
1 parent d9f5a8d commit ab6d160
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ public class CompasExtensionsConstants {
public static final String XML_DEFAULT_NS_PREFIX = "compas";
public static final String COMPAS_EXTENSION_NS_URI = "https://www.lfenergy.org/compas/extension/v1";
public static final String COMPAS_SCL_EXTENSION_TYPE = "compas_scl";
public static final String COMPAS_SCL_NAME_EXTENSION = "SclName";
public static final String COMPAS_SCL_FILE_TYPE_EXTENSION = "SclFileType";
public static final String COMPAS_LABELS_EXTENSION = "Labels";
public static final String COMPAS_LABEL_EXTENSION = "Label";
public static final String JAXB_CONTEXT_PATH = "org.lfenergy.compas.scl.extensions.model";
}

0 comments on commit ab6d160

Please sign in to comment.