switch to gant1.7.0

This commit is contained in:
Maxim Shafirov
2009-08-06 14:33:41 +04:00
parent df9dd8e09a
commit 83aa20d5e0
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -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
View File
@@ -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" />