diff --git a/rowan/components/Deployment.ston b/rowan/components/Deployment.ston index 214dd09..f988a2f 100644 --- a/rowan/components/Deployment.ston +++ b/rowan/components/Deployment.ston @@ -1,7 +1,7 @@ RwSimpleProjectLoadComponentV2 { #name : 'Deployment', #postloadDoitName : 'scripts/deploymentPostLoad', - #projectNames : [ 'Kepler' ], + #projectNames : [ 'Kepler', 'SortFunctions' ], #componentNames : [ ], #packageNames : [ 'Sagan-Core', diff --git a/rowan/projects/SortFunctions.ston b/rowan/projects/SortFunctions.ston new file mode 100644 index 0000000..c008dc2 --- /dev/null +++ b/rowan/projects/SortFunctions.ston @@ -0,0 +1,10 @@ +RwLoadSpecificationV2 { + #specName: 'SortFunctions', + #projectName : 'SortFunctions', + #gitUrl : 'https://github.com/ba-st-dependencies/SortFunctions.git', + #revision : 'v1', + #projectSpecFile : 'rowan/project.ston', + #componentNames : [ + 'Deployment' + ] +}