Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1034218 - EAR subdeployments are not discovered for DomainDeployment
Browse files Browse the repository at this point in the history
Added missing line: a subdeployent can be a child of a ManagedServer deployment
  • Loading branch information
tsegismont committed Mar 3, 2014
1 parent 9088ac7 commit d327d3f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -8984,6 +8984,7 @@

<runs-inside>
<parent-resource-type name="Deployment" plugin="&pluginName;"/>
<parent-resource-type name="ManagedServerDeployment" plugin="&pluginName;"/>
</runs-inside>
<plugin-configuration>
<c:simple-property name="path" default="subdeployment" readOnly="true"/>
Expand Down

0 comments on commit d327d3f

Please sign in to comment.