Merge 7470 from the branch
This commit is contained in:
parent
82047bb17a
commit
22a2dc75d9
3 changed files with 89 additions and 36 deletions
|
@ -287,15 +287,12 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
|||
|
||||
<java classname="edu.cornell.mannlib.vitro.utilities.revisioninfo.RevisionInfoBuilder"
|
||||
fork="no"
|
||||
failonerror="true"
|
||||
logerror="true"
|
||||
outputproperty="revisionInfo.outputLine">
|
||||
failonerror="true">
|
||||
<classpath refid="test.run.classpath" />
|
||||
<arg value="${ant.project.name}" />
|
||||
<arg file="${revisionInfo.product.dir}" />
|
||||
<arg file="${revisionInfo.build.file}" />
|
||||
</java>
|
||||
<echo file="${revisionInfo.build.file}" append="true">${revisionInfo.outputLine}
|
||||
</echo>
|
||||
</target>
|
||||
|
||||
<!-- =================================
|
||||
|
|
|
@ -204,15 +204,12 @@
|
|||
|
||||
<java classname="edu.cornell.mannlib.vitro.utilities.revisioninfo.RevisionInfoBuilder"
|
||||
fork="no"
|
||||
failonerror="true"
|
||||
logerror="true"
|
||||
outputproperty="revisionInfo.outputLine">
|
||||
failonerror="true">
|
||||
<classpath refid="test.run.classpath" />
|
||||
<arg value="${ant.project.name}" />
|
||||
<arg file="${revisionInfo.product.dir}" />
|
||||
<arg file="${revisionInfo.build.file}" />
|
||||
</java>
|
||||
<echo file="${revisionInfo.build.file}" append="true">${revisionInfo.outputLine}
|
||||
</echo>
|
||||
</target>
|
||||
|
||||
<!-- =================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue