Merge r3358-3359 from maint-rel-1.3

This commit is contained in:
ryounes 2011-07-21 16:18:06 +00:00
parent e65df75e46
commit ec1d0a90de
2 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE htmlL> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">

View file

@ -11,10 +11,14 @@
# #
# This namespace will be used when generating URIs for objects created in the # This namespace will be used when generating URIs for objects created in the
# editor. Change it to reflect your own domain. For example, Cornell's # editor. In order to serve linked data, the default namespace must be composed
# namespace is http://vivo.cornell.edu/individual/ # as follows (optional elements in parentheses):
# #
# Note: it is essential that this namespace end with a trailing slash. # scheme + server_name (+ port) (+ servlet_context) + "/individual/"
#
# For example, Cornell's default namespace is:
#
# http://vivo.cornell.edu/individual/
# #
Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/ Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/