/external/proguard/src/proguard/ant/ |
task.properties | 1 proguard = proguard.ant.ProGuardTask
2 proguardconfiguration = proguard.ant.ConfigurationTask
|
package.html | 2 This package contains the Ant task for ProGuard.
|
/external/junit/src/META-INF/ |
MANIFEST.MF | 2 Ant-Version: Apache Ant 1.6.5
|
/sdk/files/ |
sdk.properties | 3 sdk.ant.build.revision=2 4 sdk.ant.templates.revision=
|
/prebuilt/common/ant/ |
ant.jar | |
PREBUILT | 4 apache-ant-1.6.5-src.tar.gz
|
/external/proguard/examples/ant/ |
applications1.xml | 1 <!-- This Ant build file illustrates how to process applications, 3 Usage: ant -f applications.xml --> 8 <taskdef resource="proguard/ant/task.properties"
|
proguard.xml | 1 <!-- This Ant build file illustrates how to process ProGuard (including its 2 main application, its GUI, its Ant task, and its WTK plugin), and the 4 Usage: ant -f proguard.xml --> 9 <taskdef resource="proguard/ant/task.properties" 23 <outjar file="examples/ant/proguard_out.jar" /> 26 <libraryjar file="/usr/local/java/ant1.7.0/lib/ant.jar" /> 33 <adaptresourcefilecontents filter="proguard/ant/task.properties" /> 56 <!-- If we have ant.jar, we can properly process the Ant task. --> 58 <keeppackagename name="proguard.ant" /> [all...] |
/external/proguard/examples/ |
proguard.pro | 9 # We'll filter out the Ant and WTK classes, keeping everything else. 11 -injars ../lib/proguard.jar(!proguard/ant/**,!proguard/wtk/**) 40 # If you want to preserve the Ant task as well, you'll have to specify the 41 # main ant.jar. 43 #-libraryjars /usr/local/java/ant/lib/ant.jar 44 #-adaptresourcefilecontents proguard/ant/task.properties 46 #-keep,allowobfuscation class proguard.ant.* 47 #-keepclassmembers public class proguard.ant.* { 48 # <init>(org.apache.tools.ant.Project) [all...] |
proguardall.pro | 3 # (including its main application, its GUI, its Ant task, and its WTK plugin), 20 -libraryjars /usr/local/java/ant1.5.0/lib/ant.jar 35 -adaptresourcefilecontents proguard/ant/task.properties 51 # If we have ant.jar, we can properly process the Ant task. 53 -keep,allowobfuscation class proguard.ant.* 54 -keepclassmembers public class proguard.ant.* { 55 <init>(org.apache.tools.ant.Project);
|
/external/emma/ |
BUILD.txt | 6 - Apache ANT 1.5+ (official build uses v1.6.1) 12 "build.properties" that tells the build where your JDK and ANT are located: 20 - if you don't have ANT_HOME environment variable set up to point to ANT 23 build.target.ant.15.home = <ANT 1.5 install dir> 27 >ant 36 >ant clean
|
/prebuilt/common/commons-compress/ |
NOTICE | 8 <keiron@aftexsw.com>, Aftex Software to the Apache Ant project 10 Original Tar classes from contributors of the Apache Ant project 12 Original Zip classes from contributors of the Apache Ant project
|
/sdk/anttasks/ |
.classpath | 6 <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/ant/ant.jar"/>
|
.project | 3 <name>ant-tasks</name>
|
/external/emma/lib/ |
emma_ant.jar | |
/development/samples/JetBoy/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
GOOGLE_README.txt | 7 - run ant
|
/ndk/samples/bitmap-plasma/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|
/ndk/samples/hello-gl2/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|
/ndk/samples/hello-jni/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|
/ndk/samples/hello-jni/tests/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|
/ndk/samples/hello-neon/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|
/ndk/samples/san-angeles/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|
/ndk/samples/two-libs/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|
/ndk/samples/two-libs/tests/ |
default.properties | 6 # To customize properties used by the Ant build system use,
|