Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish renaming to qupath-extension-omero-web #6

Merged
merged 6 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 {
}

}
}
}