diff options
Diffstat (limited to 'anttasks/src/anttasks.properties')
-rw-r--r-- | anttasks/src/anttasks.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anttasks/src/anttasks.properties b/anttasks/src/anttasks.properties index 446bbe1..e0854f4 100644 --- a/anttasks/src/anttasks.properties +++ b/anttasks/src/anttasks.properties @@ -1,6 +1,7 @@ checkenv: com.android.ant.CheckEnvTask gettype: com.android.ant.GetTypeTask gettarget: com.android.ant.GetTargetTask +getproperty: com.android.ant.GetProjectPropertyTask getlibs: com.android.ant.GetLibraryListTask dependency: com.android.ant.ComputeDependencyTask testedprojectclasspath: com.android.ant.ComputeProjectClasspathTask |