Author: concelvio
Date: Tue Jun 14 11:02:01 2011
New Revision: 1135480
URL: http://svn.apache.org/viewvc?rev=1135480&view=rev
Log:
STANBOL-226:
- added under reasoner the directory demo/integritycheck with the all code for
the integrity check demo
- in pom.xml of launchers/kres/pom.xml the directory of parent pom.xml has been
changed from ../../../parent to ../../parent
- in ontologymanager/ontonet/impl/renderers/SessionRender.java has been added
the method getSessionMetadataRDFasOntology to return the metadata as Ontology.
- in ontologymanager/web/resource/SessionResource.java the output of response
with status 200 in method createSession has been changed from string to
ontology.
- in ontologymanager/web/resource/SessionIDResource.java the output of response
with status 200 in method getSessionMetadataOntology has been changed from
string to ontology.
- ontologymanager/web/manager/Recipe/index.ftl has been removed and copied in
the integrity check demo.
- in manager/changes/RuleStoreImpl.java some changes have been done in the
activation step.
- in rules/web/pom.xml the directory of parent pom.xml has been changed from
../../../parent to ../../parent
- in rules/web/resource/RecipeResource.java has been added some lost KRFormat.
- in rules/web/resource/RuleResource.java has been added some lost KRFormat.
- in reasoners/base/commands/RunRules.java has been changed the way to merge
ontology. Now It is used the createMergedOntology method of OwlAPi.
Removed:
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/templates/org/apache/stanbol/ontologymanager/web/manager/