Skip to content

Commit

Permalink
Merge pull request #63 from ndw/master
Browse files Browse the repository at this point in the history
Docbook XSLT Stylesheets version 2.0.12 released
  • Loading branch information
ndw committed Sep 7, 2015
2 parents d6305cd + 47bc992 commit 76db205
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
17 changes: 5 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -271,18 +271,11 @@ task copyEtc(type: Copy) {
into "build/distributions/"
}

task copyResources1(type: Copy) {
from "resources/base"
into "build/dist/bin/resources/base/"
}

task copyResources2(type: Copy) {
from "resources/slides"
into "build/dist/bin/resources/slides/"
}

task copyResources(dependsOn: [copyResources1, copyResources2, copyEtc]) {
// nothing to see here
task copyResources(type: Copy) {
FileTree tree = fileTree(dir: 'resources',
exclude: ['src/**'])
from tree
into "build/dist/bin/resources/"
}

task copyXslt(type: Copy) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.0.11
version=2.0.12
snapshot=
builtBy=Norman Walsh
baseline=0
Expand Down
2 changes: 1 addition & 1 deletion xslt/base/VERSION.xsl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:param name="VERSION" select="'2.0.11'"/>
<xsl:param name="VERSION" select="'2.0.12'"/>
</xsl:stylesheet>

0 comments on commit 76db205

Please sign in to comment.