Merge remote-tracking branch 'origin/develop' into dev-isf

Conflicts:
	webapp/rdf/displayDisplay/everytime/displayDisplay.n3
	webapp/web/i18n/all.properties
	webapp/web/templates/freemarker/lib/lib-properties.ftl
This commit is contained in:
brianjlowe 2013-09-23 16:19:05 -04:00
commit 90512bdc1c
16 changed files with 893 additions and 409 deletions

View file

@ -154,6 +154,12 @@ return this.objectPropertyStatementDao; }
throw new RuntimeException(
"WebappDaoFactory.checkURI() not implemented.");
}
@Override
public boolean hasExistingURI(String uriStr) {
throw new RuntimeException(
"WebappDaoFactory.hasExistingURI() not implemented.");
}
@Override
public Set<String> getNonuserNamespaces() {