Browse Source

set 'build' as the default ant target

Signed-off-by: Grant Limberg <[email protected]>
Grant Limberg 10 years ago
parent
commit
1a65a79e57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      java/build.xml

+ 1 - 1
java/build.xml

@@ -1,4 +1,4 @@
-<project default="android" name="ZeroTierOneSDK">
+<project default="build" name="ZeroTierOneSDK">
     <property environment="env"/>
 
     <target name="clean">