diff --git a/src/suit/build.gradle b/src/suit/build.gradle index e544c4d..a5de4a7 100644 --- a/src/suit/build.gradle +++ b/src/suit/build.gradle @@ -13,7 +13,11 @@ dependencies { } jar { - includes = ['edu/caltech/ipac/**/*'] + includes = ['edu/caltech/ipac/**/*', 'web-fragment.xml'] + + from("$rootDir/config/web-fragment.xml") { + into 'META-INF' + } } onlinehelp { diff --git a/src/suit/html/ts.html b/src/suit/html/ts.html index 19ffa00..4169f0e 100644 --- a/src/suit/html/ts.html +++ b/src/suit/html/ts.html @@ -11,7 +11,7 @@ app: { template: 'LightCurveViewer', // set to use the light curve template menu: [ - {label:'Upload', action:'LCUpload'} + {label:'Upload', action:'LCUpload'}, {label:'Help', action:'app_data.helpLoad', type:'COMMAND'}, ], }