You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2015/11/19 19:27:43 UTC

incubator-groovy git commit: wiki-snaphot.pdf is not checked in anymore, so do not try to copy it into the documentation distribution

Repository: incubator-groovy
Updated Branches:
  refs/heads/master ab0d32168 -> ae1e95b09


wiki-snaphot.pdf is not checked in anymore, so do not try to copy it into the documentation distribution


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/ae1e95b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/ae1e95b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/ae1e95b0

Branch: refs/heads/master
Commit: ae1e95b09919683507690eea2152988d583e59c8
Parents: ab0d321
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu Nov 19 19:27:30 2015 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Nov 19 19:27:30 2015 +0100

----------------------------------------------------------------------
 gradle/assemble.gradle | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/ae1e95b0/gradle/assemble.gradle
----------------------------------------------------------------------
diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle
index 96fd34a..c8419f9 100644
--- a/gradle/assemble.gradle
+++ b/gradle/assemble.gradle
@@ -53,9 +53,6 @@ ext.srcSpec = copySpec {
 }
 
 ext.docSpec = copySpec {
-    into('pdf') {
-        from 'src/wiki-snapshot.pdf'
-    }
     into('html/api') {
         from javadocAll.destinationDir
     }