diff --git a/rowan/components/Deployment.ston b/rowan/components/Deployment.ston index 2719c53..7e1a583 100644 --- a/rowan/components/Deployment.ston +++ b/rowan/components/Deployment.ston @@ -3,7 +3,8 @@ RwSimpleProjectLoadComponentV2 { #projectNames : [ 'Bell', 'Buoy', - 'INI-Parser' + 'INI-Parser', + 'SortFunctions' ], #componentNames : [ ], #packageNames : [ 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' + ] +}