1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Refactored ssh uploading into a separate gradle task. Added "uploadFaq" task

This commit is contained in:
Luke Taylor
2010-05-23 00:00:12 +01:00
parent ca91b9abc5
commit a097a47246
3 changed files with 96 additions and 40 deletions
+1
View File
@@ -6,6 +6,7 @@ defaultTasks 'docbookHtmlSingle'
[docbookHtml, docbookFoPdf, docbookHtmlSingle]*.sourceFileName = 'faq.xml'
docbookHtmlSingle.stylesheet = new File(projectDir, 'src/xsl/html-single-custom.xsl')
docbookHtmlSingle.suffix = ''
docbookHtmlSingle.doLast {
resourcesDir = new File(projectDir, 'src/resources')