|
|
|
@ -261,7 +261,7 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<replaceregexp file="AndroidManifest.xml"
|
|
|
|
<replaceregexp file="AndroidManifest.xml"
|
|
|
|
match="category android:name="com.timsu.astrid""
|
|
|
|
match="category android:name="com.timsu.astrid""
|
|
|
|
replace="category android:name="com.timsu.astrid""
|
|
|
|
replace="category android:name="com.todoroo.astridlite""
|
|
|
|
flags="g"
|
|
|
|
flags="g"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<replaceregexp file="AndroidManifest.xml"
|
|
|
|
<replaceregexp file="AndroidManifest.xml"
|
|
|
|
@ -292,6 +292,7 @@
|
|
|
|
match="ASTRID_DIR = .*"
|
|
|
|
match="ASTRID_DIR = .*"
|
|
|
|
replace="ASTRID_DIR = "/astridlite";"
|
|
|
|
replace="ASTRID_DIR = "/astridlite";"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
<move file="${source.dir}/com/timsu/astrid" tofile="${source.dir}/com/todoroo/astridlite" />
|
|
|
|
|
|
|
|
|
|
|
|
<copy todir="res_old">
|
|
|
|
<copy todir="res_old">
|
|
|
|
<fileset dir="res"/>
|
|
|
|
<fileset dir="res"/>
|
|
|
|
|