Skip to content
Snippets Groups Projects
Commit 6cea8876 authored by Johannes Frey's avatar Johannes Frey
Browse files

Update extractionToPlugin.sh

parent 2c961277
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ function name_to_variant { ...@@ -32,8 +32,8 @@ function name_to_variant {
function merge_to_artifact { function merge_to_artifact {
case $1 in case $1 in
"instance-types-transitive") echo "instance-types";; "instance-types-transitive") echo "instance-types";;
"mappingbased-objects-disjoint-domain" echo "mappingbased-objects";; "mappingbased-objects-disjoint-domain") echo "mappingbased-objects";;
"mappingbased-objects-disjoint-range" echo "mappingbased-objects";; "mappingbased-objects-disjoint-range") echo "mappingbased-objects";;
*) echo $1;; *) echo $1;;
esac esac
...@@ -42,8 +42,8 @@ function merge_to_artifact { ...@@ -42,8 +42,8 @@ function merge_to_artifact {
function additional_content_variants { function additional_content_variants {
case $1 in case $1 in
"instance-types-transitive") echo "_transitive";; "instance-types-transitive") echo "_transitive";;
"mappingbased-objects-disjoint-domain" echo "_disjointDomain";; "mappingbased-objects-disjoint-domain") echo "_disjointDomain";;
"mappingbased-objects-disjoint-range" echo "_disjointRange";; "mappingbased-objects-disjoint-range") echo "_disjointRange";;
*) echo "";; *) echo "";;
esac esac
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment