ASM #17164 - Update gfesuite build files

Change-Id: I3f350beb10e2cb4b49d9f755e6cd9c549f1c95a4

Former-commit-id: 446c28f031dd408cea1f79c093d9239e47af0798
This commit is contained in:
Shawn.Hooper 2015-03-12 17:14:33 -04:00
parent c0b675033a
commit 98f47b420c
2 changed files with 8 additions and 2 deletions

View file

@ -44,6 +44,10 @@
<istrue value="${client.build}"/>
</condition>
<condition property="deploy.hti" value="yes">
<isfalse value="${client.build}"/>
</condition>
<condition property="deploy.svcBackup" value="yes">
<and>
<isfalse value="${client.build}"/>
@ -91,13 +95,12 @@
</copy>
</target>
<target name="-deploy.hti"
<target name="-deploy.hti" if="deploy.hti"
description="Deploys HTI software to a specific directory">
<!-- copy the CLI tools to the deploy directory -->
<echo message="Copying in HTI files" />
<copy todir="${gfe.suite.hti}" overwrite="true">
<fileset dir="${basedir}/hti"/>
<filterset refid="installer.filter.set"/>
</copy>
</target>

View file

@ -96,6 +96,9 @@ rm -rf ${RPM_BUILD_ROOT}
%dir /awips2
%dir /awips2/GFESuite
/awips2/GFESuite/*
%defattr(775,awips,fxalpha,775)
%dir /awips2/GFESuite/hti
/awips2/GFESuite/hti/*
%defattr(755,awips,fxalpha,755)
%dir /awips2/GFESuite/bin
/awips2/GFESuite/bin/*