summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof KosiƄski <krzysio@google.com>2022-11-21 19:34:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-11-21 19:34:34 +0000
commitebfb572c531d275bacc8701ef7d3141807ee5f25 (patch)
treeb87e743b5021b2215ec626c84de22e9822be7883
parenta7fd31970b38d7f84f807d7462518e1a9d70ef1c (diff)
parent7f7c4e8ce2c5b07d6f2649206c3a7ce701b046c3 (diff)
downloadjarjar-ebfb572c531d275bacc8701ef7d3141807ee5f25.tar.gz
Merge "Add information to METADATA file."
-rw-r--r--METADATA11
1 files changed, 11 insertions, 0 deletions
diff --git a/METADATA b/METADATA
index d97975c..11534d0 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,14 @@
+name: "jarjar"
+description:
+ "Utility that makes it easy to repackage Java libraries and embed them into "
+ "your own distribution"
+
third_party {
+ url {
+ type: GIT
+ value: "https://github.com/google/jarjar.git"
+ }
+ version: "1.4"
+ last_upgrade_date { year: 2014 month: 6 day: 17 }
license_type: NOTICE
}