Make rnc transform part of Gradle build

This commit is contained in:
Rob Winch
2013-01-03 18:27:15 -06:00
parent d06eae9967
commit 036e0505b3
7 changed files with 2227 additions and 1497 deletions

View File

@@ -49,6 +49,12 @@ dependencies {
'com.springsource.bundlor:com.springsource.bundlor.blint:1.0.0.RELEASE'
}
// Trang
dependencies {
compile 'com.thaiopensource:trang:20091111',
'net.sourceforge.saxon:saxon:9.1.0.8'
}
task ide(type: Copy) {
from configurations.runtime
into 'ide'