- Migrate to Spring 3.1

- Remove Acegy
- Fix editor partially
This commit is contained in:
Paulo Gustavo Veiga
2012-02-12 02:55:42 -03:00
parent 2287825292
commit 5fd6ba30f5
36 changed files with 2154 additions and 2402 deletions

View File

@@ -1,3 +1,3 @@
<%
response.sendRedirect(request.getContextPath() + "/c/login.htm");
<%
response.sendRedirect(request.getContextPath() + "/c/mymaps.htm");
%>