Refactoring the N3 editing to reorganize packages

This commit is contained in:
briancaruso 2011-05-12 16:02:37 +00:00
parent 189aeed711
commit 4144046559
77 changed files with 853 additions and 754 deletions

View file

@ -13,7 +13,7 @@ This is a test file for the DateTimeWithPrecision EditElement.
<%@ page import="java.util.HashMap"%>
<%@ page import="edu.cornell.mannlib.vitro.webapp.beans.ObjectProperty"%>
<%@ page import="edu.cornell.mannlib.vitro.webapp.dao.WebappDaoFactory"%>
<%@ page import="edu.cornell.mannlib.vitro.webapp.edit.n3editing.EditConfiguration" %>
<%@ page import="edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.EditConfiguration" %>
<%@ page import="edu.cornell.mannlib.vitro.webapp.web.MiscWebUtils"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>