Skip to content

Commit

Permalink
update last modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Baskauf committed Apr 26, 2024
1 parent 7831b9b commit 64cf315
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion last-published.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<body><dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/">2024-04-24T18:07:31.459-05:00</dcterms:modified></body>
<body><dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/">2024-04-26T17:17:15.675-05:00</dcterms:modified></body>
2 changes: 1 addition & 1 deletion xquery/index-files.xq
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ declare function local:substring-after-last
:)

(: Create root folder if it doesn't already exist. :)
let $rootPath := "d:\bioimages"
let $rootPath := "e:\bioimages"
(: "file:create-dir($dir as xs:string) as empty-sequence()" will create a directory or do nothing if it already exists :)
let $nothing := file:create-dir($rootPath)
let $nothing := file:create-dir(concat($rootPath,"\list"))
Expand Down
2 changes: 1 addition & 1 deletion xquery/index-rss.xq
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ declare function local:substring-after-last
:)

(: Create root folder if it doesn't already exist. :)
let $rootPath := "d:\bioimages"
let $rootPath := "e:\bioimages"
(: "file:create-dir($dir as xs:string) as empty-sequence()" will create a directory or do nothing if it already exists :)
let $nothing := file:create-dir($rootPath)
let $nothing := file:create-dir(concat($rootPath,"\rdf"))
Expand Down
2 changes: 1 addition & 1 deletion xquery/index-sitemap.xq
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare default element namespace "http://www.sitemaps.org/schemas/sitemap/0.9";
:)

(: Create root folder if it doesn't already exist. :)
let $rootPath := "d:\bioimages"
let $rootPath := "e:\bioimages"
(: "file:create-dir($dir as xs:string) as empty-sequence()" will create a directory or do nothing if it already exists :)
let $nothing := file:create-dir($rootPath)

Expand Down
2 changes: 1 addition & 1 deletion xquery/organism-html.xq
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ declare function local:clean-suppress-flag($flag as xs:string?) as xs:string
let $localFilesFolderUnix := "c:/test"

(: Create root folder if it doesn't already exist. :)
let $rootPath := "d:\bioimages"
let $rootPath := "e:\bioimages"
(: "file:create-dir($dir as xs:string) as empty-sequence()" will create a directory or do nothing if it already exists :)
let $nothing := file:create-dir($rootPath)

Expand Down
2 changes: 1 addition & 1 deletion xquery/organism-rdf.xq
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ declare function local:clean-suppress-flag($flag as xs:string?) as xs:string
let $localFilesFolderUnix := "c:/test"

(: Create root folder if it doesn't already exist. :)
let $rootPath := "d:\bioimages"
let $rootPath := "e:\bioimages"
(: "file:create-dir($dir as xs:string) as empty-sequence()" will create a directory or do nothing if it already exists :)
let $nothing := file:create-dir($rootPath)

Expand Down

0 comments on commit 64cf315

Please sign in to comment.