Skip to content

Commit 1aa5efc

Browse files
committed
Merge pull request #31 from WASdev/packaging_fixups
No longer using installUtility
2 parents 88cac0e + b659c05 commit 1aa5efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)