forked from vufind-org/vufind-browse-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'vufind-10.0' of github.com:vufind-org/vufind-browse-handle…
…r into tuefind-10.0
- Loading branch information
Showing
38 changed files
with
661 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Original author: Mark Triggs <mark@dishevelled.net>. Please feel free | ||
Original author: Mark Triggs <mark@teaspoon-consulting.com>. Please feel free | ||
to get in touch if you have any queries. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import org.vufind.util.Utils; | ||
|
||
public class CreateBrowseSQLite | ||
{ | ||
public static void main(String args[]) throws Exception | ||
{ | ||
Utils.printDeprecationWarning("You are using the 'CreateBrowseSQLite' class.", | ||
"This still works, but it has been renamed to 'org.vufind.solr.indexing.CreateBrowseSQLite'", | ||
"You should switch to avoid breakage in future versions."); | ||
|
||
org.vufind.solr.indexing.CreateBrowseSQLite.main(args); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import org.vufind.util.Utils; | ||
|
||
public class PrintBrowseHeadings | ||
{ | ||
public static void main(String args[]) throws Exception | ||
{ | ||
Utils.printDeprecationWarning("You are using the 'PrintBrowseHeadings' class.", | ||
"This still works, but it has been renamed to 'org.vufind.solr.indexing.PrintBrowseHeadings'", | ||
"You should switch to avoid breakage in future versions."); | ||
|
||
org.vufind.solr.indexing.PrintBrowseHeadings.main(args); | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.