Skip to content

Commit

Permalink
Merge pull request #6 from melissalinkert/sync-upstream
Browse files Browse the repository at this point in the history
Finish renaming to qupath-extension-omero-web
  • Loading branch information
sbesson authored Jun 7, 2024
2 parents d4c0064 + 0925a40 commit 43b9867
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: qupath-extension-omero-gs
name: qupath-extension-omero-web-gs
path: build/libs/*.jar
retention-days: 30
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The main documentation for the extension is at https://qupath.readthedocs.io/en/

## Installing

To install the OMERO extension, download the latest `qupath-extension-omero-[version].jar` file from [releases](https://github.com/glencoesoftware/qupath-extension-omero/releases) and drag it onto the main QuPath window.
To install the OMERO extension, download the latest `qupath-extension-omero-web-[version].jar` file from [releases](https://github.com/glencoesoftware/qupath-extension-omero-web/releases) and drag it onto the main QuPath window.

If you haven't installed any extensions before, you'll be prompted to select a QuPath user directory.
The extension will then be copied to a location inside that directory.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ plugins {
id 'org.bytedeco.gradle-javacpp-platform'
}

ext.moduleName = 'qupath.extension.omero'
ext.moduleName = 'qupath.extension.omero-web'
ext.qupathJavaVersion = 17
archivesBaseName = 'qupath-extension-omero'
archivesBaseName = 'qupath-extension-omero-web'
description = "QuPath extension to support image reading using OMERO's web API."
version = "0.4.3-gs-SNAPSHOT"

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
}
}

rootProject.name = 'qupath-extension-omero'
rootProject.name = 'qupath-extension-omero-web'

gradle.ext.qupathVersion = "0.5.0"

Expand All @@ -28,4 +28,4 @@ dependencyResolutionManagement {
}

}
}
}

0 comments on commit 43b9867

Please sign in to comment.