Skip to content

Commit

Permalink
Remove 005-standard-functions.xml object
Browse files Browse the repository at this point in the history
Its time has not yet come. We'll return to this object later.
  • Loading branch information
mederly committed Mar 24, 2023
1 parent 9326dc8 commit beeb52b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16013,13 +16013,6 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="00000000-0000-0000-0000-000000001005">
<xsd:annotation>
<xsd:appinfo>
<jaxb:typesafeEnumMember name="STANDARD_FUNCTIONS"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ public void initSystem(Task initTask, OperationResult initResult) throws Excepti
modelService.postInit(initResult);
ManualConnectorInstance.setRandomDelayRange(0);

repoAdd(STANDARD_FUNCTIONS, initResult);

// Users
userAdministrator = repoAddObjectFromFile(USER_ADMINISTRATOR_FILE, UserType.class, initResult);
repoAddObjectFromFile(ROLE_SUPERUSER_FILE, initResult);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ public interface CommonInitialObjects {

String FUNCTION_LIBRARY = INITIAL_OBJECTS + "/function-library";

TestObject<ArchetypeType> STANDARD_FUNCTIONS = TestObject.classPath(
FUNCTION_LIBRARY, "005-standard-functions.xml", SystemObjectsType.STANDARD_FUNCTIONS.value());

TestObject<ArchetypeType> ARCHETYPE_REPORT = TestObject.classPath(
ARCHETYPES, "059-archetype-report.xml", SystemObjectsType.ARCHETYPE_REPORT.value());

Expand Down

This file was deleted.

0 comments on commit beeb52b

Please sign in to comment.