Skip to content

Commit

Permalink
Cleanup build issues; no functional changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Apr 5, 2020
1 parent ea796e1 commit deeac96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ versionProps['version'] = releaseVersion
versionProps.store(versionPropsFile.newWriter(),null)

task copyLib(type: Copy) {
FileCollection runtime = configurations.projectRuntimeClasspath
FileCollection runtime = configurations.compileClasspath
FileCollection localLib = fileTree(dir: 'lib').include("*.jar")
FileCollection lib = runtime - localLib
String path = ""
Expand All @@ -164,6 +164,7 @@ task copyLib(type: Copy) {
}

jar {
archiveBaseName = "xmlcalabash-" + relVersion
bnd ('Bundle-Vendor': 'Norman Walsh',
'Bundle-Description': 'XML Calabash an XProc 1.0 pipeline processor.',
'Bundle-Name': 'xmlcalabash1',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
relVersion=1.2.0
relVersion=1.2.1
snapshot=
docsVersion=1.2.0
builtBy=Norman Walsh
Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/etc/com.xmlcalabash.properties

This file was deleted.

0 comments on commit deeac96

Please sign in to comment.