Omaha #3389: Add ability for deploy-install.xml to run WA-specific deploy script for standalone components.
Change-Id: I39fe60ae80c8a62b9ed6052e353e314783bba999 Former-commit-id:f9ca189dfc
[formerlyfc715e98a5
] [formerlyf9ca189dfc
[formerlyfc715e98a5
] [formerlyafc28adc7a
[formerly 334cfcf418b0659b496088d7ac2b2f111cf8bc72]]] Former-commit-id:afc28adc7a
Former-commit-id:922a586bf5
[formerly9295534bea
] Former-commit-id:00e01257ff
This commit is contained in:
parent
d2f1b81551
commit
58044f4592
1 changed files with 5 additions and 3 deletions
|
@ -94,13 +94,15 @@
|
|||
<for list="${wa.to.deploy}" param="wa"
|
||||
delimiter="${path.separator}">
|
||||
<sequential>
|
||||
<basename property="wa.name" file="@{wa}" />
|
||||
<if>
|
||||
<available file="@{wa}/edexOsgi/build.edex/wa-build.xml"
|
||||
<available file="@{wa}/edex/deploy-${wa.name}/wa-deploy.xml"
|
||||
type="file" />
|
||||
<then>
|
||||
<ant
|
||||
antfile="@{wa}/edexOsgi/build.edex/wa-build.xml"
|
||||
inheritall="true" inheritrefs="true"/>
|
||||
antfile="@{wa}/edex/deploy-${wa.name}/wa-deploy.xml"
|
||||
inheritall="true" inheritrefs="true"
|
||||
useNativeBasedir="true" />
|
||||
</then>
|
||||
</if>
|
||||
</sequential>
|
||||
|
|
Loading…
Add table
Reference in a new issue