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

Commit c3e735f7 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

rename build.xml

parent 6797386d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" ?>
<project name="Email" default="debug">
<project name="K9" default="debug">
    <!-- SDK Locations -->
    <property name="sdk-folder" value="/Users/jesse/Desktop/android-sdk-mac_x86-1.0_r1" />
    <property name="android-tools" value="/Users/jesse/Desktop/android-sdk-mac_x86-1.0_r1/tools" />
    
    <!-- Application Package Name -->
    <property name="application-package" value="com.android.email.activity" />
    <property name="application-package" value="com.fsck.k9.activity" />

    <!-- The intermediates directory -->
    <!-- Eclipse uses "bin" for its own output, so we do the same. -->