diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2010-07-16 11:41:34 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2010-07-16 11:41:34 -0700 |
commit | 3cb0a1255c395895fe34ce01c279b88103200ccb (patch) | |
tree | 5ae65e941f252cb286ac4192840594c291dac827 | |
parent | 2e9f166eba309e50c1c1f52ff8d2694f058ab2cf (diff) | |
download | external_apache-http-3cb0a1255c395895fe34ce01c279b88103200ccb.zip external_apache-http-3cb0a1255c395895fe34ce01c279b88103200ccb.tar.gz external_apache-http-3cb0a1255c395895fe34ce01c279b88103200ccb.tar.bz2 |
add meta-files about 3rd party projects
Change-Id: Idadf71f9935d34f95e7df68a3ffb59e0d8f154b8
-rw-r--r-- | ThirdPartyProject.prop | 9 | ||||
-rw-r--r-- | src/org/apache/commons/codec/ThirdPartyProject.prop | 10 | ||||
-rw-r--r-- | src/org/apache/commons/logging/ThirdPartyProject.prop | 10 |
3 files changed, 29 insertions, 0 deletions
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/ |