* VIVO-1246 improve the ConfigurationBeanLoader:
Add cardinality parameters minOccurs and maxOccurs
Create README.md document in the edu.cornell.mannlib.vitro.webapp.utils.configuration package
Split large class of unit tests into separate classes by functionality
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.
Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.
* VIVO-1246 Move unit tests to the new location.
* VIVO-1246 The documentation was in the wrong place.
* VIVO-1258 derive location of log files from CATALINA_BASE instead of CATALINA_HOME
* 'develop' of https://github.com/j2blake/Vitro:
VIVO-1246 The documentation was in the wrong place.
VIVO-1246 Move unit tests to the new location.
VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.
VIVO-1246 improve the ConfigurationBeanLoader:
* 'develop' of github.com:j2blake/Vitro:
VIVO-1246 The documentation was in the wrong place.
VIVO-1246 Move unit tests to the new location.
VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.
VIVO-1246 improve the ConfigurationBeanLoader:
# Conflicts:
# api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/PropertyType.java
# api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java
# api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTestBase.java
# api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_Cardinality_Test.java
# api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_PropertyTest.java
* Ignore artifacts that Eclipse creates.
* VIVO-1248 Create the utils.sparqlrunner package.
This is a merge of most of the edu.cornell.mannlib.vitro.webapp.utils.sparql package with
edu.cornell.mannlib.vitro.webapp.utils.SparqlQueryRunner
Remove the references to those classes.
* VIVO-1248 extend SparqlQueryRunner, and combine with older attempts.
* VIVO-1246 improve the ConfigurationBeanLoader:
Add cardinality parameters minOccurs and maxOccurs
Create README.md document in the edu.cornell.mannlib.vitro.webapp.utils.configuration package
Split large class of unit tests into separate classes by functionality
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.
Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.
* VIVO-1246 Move unit tests to the new location.
* VIVO-1246 The documentation was in the wrong place.
* [VIVO-1312] Linked Data Fragments initial implementation
* [VIVO-1312] Use known ontologies in the prefixes config
* [VIVO-1312] Simplify SPARQL as when restricted to specific values, they don’t need ordering
* [VIVO-1312] Freemarker fixes
* [VIVO-1312] Remove blank nodes
* [VIVO-1312] Add access control header and standard prefixes for TPF
* [VIVO-1312] Render literals in form so that they will work on resubmit
* [VIVO-1312] Minor template update
* [VIVO-1312] Minor template update