fix paths in dashclock build.xml
This commit is contained in:
parent
6a84e7f289
commit
90ec5d371a
|
@ -25,7 +25,7 @@ Build Version:1.1.1.0,1110,!042f693,srclibs=DashClock@v1.2,rm=libs/dashclock-api
|
|||
echo 'source.dir=src;$$DashClock$$/api/src' >> project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.1.0
|
||||
Current Version Code:1110
|
||||
|
||||
|
|
|
@ -23,9 +23,9 @@ Repo Type:git
|
|||
Repo:https://github.com/cketti/DashClock_K-9.git
|
||||
|
||||
Build Version:1.0-fdroid,1,release-v1.0,forceversion=yes,patch=packageid.patch,\
|
||||
prebuild=find . -type f -print0 | xargs -0 sed -i 's/com.fsck.k9/org.fdroid.k9/g'
|
||||
prebuild=find . -type f -print0 | xargs -0 sed -i 's/com.fsck.k9/org.fdroid.k9/g' && \
|
||||
echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties
|
||||
|
||||
# author will supply a package change script
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.0.1
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
diff --git a/ant.properties b/ant.properties
|
||||
new file mode 100644
|
||||
index 0000000..19d5431
|
||||
--- /dev/null
|
||||
+++ b/ant.properties
|
||||
@@ -0,0 +1 @@
|
||||
+android.jar=/home/gerry/android-sdk-linux/platforms/android-17/android.jar
|
||||
diff --git a/build.xml b/build.xml
|
||||
index 820fcd0..278fd07 100644
|
||||
--- a/build.xml
|
||||
|
|
Loading…
Reference in a new issue