Files
gateway-dbc-fx/domain/GNPGO/WLS1036/upgradeGNPGO.xml
2024-05-09 17:40:24 +02:00

20 lines
633 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<plugin-silent-responses>
<group name="DomainSelectionGroup">
<plugin name="SelectWebLogicVersionPlugIn">
<input-adapter name="ChoiceIA">
<bind-property name="selectedChoiceIds">
<value>9.0 or higher</value>
</bind-property>
</input-adapter>
</plugin>
<plugin name="DomainDirectorySelectionPlugIn">
<input-adapter name="IA">
<bind-property name="selectedFile">
<value>/product/bea/user_projects/domains/GNPGO</value>
</bind-property>
</input-adapter>
</plugin>
</group>
</plugin-silent-responses>