Changeset 455
- Timestamp:
- 05/17/11 22:36:48 (2 years ago)
- Location:
- trunk/ontoCAT
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
dist/release_notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ontoCAT/build.xml
r448 r455 3 3 <!-- set global properties for this build --> 4 4 <property name="test.reports" value="reports" /> 5 <property name="version" value="0.9.7. 6" />5 <property name="version" value="0.9.7.7" /> 6 6 <property name="copyright" value="Copyright © 2010 European Bioinformatics 7 7 Institute and University of Groningen. Released under LGPLv3." /> -
trunk/ontoCAT/dist/release_notes.txt
r452 r455 5 5 Add getUri method to OntologyTerm 6 6 7 Version 0.9.7.7 //2011 8 FIX: ReasonedFileOntologyService basic constructor was not instantiating properly 7 Version 0.9.7.7 17/05/2011 8 FIX: ReasonedFileOntologyService basic constructor was not being instantiated properly 9 FIX: Another work-around for OWL API 3.2.2 introducing invalid object properties 10 URIs and messing up with the reasoner. The new approach relies on removing unused 11 object properties rather than merging as it is difficult to predict which properties 12 to merge with OBO namespace introducing another unknown into the object propery URI 9 13 UPDATE: Updated BioPortal's OntologyBean signature with userAcl field 10 14
Note: See TracChangeset
for help on using the changeset viewer.