From 9870916b529b7812a3a6683e60f5a440874b540e Mon Sep 17 00:00:00 2001 From: hjkhjk54 Date: Tue, 11 Oct 2011 15:50:37 +0000 Subject: [PATCH] Updates to include custom form for terminology annotation and updating web.xml with delete property controller/post edit controller for n3 editing refactoring. --- .../user/tbox/vivo-core-1.3-annotations.rdf | 1 + productMods/WEB-INF/web.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.3-annotations.rdf b/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.3-annotations.rdf index a5c79987..1bcd36f1 100644 --- a/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.3-annotations.rdf +++ b/productMods/WEB-INF/ontologies/user/tbox/vivo-core-1.3-annotations.rdf @@ -1095,6 +1095,7 @@ + terminologyAnnotation.jsp true true diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 8d1cf8cc..7b75f152 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -240,6 +240,25 @@ /menuN3Editor + + DeletePropertyController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.DeletePropertyController + + + DeletePropertyController + /deletePropertyController + + + + PostEditCleanupController + edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller.PostEditCleanupController + + + PostEditCleanupController + /postEditCleanupController + + + MenuManagementController edu.cornell.mannlib.vitro.webapp.controller.freemarker.MenuManagementController