VIVO-400 - the deploySolr task must be visible in product-build.xml, so a second-layer product like CornellVivo can execute it.
This commit is contained in:
parent
fd585b15f3
commit
8ea5f692fc
1 changed files with 10 additions and 1 deletions
|
@ -214,13 +214,22 @@
|
|||
</java>
|
||||
</target>
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - -
|
||||
target: deploySolr
|
||||
|
||||
This must be visible so a second-level product like CornellVivo can call it.
|
||||
- - - - - - - - - - - - - - - - - -->
|
||||
<target name="deploySolr" >
|
||||
<innercall target="deploySolr" />
|
||||
</target>
|
||||
|
||||
<!-- =================================
|
||||
target: deploy
|
||||
================================= -->
|
||||
<target name="deploy" description="--> Build the app and install in Tomcat">
|
||||
<!-- the inner "deploy" would just do a sync that will be done by productDeploy -->
|
||||
<innercall target="revisionInfo" />
|
||||
<innercall target="deploySolr" />
|
||||
<antcall target="deploySolr" />
|
||||
<antcall target="productDeploy" />
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue