Skip to content

Commit

Permalink
Axiom: Renamed axiom-lang to axiom-model
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Jun 11, 2020
1 parent 6e6a1f4 commit 912611e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Expand Up @@ -11,10 +11,7 @@
import org.jetbrains.annotations.NotNull;

import com.evolveum.axiom.api.AxiomName;
import com.evolveum.axiom.api.AxiomValue;
import com.evolveum.axiom.api.AxiomValueFactory;
import com.evolveum.axiom.api.ComplexValueImpl;
import com.evolveum.axiom.api.SimpleValue;
import com.evolveum.axiom.api.schema.AxiomItemDefinition;
import com.evolveum.axiom.api.schema.AxiomSchemaContext;
import com.evolveum.axiom.api.schema.AxiomTypeDefinition;
Expand Down Expand Up @@ -42,7 +39,7 @@ public class ModelReactorContext extends

private static final AxiomName ROOT = AxiomName.from("root", "root");

private static final String AXIOM_LANG_RESOURCE = "/axiom-lang.axiom";
private static final String AXIOM_LANG_RESOURCE = "/axiom-model.axiom";
private static final String AXIOM_BUILTIN_RESOURCE = "/axiom-base-types.axiom";

private static final Lazy<AxiomModelStatementSource> BASE_LANGUAGE_SOURCE = Lazy.from(() -> {
Expand Down
@@ -1,4 +1,4 @@
model axiom-lang {
model axiom-model {

namespace "https://schema.evolveum.com/ns/axiom/model";

Expand Down

0 comments on commit 912611e

Please sign in to comment.