Skip to content

Commit

Permalink
Updated configuration for Astrid to use subtree projects for Android …
Browse files Browse the repository at this point in the history
…libraries
  • Loading branch information
Tim Su committed Jan 18, 2011
1 parent 9b26d90 commit 8af6d11
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 35 deletions.
2 changes: 1 addition & 1 deletion api/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

android.library=true
# Project target.
target=android-3
target=android-4
1 change: 1 addition & 0 deletions astrid/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
<classpathentry exported="true" kind="lib" path="libs/todoroo-g.jar"/>
<classpathentry kind="lib" path="libs/framework.jar"/>
<classpathentry kind="src" path="astridApi_src"/>
<classpathentry kind="src" path="GreenDroid_src"/>
<classpathentry kind="output" path="ecbuild"/>
</classpath>
5 changes: 5 additions & 0 deletions astrid/.project
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
<linkedResources>
<link>
<name>GreenDroid_src</name>
<type>2</type>
<locationURI>_android_GreenDroid_612cb559/src</locationURI>
</link>
<link>
<name>astridApi_src</name>
<type>2</type>
Expand Down
3 changes: 2 additions & 1 deletion astrid/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

# Indicates whether an apk should be generated for each density.
split.density=false
android.library.reference.1=../../astridApi/
android.library.reference.1=../api/
# Project target.
target=android-8
apk-configurations=
android.library.reference.2=../greendroid/GreenDroid/
33 changes: 0 additions & 33 deletions samples/filters/.project

This file was deleted.

0 comments on commit 8af6d11

Please sign in to comment.