File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ task packageLars {
248248 delegate. manifest {
249249 attribute(name : ' Provide-Feature' , value : ' ' ) // The sample doesn't provide anything
250250 attribute(name : ' Require-Feature' , value : requireFeatureValue) // All the features the sample depends on
251- attribute(name : ' Sample-Type' , value : ' thirdParty' ) // Tell install utility this is a 'sample'
251+ // attribute(name: 'Sample-Type', value: 'thirdParty') // Needed by installUtility, but we're not currently using that.
252252 attribute(name : ' Archive-Content-Type' , value : ' sample' )
253253 attribute(name : ' Archive-Root' , value : ' wlp/usr/' ) // This needs to be set to ensure that sample is uploaded to the repository correctly
254254 attribute(name : ' License-Agreement' , value : ' lafiles/LA' ) // should contain a file called en.html
You can’t perform that action at this time.
0 commit comments