| # Copyright 2017 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # To create CIPD package run the following command. |
| # cipd create --pkg-def cipd.yaml -tag version:$(cat version.txt) |
| package: chromium/third_party/sqlite4java |
| description: sqlite4java Java library |
| data: |
| - file: lib/sqlite4java.jar |
| - file: lib/linux-x86/libsqlite4java.so |
| - file: lib/linux-x86_64/libsqlite4java.so |
| - file: lib/mac-x86_64/libsqlite4java.jnilib |
| - file: lib/windows-x86/sqlite4java.dll |
| - file: lib/windows-x86_64/sqlite4java.dll |