diff --git a/doc/upgrade-1.4.html b/doc/upgrade-1.4.html index 4c63f8e3..98de8eb3 100644 --- a/doc/upgrade-1.4.html +++ b/doc/upgrade-1.4.html @@ -23,7 +23,27 @@
  • ${stylesheets.list}, ${scripts.list}, and ${headscripts.list} have changed to ${stylesheets.list()}, ${scripts.list()}, and ${headscripts.list()}, respectively.
  • - + (ryounes) + + +

    addition to deploy.properties

    + + +

    changes to the build script

    + diff --git a/example.deploy.properties b/example.deploy.properties index 42f17cc2..fe4d7d01 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -172,3 +172,8 @@ visualization.temporal = enabled # See Service Metadata from this page http://code.google.com/p/google-refine/wiki/ReconciliationServiceApi # for more information. Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Role, core:Role; http://vivoweb.org/ontology/core#AcademicDegree, core:Academic Degree; http://purl.org/NET/c4dm/event.owl#Event, event:Event; http://vivoweb.org/ontology/core#Agreement, core:Agreement; http://vivoweb.org/ontology/core#Location, core:Location; http://xmlns.com/foaf/0.1/Organization, foaf:Organization; http://xmlns.com/foaf/0.1/Person, foaf:Person; http://vivoweb.org/ontology/core#InformationResource, core:Information Resource + +# +# Types of individual for which we can create proxy editors. +# If this is omitted, defaults to http://www.w3.org/2002/07/owl#Thing +proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf/0.1/Organization