Skip to content

Commit

Permalink
Binary Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
md-k-sarker committed Jul 21, 2016
1 parent d8ad548 commit 665cd78
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
Binary file added plugin/binary/OWLAx-1.0.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>edu.wright.dase</groupId>
<artifactId>OWLAx</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>OWLAx Protege 5.0+ Plugin</name>
<description>Ontology Design Pattern Plugin for Desktop Protege 5.0+</description>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/edu/wsu/dase/OdpMainUITab.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void initialise() {
@Override
public void dispose() {
// TODO Auto-generated method stub
super.dispose();
//super.dispose();
getOWLModelManager().removeListener(this.listener);
}

Expand Down
12 changes: 7 additions & 5 deletions src/main/java/edu/wsu/dase/util/Constants.java
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
package edu.wsu.dase.util;

import org.semanticweb.owlapi.model.OWLDataFactory;
import org.semanticweb.owlapi.model.OWLOntology;
import org.semanticweb.owlapi.model.OWLOntologyManager;

public class Constants {

/*Not implemented yet
*/
/*public static String[] entityType = { "OBJECTPROPERTY", "DATAPROPERTY", "ANNOTATIONPROPERTY", "DATATYPE", "CLASS",
"INDIVIDUAL" };*/

public Constants(String a){
this.a = a;
}
String a;
public static OWLOntology activeOntologyAsStaticReference;
public static OWLDataFactory owlDataFactoryAsStaticReference;
public static OWLOntologyManager owlOntologyManagerAsStaticReference;


}
4 changes: 2 additions & 2 deletions update.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=OWLAx
version=1.0.0
download=https://github.com/md-k-sarker/OWLAx/blob/master/plugin/binary/OWLAx-1.0.0.jar?raw=true
version=1.0.1
download=https://github.com/md-k-sarker/OWLAx/blob/master/plugin/binary/OWLAx-1.0.1.jar?raw=true
name=OWLAx: OWL Axiomatizer
readme=https://raw.githubusercontent.com/md-k-sarker/OWLAx/master/plugin/binary/version-info.html
license=http://opensource.org/licenses/BSD-2-Clause
Expand Down

0 comments on commit 665cd78

Please sign in to comment.