Fixed schema distribution

This commit is contained in:
Ramnivas Laddad
2014-04-17 14:00:40 -07:00
parent 6c8e0435a5
commit 8fc9c82742

View File

@@ -93,7 +93,7 @@ configure(rootProject) {
it.path.endsWith(schemas.get(key))
}
assert xsdFile != null
into ("cloud/${shortName}") {
into ("cloud") {
from xsdFile.path
}
}