Move ant from dependencies/ant -> dependencies/ant-1.7
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
<component name="libraryTable">
|
||||
<library name="ant">
|
||||
<library name="ant-1.7">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/dependencies/ant.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/dependencies/ant-1.7/lib/ant.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
@@ -13,7 +13,7 @@
|
||||
<orderEntry type="module" module-name="frontend" />
|
||||
<orderEntry type="module" module-name="backend" />
|
||||
<orderEntry type="module" module-name="util" />
|
||||
<orderEntry type="library" name="ant" level="project" />
|
||||
<orderEntry type="library" name="ant-1.7" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
|
||||
@@ -443,7 +443,7 @@
|
||||
<classpath>
|
||||
<fileset dir="${kotlin-home}/lib" includes="kotlin-compiler.jar"/>
|
||||
<file file="${bootstrap.runtime}"/>
|
||||
<fileset dir="${basedir}/dependencies" includes="ant.jar"/>
|
||||
<fileset dir="${basedir}/dependencies/ant-1.7/lib" includes="ant.jar"/>
|
||||
</classpath>
|
||||
</javac2>
|
||||
|
||||
|
||||
@@ -70,6 +70,6 @@ public class AntTaskTest extends KotlinIntegrationTestBase {
|
||||
}
|
||||
|
||||
private static String getAntHome() {
|
||||
return getKotlinProjectHome().getAbsolutePath() + File.separator + "dependencies" + File.separator + "ant";
|
||||
return getKotlinProjectHome().getAbsolutePath() + File.separator + "dependencies" + File.separator + "ant-1.7";
|
||||
}
|
||||
}
|
||||
|
||||
+2
-10
@@ -128,17 +128,9 @@
|
||||
<get src="http://archive.apache.org/dist/ant/source/apache-ant-1.7.0-src.zip"
|
||||
dest="dependencies/apache-ant-1.7.0-src.zip" usetimestamp="true"/>
|
||||
|
||||
<delete file="dependencies/ant.jar" failonerror="false"/>
|
||||
<untar src="dependencies/download/apache-ant-1.7.0-bin.tar.gz" dest="dependencies" compression="gzip">
|
||||
<patternset>
|
||||
<include name="apache-ant-1.7.0/lib/ant.jar"/>
|
||||
</patternset>
|
||||
<mapper type="flatten"/>
|
||||
</untar>
|
||||
|
||||
<delete dir="dependencies/ant" failonerror="false"/>
|
||||
<delete dir="dependencies/ant-1.7" failonerror="false"/>
|
||||
<untar src="dependencies/download/apache-ant-1.7.0-bin.tar.gz" dest="dependencies" compression="gzip"/>
|
||||
<move file="dependencies/apache-ant-1.7.0" tofile="dependencies/ant"/>
|
||||
<move file="dependencies/apache-ant-1.7.0" tofile="dependencies/ant-1.7"/>
|
||||
|
||||
<!-- dx.jar -->
|
||||
<get-maven-library prefix="com/google/android/tools" lib="dx" version="1.7" target.jar.name.base="dx"/>
|
||||
|
||||
Reference in New Issue
Block a user