|
|
|
|
@ -233,7 +233,7 @@
|
|
|
|
|
replace="ASTRID_LITE = true;" />
|
|
|
|
|
<replaceregexp file="AndroidManifest.xml"
|
|
|
|
|
match="package=".*""
|
|
|
|
|
replace="package="com.astrid.astridlite"" />
|
|
|
|
|
replace="package="com.todoroo.astridlite"" />
|
|
|
|
|
<replaceregexp file="AndroidManifest.xml"
|
|
|
|
|
match="authorities="(.*)""
|
|
|
|
|
replace="authorities="\1.lite""
|
|
|
|
|
@ -243,8 +243,8 @@
|
|
|
|
|
<fileset dir="res"/>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<replace dir="res" token="com.timsu.astrid" value="com.astrid.astridlite"/>
|
|
|
|
|
<replace dir="${source.dir}" token="com.timsu.astrid" value="com.astrid.astridlite"/>
|
|
|
|
|
<replace dir="res" token="com.timsu.astrid" value="com.todoroo.astridlite"/>
|
|
|
|
|
<replace dir="${source.dir}" token="com.timsu.astrid" value="com.todoroo.astridlite"/>
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<target name="teardown-lite" if="lite.enabled">
|
|
|
|
|
|