Skip to content

Commit

Permalink
Update references to history.txt in openmicroscopy.git
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Oct 7, 2018
1 parent ae96987 commit 63ad03e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -49,7 +49,7 @@ COPY setup.cfg /src/
COPY sql /src/sql
COPY test.xml /src/
COPY LICENSE.txt /src/
COPY history.txt /src/
COPY history.rst /src/
RUN chown -R omero /src
USER omero
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -648,7 +648,7 @@ To get started using Eclipse, execute "ant build-dev" and import the top-level
</target>

<target name="copy-history" depends="init">
<copy file="${omero.home}/history.txt" todir="${dist.dir}/"/>
<copy file="${omero.home}/history.rst" todir="${dist.dir}/"/>
</target>

<target name="copy-etc" depends="init">
Expand Down
2 changes: 1 addition & 1 deletion history.rst
@@ -1,5 +1,5 @@
.. Content for this page should be opened as a PR against
.. https://github.com/openmicroscopy/openmicroscopy/blob/develop/history.txt
.. https://github.com/openmicroscopy/openmicroscopy/blob/develop/history.rst
.. initially and transferred to this page via the autogen job
OMERO version history
Expand Down

0 comments on commit 63ad03e

Please sign in to comment.