forked from adaptris-labs/build-parent-json-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-project.json
22 lines (22 loc) · 1.66 KB
/
config-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name" : "jetty-json-csv",
"variableSets" : {
"default" : { },
"local-dev" : { }
},
"variableXpaths" : {
"/adapter/channel-list/channel[unique-id=\"JSON-CSV\"]/auto-start" : "${jetty.channel.autostart}",
"/adapter/channel-list/channel[unique-id=\"JSON-CSV\"]/workflow-list/thread-context-workflow[unique-id=\"receive-csv-return-json\"]/service-collection/services/add-metadata-service[unique-id=\"add-build-metadata\"]/metadata-element[2]/value" : "${build.version}",
"/adapter/channel-list/channel[unique-id=\"JSON-CSV\"]/workflow-list/thread-context-workflow[unique-id=\"receive-json-return-csv\"]/service-collection/services/add-metadata-service[unique-id=\"add-build-metadata\"]/metadata-element[2]/value" : "${build.version}",
"/adapter/channel-list/channel[unique-id=\"JSON-CSV\"]/workflow-list/thread-context-workflow[unique-id=\"receive-csv-return-json\"]/service-collection/services/add-metadata-service[unique-id=\"add-build-metadata\"]/metadata-element[1]/value" : "${interlok.core.version}",
"/adapter/channel-list/channel[unique-id=\"JSON-CSV\"]/workflow-list/thread-context-workflow[unique-id=\"receive-json-return-csv\"]/service-collection/services/add-metadata-service[unique-id=\"add-build-metadata\"]/metadata-element[1]/value" : "${interlok.core.version}"
},
"uidInXincludeCompntListFileName" : false,
"xincludeXpaths" : { },
"additionalFiles" : {
"bootstrap.properties" : "bootstrap.properties",
"log4j2.xml" : "log4j2.xml"
},
"optionalComponentsInUse" : [ "com.adaptris:interlok-csv-json:4.3.0-RELEASE", "com.adaptris:interlok-csv:4.3.0-RELEASE", "com.adaptris:interlok-json:4.3.0-RELEASE" ],
"structured" : true
}