mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-28 17:55:06 +00:00
Rename example-files to files
This commit is contained in:
parent
bf9bf25502
commit
5c3d2b2e28
@ -145,12 +145,12 @@ val common = project.in(file("modules/common")).
|
||||
|
||||
// Some example files for testing
|
||||
// https://file-examples.com/index.php/sample-documents-download/sample-doc-download/
|
||||
val exampleFiles = project.in(file("modules/example-files")).
|
||||
val exampleFiles = project.in(file("modules/files")).
|
||||
disablePlugins(RevolverPlugin).
|
||||
settings(sharedSettings).
|
||||
settings(testSettings).
|
||||
settings(
|
||||
name := "docspell-examplefiles",
|
||||
name := "docspell-files",
|
||||
libraryDependencies ++=
|
||||
Dependencies.tika,
|
||||
Test / sourceGenerators += Def.task {
|
||||
@ -160,7 +160,7 @@ val exampleFiles = project.in(file("modules/example-files")).
|
||||
val ident = s.replaceAll("[^a-zA-Z0-9_]+", "_")
|
||||
ident -> s"""val $ident = createUrl("${s}")"""
|
||||
})
|
||||
val content = s"""package docspell.examplefiles
|
||||
val content = s"""package docspell.files
|
||||
|
||||
object ExampleFiles extends ExampleFilesSupport {
|
||||
|
||||
|
Before Width: | Height: | Size: 456 KiB After Width: | Height: | Size: 456 KiB |
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 235 KiB |
@ -1,4 +1,4 @@
|
||||
package docspell.examplefiles
|
||||
package docspell.files
|
||||
|
||||
import docspell.common._
|
||||
|
Loading…
x
Reference in New Issue
Block a user