mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
switch to gant1.7.0
This commit is contained in:
+1
-5
@@ -23,19 +23,15 @@ module("antLayout") {
|
||||
|
||||
target('default' : 'Default target') {
|
||||
project.clean()
|
||||
long start = System.currentTimeMillis()
|
||||
project.makeAll()
|
||||
|
||||
layout("${project.targetFolder}/deploy") {
|
||||
jar("jps.jar") {
|
||||
module("JPS")
|
||||
module("antLayout")
|
||||
zipfileset(src: "${projectHome}/lib/javac2.jar") {
|
||||
zipfileset(src: "${projectHome}/lib/javac2-all.jar") {
|
||||
exclude (name: "JDOM*.class")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
println("Done building in ${(System.currentTimeMillis() - start) / 1000} seconds")
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="groovy-1.6.3" level="application" />
|
||||
<orderEntry type="library" name="gant-1.6.1" level="application" />
|
||||
<orderEntry type="library" name="gant-1.7.0" level="application" />
|
||||
<orderEntry type="library" name="Ant" level="project" />
|
||||
<orderEntry type="library" name="Javac2" level="project" />
|
||||
<orderEntry type="module" module-name="antlayout" />
|
||||
|
||||
Reference in New Issue
Block a user