diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2010-07-16 11:55:35 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-07-16 11:55:35 -0700 |
commit | 18a021c6d6e877e28ac55ffe2d06b7563605c7a0 (patch) | |
tree | 71f42b78c014c588d405246e0766dee4a1c52d4a /src | |
parent | 5648c97be2c515bdafeff3d8a4b07ea0ddc3e357 (diff) | |
parent | 3cb0a1255c395895fe34ce01c279b88103200ccb (diff) | |
download | external_apache-http-18a021c6d6e877e28ac55ffe2d06b7563605c7a0.zip external_apache-http-18a021c6d6e877e28ac55ffe2d06b7563605c7a0.tar.gz external_apache-http-18a021c6d6e877e28ac55ffe2d06b7563605c7a0.tar.bz2 |
am 3cb0a125: add meta-files about 3rd party projects
Merge commit '3cb0a1255c395895fe34ce01c279b88103200ccb'
* commit '3cb0a1255c395895fe34ce01c279b88103200ccb':
add meta-files about 3rd party projects
Diffstat (limited to 'src')
-rw-r--r-- | src/org/apache/commons/codec/ThirdPartyProject.prop | 10 | ||||
-rw-r--r-- | src/org/apache/commons/logging/ThirdPartyProject.prop | 10 |
2 files changed, 20 insertions, 0 deletions
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/ |