File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.comodide</groupId >
88 <artifactId >CoModIDE</artifactId >
9- <version >1.0.0-SNAPSHOT </version >
9+ <version >1.1.0 </version >
1010 <packaging >bundle</packaging >
1111
1212 <description >Plugin for Protégé supporting graphical modular ontology engineering.</description >
Original file line number Diff line number Diff line change 11mvn clean install
2- rm ../../protege/plugins/CoModIDE-1.0.0-SNAPSHOT .jar
3- cp ./target/CoModIDE-1.0.0-SNAPSHOT .jar ../../protege/plugins
4- ../../protege/run.sh
2+ rm ../../protege/plugins/CoModIDE-1.1.0 .jar
3+ cp ./target/CoModIDE-1.1.0 .jar ../../protege/plugins
4+ ../../protege/run.sh
Original file line number Diff line number Diff line change 11PROTEGE_PATH=/Applications/Protégé.app
22PROTEGE_PLUGINS_PATH=$PROTEGE_PATH /Contents/Java/plugins
33mvn clean install
4- rm $PROTEGE_PLUGINS_PATH /CoModIDE-1.0.0-SNAPSHOT .jar
5- cp ./target/CoModIDE-1.0.0-SNAPSHOT .jar $PROTEGE_PLUGINS_PATH /
4+ rm $PROTEGE_PLUGINS_PATH /CoModIDE-1.1.0 .jar
5+ cp ./target/CoModIDE-1.1.0 .jar $PROTEGE_PLUGINS_PATH /
66open $PROTEGE_PATH
Original file line number Diff line number Diff line change 11set PROTEGE_PATH = " C:\Program Files\Protege-5.5.0\run.bat"
22set PROTEGE_PLUGINS_PATH = " C:\Program Files\Protege-5.5.0\plugins\"
3- del %PROTEGE_PLUGINS_PATH% CoModIDE-1.0.0-SNAPSHOT .jar
4- copy target\CoModIDE-1.0.0-SNAPSHOT .jar %PROTEGE_PLUGINS_PATH%
3+ del %PROTEGE_PLUGINS_PATH% CoModIDE-1.1.0 .jar
4+ copy target\CoModIDE-1.1.0 .jar %PROTEGE_PLUGINS_PATH%
55%PROTEGE_PATH%
Original file line number Diff line number Diff line change 11name =CoModIDE
22id =comodide
3- version =1.0 .0
4- download =https://github.com/comodide/CoModIDE/releases/download/v1.0-RC1 /CoModIDE-1.0 .0-SNAPSHOT.jar
5- readme =https://raw.githubusercontent.com/comodide/CoModIDE/v1.0-RC1 /README.md
3+ version =1.1 .0
4+ download =https://github.com/comodide/CoModIDE/releases/download/v1.1 /CoModIDE-1.1 .0-SNAPSHOT.jar
5+ readme =https://raw.githubusercontent.com/comodide/CoModIDE/v1.1 /README.md
66license =https://creativecommons.org/licenses/by/4.0/
77author =Cogan Shimizu & Karl Hammar
You can’t perform that action at this time.
0 commit comments