aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2012-10-23 22:46:09 -0700
committerKenny Root <kenny@the-b.org>2012-10-24 12:46:09 -0700
commitceba6acbac5d7ef0bc9ac5e88df2559bdb17adab (patch)
tree2e35d6ee2e9dad3729bdf5d6143572a3dfa23083
parent0b7eafa0fd4ea0a028da3a109e503e6a29638241 (diff)
downloadconnectbot-ceba6acbac5d7ef0bc9ac5e88df2559bdb17adab.tar.gz
connectbot-ceba6acbac5d7ef0bc9ac5e88df2559bdb17adab.tar.bz2
connectbot-ceba6acbac5d7ef0bc9ac5e88df2559bdb17adab.zip
Remove target for clean since tests will clean tested project
-rw-r--r--AndroidManifest.xml2
-rw-r--r--build.xml7
2 files changed, 1 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c5f2c25..30309e4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -18,7 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.7.1"
- android:versionCode="357"
+ android:versionCode="359"
android:installLocation="auto">
<uses-sdk android:targetSdkVersion="11" android:minSdkVersion="3" />
diff --git a/build.xml b/build.xml
index efbba89..ac99fb5 100644
--- a/build.xml
+++ b/build.xml
@@ -141,13 +141,6 @@
<echo>Updated "msg_version" to: ${ant.project.name} ${manifest.version.name} (${git.revision} ${build.date})</echo>
</target>
- <target name="clean"
- description="Clean up the result of the build process">
- <delete dir="${out.absolute.dir}"/>
- <delete dir="${gen.absolute.dir}"/>
- <ant dir="tests" target="clean" />
- </target>
-
<!-- Translations come from launchpad.net and are placed in the
locale/ subdirectory. -->
<target name="translations-import">