Blob Blame History Raw
diff -Nru gradle-1.0/subprojects/docs/docs.gradle gradle-1.0-gil/subprojects/docs/docs.gradle
--- gradle-1.0/subprojects/docs/docs.gradle	2012-06-12 02:18:58.000000000 +0200
+++ gradle-1.0-gil/subprojects/docs/docs.gradle	2012-09-21 21:24:30.835535969 +0200
@@ -39,7 +39,7 @@
     }
     userGuideTask 'xslthl:xslthl:2.0.1@jar'
 
-    userGuideStyleSheets 'docbook:docbook-xsl:1.75.2@zip'
+//    userGuideStyleSheets 'docbook:docbook-xsl:1.75.2@zip'
 }
 
 ext {
@@ -105,10 +105,10 @@
     from(cssSrcDir) {
         include '*.css'
     }
-    from(zipTree(configurations.userGuideStyleSheets.singleFile)) {
-        // Remove the prefix
-        eachFile { fcd -> fcd.path = fcd.path.replaceFirst('^docbook-xsl-[0-9\\.]+/', '') }
-    }
+//    from(zipTree(configurations.userGuideStyleSheets.singleFile)) {
+//        // Remove the prefix
+//        eachFile { fcd -> fcd.path = fcd.path.replaceFirst('^docbook-xsl-[0-9\\.]+/', '') }
+//    }
 }
 
 task samplesDocbook(type: AssembleSamplesDocTask) {