From 14a97b233fd212cd87fcb66b1ce79a560930dcdd Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Wed, 21 Nov 2012 03:15:40 -0800 Subject: Added eclipse project files You will also need to create frameworks/ex/chips as another eclipse project then add that as a library to this project Change-Id: Ia0cd534101dade3303fd72efda4a21924c099ae1 --- .classpath | 12 ++++++++++++ mkprojectfile | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ project.properties | 16 ++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 .classpath create mode 100755 mkprojectfile create mode 100644 project.properties diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..bc997ac5 --- /dev/null +++ b/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/mkprojectfile b/mkprojectfile new file mode 100755 index 00000000..0dc8c83f --- /dev/null +++ b/mkprojectfile @@ -0,0 +1,53 @@ +#!/bin/bash +# Creates eclipse .project file + +pushd ../../.. > /dev/null +sed -e "s,SRC_ROOT_DIR,$PWD," <<- EOF > packages/apps/Calendar/.project + + + B-CalendarAndroid + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + + + src_ex_common + 2 + SRC_ROOT_DIR/frameworks/ex/common/java + + + src_opt_calendar + 2 + SRC_ROOT_DIR/frameworks/opt/calendar/src + + + +EOF +popd > /dev/null + diff --git a/project.properties b/project.properties new file mode 100644 index 00000000..de6a52e3 --- /dev/null +++ b/project.properties @@ -0,0 +1,16 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-17 +android.library.reference.1=../../../frameworks/ex/chips +android.library=false -- cgit v1.2.3