No description
Find a file
2011-02-15 08:22:30 +01:00
examples add examples 2011-02-15 00:51:24 +01:00
META-INF add imports for xml 2011-02-14 10:07:05 +01:00
resources addition of hetsview component 2011-02-15 08:09:52 +01:00
src/de/unibremen/informatik addition of hetsview component 2011-02-15 08:09:52 +01:00
.gitignore addition of hetsview component 2011-02-15 08:09:52 +01:00
build.xml addition of hetsview component 2011-02-15 08:09:52 +01:00
plugin.xml addition of hetsview component 2011-02-15 08:09:52 +01:00
README.md add initial readme 2011-02-15 08:22:30 +01:00

Hets Protege Plugin

Installation

To compile this Protege plugin a protege installation is required. It easily can be checked out from svn and compiled using this script:

#!/bin/sh -e

export PROTEGE_HOME=/home/josch/protege-hets/protege_home
mkdir -p $PROTEGE_HOME

svn checkout -q http://smi-protege.stanford.edu/repos/protege/protege4/protege-base/trunk protege-base
( cd protege-base; ant install; )

for i in org.protege.common org.protege.editor.core.application org.semanticweb.owl.owlapi org.protege.editor.owl org.protege.jaxb org.coode.owlviz; do
	svn checkout -q http://smi-protege.stanford.edu/repos/protege/protege4/plugins/$i/trunk $i
	( cd $i; ant install; )
done

Bugs