https://github.com/protegeproject/autoupdate
Autoupdate files for Protege Desktop
https://github.com/protegeproject/autoupdate
Last synced: 5 months ago
JSON representation
Autoupdate files for Protege Desktop
- Host: GitHub
- URL: https://github.com/protegeproject/autoupdate
- Owner: protegeproject
- Created: 2014-03-17T23:39:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T16:39:41.000Z (over 3 years ago)
- Last Synced: 2024-04-16T18:47:27.726Z (about 2 years ago)
- Homepage:
- Size: 19.2 MB
- Stars: 4
- Watchers: 7
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
autoupdate
==========
Repository to house update files and binaries for Protege Desktop plug-ins, made available through the autoupdate mechanism.
The recommended format is to create a separate directory for each plug-in. Top-level directories should contain update files, and binaries should go in subdirectories that mimic the plug-in version number, e.g.:
```
snap-sparql-query/update.properties
snap-sparql-query/readme.html
snap-sparql-query/1.0.0/org.protege.sparql.snap.jar
snap-sparql-query/1.0.1/org.protege.sparql.snap.jar
```
If you're a developer looking to enable autoupdate for your Protege Desktop plug-in, please refer to the following instructions on the Stanford hosted Protege wiki:
http://protegewiki.stanford.edu/wiki/EnablePluginAutoUpdate