-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restor dilib, which apparently is somehow still used
- Loading branch information
Showing
4 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
This library is still needed to support some spotmatching, such as `encounters/encounterSpotVisualizer.jsp`, which will fail without it. | ||
|
||
It also seems to somehow be utilized in the _filter_ in `web.xml` which uses `/di/ImgFilter/`. Without this filter, tomcat will run and then | ||
fail with cryptic messages in secondary logs. |
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,8 @@ | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<name>dilib</name> | ||
<groupId>dilib</groupId> | ||
<artifactId>dilib</artifactId> | ||
<version>1.0</version> | ||
<packaging>jar</packaging> | ||
</project> |
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