Skip to content

Commit 5918b36

Browse files
committed
Marked jar file creation as deprecated
1 parent ad4c33e commit 5918b36

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

AndroidViewClient/build.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project name="Culebra" default="jar">
2+
<project name="Culebra" default="deprecated">
33
<property file="ant.properties" />
44
<loadproperties srcFile="project.properties" />
55

6+
<target name="deprecated">
7+
<echo message="NOTICE:" />
8+
<echo message="Jar file and monkeyrunner use are deprecated as of AndroidViewClient >= 4.0.0" />
9+
</target>
10+
611
<property name="versionRE" value="^\s*__version__\s*=\s*'(.*)'\s*$" />
712
<loadfile srcfile="src/com/dtmilano/android/viewclient.py"
813
property="avc.version">

0 commit comments

Comments
 (0)