From 3af52d9f93fd383c8fefb118d1b255e1880315cb Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Fri, 16 Jul 2010 11:41:34 -0700 Subject: add meta-files about 3rd party projects Change-Id: Idadf71f9935d34f95e7df68a3ffb59e0d8f154b8 --- ThirdPartyProject.prop | 9 +++++++++ src/org/apache/commons/codec/ThirdPartyProject.prop | 10 ++++++++++ src/org/apache/commons/logging/ThirdPartyProject.prop | 10 ++++++++++ 3 files changed, 29 insertions(+) create mode 100644 ThirdPartyProject.prop create mode 100644 src/org/apache/commons/codec/ThirdPartyProject.prop create mode 100644 src/org/apache/commons/logging/ThirdPartyProject.prop diff --git a/ThirdPartyProject.prop b/ThirdPartyProject.prop new file mode 100644 index 0000000..53360a3 --- /dev/null +++ b/ThirdPartyProject.prop @@ -0,0 +1,9 @@ +# Copyright 2010 Google Inc. All Rights Reserved. +#Fri Jul 16 10:03:08 PDT 2010 +currentVersion=4 +version=16/07/2008 +isNative=false +name=apache_commons_httpcomponents +keywords=apache commons httpcomponents +onDevice=true +homepage=http\://www.apache.org/dist/httpcomponents/httpclient/ diff --git a/src/org/apache/commons/codec/ThirdPartyProject.prop b/src/org/apache/commons/codec/ThirdPartyProject.prop new file mode 100644 index 0000000..036945c --- /dev/null +++ b/src/org/apache/commons/codec/ThirdPartyProject.prop @@ -0,0 +1,10 @@ +# Copyright 2010 Google Inc. All Rights Reserved. +#Fri Jul 16 10:03:08 PDT 2010 +currentVersion=1.4 +version=1.3 +isNative=false +feedurl=http\://commons.apache.org/codec/changes-report.html +name=apache_commons_codec +keywords=apache commons codec +onDevice=true +homepage=http\://commons.apache.org/codec/ diff --git a/src/org/apache/commons/logging/ThirdPartyProject.prop b/src/org/apache/commons/logging/ThirdPartyProject.prop new file mode 100644 index 0000000..988c487 --- /dev/null +++ b/src/org/apache/commons/logging/ThirdPartyProject.prop @@ -0,0 +1,10 @@ +# Copyright 2010 Google Inc. All Rights Reserved. +#Fri Jul 16 10:03:08 PDT 2010 +currentVersion=1.1.1 +version=1.1.1 +isNative=false +feedurl=http\://commons.apache.org/logging/RELEASE-NOTES.txt +name=apache_commons_logging +keywords=apache commons logging +onDevice=true +homepage=http\://commons.apache.org/logging/ -- cgit v1.1