Skip to content

Commit

Permalink
Merge pull request #139 from sbesson/memo_file_regen_fix
Browse files Browse the repository at this point in the history
Fix memo file regeneration
  • Loading branch information
chris-allan authored Mar 19, 2024
2 parents 460a017 + 9e152ee commit a3c6e61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ endpoint for OMERO.web.
Requirements
============

* OMERO 5.4.x+
* OMERO.web 5.4.x+
* OMERO 5.6.x+
* OMERO.web 5.6.x+
* Redis backed sessions
* Java 8+
* Java 11+

Workflow
========
Expand Down Expand Up @@ -154,7 +154,7 @@ Development Installation

1. Clone the repository::

git clone git@github.com:glencoesoftware/omero-ms-image-region.git
git clone https://github.com/glencoesoftware/omero-ms-image-region.git

1. Run the Gradle build and utilize the artifacts as required::

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/beanRefContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<bean name="filesystem" abstract="true">
<constructor-arg index="0" value="${omero.data.dir}"/>
<constructor-arg index="1" type="boolean" value="false"/>
<constructor-arg index="1" type="boolean" value="true"/>
</bean>

<bean id="omeroFilePathResolver" class="ome.services.OmeroFilePathResolver">
Expand Down

0 comments on commit a3c6e61

Please sign in to comment.