Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14a97b23 authored by Michael Chan's avatar Michael Chan
Browse files

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
parent 8e93f66f
Loading
Loading
Loading
Loading

.classpath

0 → 100644
+12 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="gen"/>
	<classpathentry kind="src" path="src_ex_common"/>
	<classpathentry kind="src" path="src_opt_calendar"/>
	<classpathentry kind="src" path="extensions_src"/>
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
	<classpathentry kind="lib" path="../../../out/target/common/obj/JAVA_LIBRARIES/android-support-v4_intermediates/classes"/>
	<classpathentry kind="output" path="bin/classes"/>
</classpath>

mkprojectfile

0 → 100755
+53 −0
Original line number Diff line number Diff line
#!/bin/bash
# Creates eclipse .project file

pushd ../../.. > /dev/null
sed -e "s,SRC_ROOT_DIR,$PWD," <<- EOF > packages/apps/Calendar/.project
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>B-CalendarAndroid</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>
	<linkedResources>
		<link>
			<name>src_ex_common</name>
			<type>2</type>
			<location>SRC_ROOT_DIR/frameworks/ex/common/java</location>
		</link>
		<link>
			<name>src_opt_calendar</name>
			<type>2</type>
			<location>SRC_ROOT_DIR/frameworks/opt/calendar/src</location>
		</link>
	</linkedResources>
</projectDescription>
EOF
popd > /dev/null

project.properties

0 → 100644
+16 −0
Original line number Diff line number Diff line
# 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