Updated configuration for Astrid to use subtree projects for Android libraries

pull/14/head
Tim Su 14 years ago
parent 9b26d9020e
commit 8af6d11051

@ -9,4 +9,4 @@
android.library=true
# Project target.
target=android-3
target=android-4

@ -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>

@ -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>

@ -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/

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>astrid-samples-filters</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Loading…
Cancel
Save