summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/developing/eclipse-adt.jd
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-11-02 17:40:27 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-02 17:40:27 -0700
commit36a1bcee76d35636b4050674eb98285c3a3a6c2f (patch)
tree97a597653fbdd9729a279072d421a8e6ca32c0a8 /docs/html/guide/developing/eclipse-adt.jd
parenteda78ceaffb234c37b11e69602d020e4bb28ca83 (diff)
parentf1e134ba6ae61353e431e5e95b7d4520c82edc9d (diff)
downloadframeworks_base-36a1bcee76d35636b4050674eb98285c3a3a6c2f.zip
frameworks_base-36a1bcee76d35636b4050674eb98285c3a3a6c2f.tar.gz
frameworks_base-36a1bcee76d35636b4050674eb98285c3a3a6c2f.tar.bz2
Merge "Doc change: Update uses-feature and permissions docs." into froyo
Diffstat (limited to 'docs/html/guide/developing/eclipse-adt.jd')
-rw-r--r--docs/html/guide/developing/eclipse-adt.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/developing/eclipse-adt.jd b/docs/html/guide/developing/eclipse-adt.jd
index d0fc9b8..1594159 100644
--- a/docs/html/guide/developing/eclipse-adt.jd
+++ b/docs/html/guide/developing/eclipse-adt.jd
@@ -392,11 +392,11 @@ which you could make use of library projects: </p>
<ul>
<li>If you are developing multiple related applications that use some of the
-same components, you move the redundant components out of their respective
+same components, you could move the redundant components out of their respective
application projects and create a single, reuseable set of the same components
in a library project. </li>
<li>If you are creating an application that exists in both free and paid
-versions. You move the part of the application that is common to both versions
+versions, you could move the part of the application that is common to both versions
into a library project. The two dependent projects, with their different package
names, will reference the library project and provide only the difference
between the two application versions.</li>