An open API service indexing awesome lists of open source software.

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

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