20 lines
633 B
XML
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> |