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 6, 2020
1 parent b2977af commit 9bb69cf
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 @@ -159,7 +159,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 @@ -173,6 +173,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
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 9bb69cf

Please sign in to comment.