mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
20 lines
502 B
XML
20 lines
502 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="testsForAndroid" default="help" basedir="">
|
|
|
|
<property file="local.properties"/>
|
|
|
|
<property file="ant.properties"/>
|
|
|
|
<loadproperties srcFile="project.properties"/>
|
|
|
|
<import file="custom_rules.xml" optional="true"/>
|
|
|
|
<import file="${sdk.dir}/tools/ant/build.xml"/>
|
|
|
|
<target name="pack_libraries">
|
|
<jar basedir="libs/codegen-test-output" destfile="libs/test.jar"/>
|
|
<delete dir="libs/codegen-test-output"/>
|
|
</target>
|
|
|
|
</project>
|