NIHVIVO-3665 - vitro components for new class hierarchy

This commit is contained in:
tworrall 2012-05-08 19:18:10 +00:00
parent 79cd09e2fa
commit 733c45e330
9 changed files with 906 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<!-- ======================================================================
Build script for the Vitro core webapp.
Build script for the Vitro core webapp.
This can be used on its own, or invoked from a Product build script.
====================================================================== -->
@ -12,7 +12,7 @@
<!-- - - - - - - - - - - - - - - - - -
properties
- - - - - - - - - - - - - - - - - -->
- - - - - - - - - - - - - - - - -->
<dirname property="corebase.dir" file="${ant.file.vitroCore}" />
<!-- A product script will override appbase.dir, but not corebase.dir -->
@ -115,7 +115,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
</not>
</condition>
</fail>
<!--
<fail message="The vitro.home.directory &quot;${vitro.home.directory}&quot; is not writable.">
<condition>
<not>
@ -125,7 +125,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
</not>
</condition>
</fail>
-->
<property name="solr.home.dir" location="${vitro.home.directory}/solr" />
</target>