Use uast-common and uast-java as an external dependency

This commit is contained in:
Yan Zhulanow
2016-12-30 18:23:24 +03:00
parent ff6ff108ad
commit 7152c9c789
135 changed files with 42 additions and 6806 deletions
+7
View File
@@ -31,6 +31,8 @@
<os family="windows"/>
</condition>
<property name="uast.version" value="1.0.8"/>
<property name="generators" value="${basedir}/generators"/>
<property name="idea.dir" value="ideaSDK"/>
@@ -231,6 +233,11 @@
<!-- Rhino -->
<get-maven-library prefix="org/mozilla" lib="rhino" version="1.7.6"/>
<!-- Uast -->
<property name="uast.server" value="http://dl.bintray.com/kotlin/uast"/>
<get-maven-library prefix="org/jetbrains/uast" lib="uast-common" version="${uast.version}" target.jar.name.base="uast-common" server="${uast.server}"/>
<get-maven-library prefix="org/jetbrains/uast" lib="uast-java" version="${uast.version}" target.jar.name.base="uast-java" server="${uast.server}"/>
<!-- Closure Compiler -->
<!-- A download url taken from http://code.google.com/p/closure-compiler/wiki/BinaryDownloads -->
<get src="http://dl.google.com/closure-compiler/compiler-20160315.zip"