From 4086611ac9cd316e0433e686ffd3c3e043672c31 Mon Sep 17 00:00:00 2001 From: hudajkhan Date: Fri, 9 Nov 2012 09:38:13 -0500 Subject: [PATCH 1/2] Adding edit request ajax controller to web.xml --- productMods/WEB-INF/web.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index d4c705b0..68c2e25a 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -204,6 +204,15 @@ /editRequestDispatch + + EditRequestAJAX + edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller.EditRequestAJAXController + + + EditRequestAJAX + /editRequestAJAX + + IndexController edu.cornell.mannlib.vitro.webapp.search.controller.IndexController From 3b26fcc95f7798ed13709b218fad2c5b8a27582e Mon Sep 17 00:00:00 2001 From: hudajkhan Date: Fri, 9 Nov 2012 09:51:05 -0500 Subject: [PATCH 2/2] Adding .build,deploy.properties to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 81f88d46..33fba2a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /bin /.classpath /.project +.build +deploy.properties \ No newline at end of file