#23934 fixed: wrong usage of the instance element; if a factory class name and BLD200206050100
authorjpokorsky@netbeans.org
Tue, 04 Jun 2002 21:34:20 +0000
changeset 2311b0da63084af0
parent 2310 525629037233
child 2312 7ca43817287a
#23934 fixed: wrong usage of the instance element; if a factory class name and
a setting object class name differ then the class attrib has to contain the setting object class name
and the method attrib has to contain the factory name + method name separated
by dot.
rmi/src/org/netbeans/modules/rmi/resources/RMIClientExecutor.settings
rmi/src/org/netbeans/modules/rmi/resources/RMIClientExecutorDbg.settings
rmi/src/org/netbeans/modules/rmi/resources/RMIExecutorDbg.settings
rmi/src/org/netbeans/modules/rmi/resources/RMIExportDbg.settings
rmi/src/org/netbeans/modules/rmi/resources/RMIUnicastExport.settings
     1.1 --- a/rmi/src/org/netbeans/modules/rmi/resources/RMIClientExecutor.settings	Tue Jun 04 16:46:52 2002 +0000
     1.2 +++ b/rmi/src/org/netbeans/modules/rmi/resources/RMIClientExecutor.settings	Tue Jun 04 21:34:20 2002 +0000
     1.3 @@ -6,5 +6,6 @@
     1.4      <instanceof class="org.openide.execution.Executor"/>
     1.5      <instanceof class="org.openide.execution.ProcessExecutor"/>
     1.6      <instanceof class="org.netbeans.modules.rmi.RMIExecutor"/>
     1.7 -    <instance class="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator" method="createClientExecutor"/>
     1.8 +    <instance class="org.netbeans.modules.rmi.RMIExecutor"
     1.9 +      method="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator.createClientExecutor"/>
    1.10  </settings>
     2.1 --- a/rmi/src/org/netbeans/modules/rmi/resources/RMIClientExecutorDbg.settings	Tue Jun 04 16:46:52 2002 +0000
     2.2 +++ b/rmi/src/org/netbeans/modules/rmi/resources/RMIClientExecutorDbg.settings	Tue Jun 04 21:34:20 2002 +0000
     2.3 @@ -6,5 +6,6 @@
     2.4      <instanceof class="org.openide.execution.Executor"/>
     2.5      <instanceof class="org.openide.execution.ProcessExecutor"/>
     2.6      <instanceof class="org.netbeans.modules.rmi.RMIExecutor"/>
     2.7 -    <instance class="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator" method="createClientExecutorDbg"/>
     2.8 +    <instance class="org.netbeans.modules.rmi.RMIExecutor"
     2.9 +      method="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator.createClientExecutorDbg"/>
    2.10  </settings>
     3.1 --- a/rmi/src/org/netbeans/modules/rmi/resources/RMIExecutorDbg.settings	Tue Jun 04 16:46:52 2002 +0000
     3.2 +++ b/rmi/src/org/netbeans/modules/rmi/resources/RMIExecutorDbg.settings	Tue Jun 04 21:34:20 2002 +0000
     3.3 @@ -6,5 +6,6 @@
     3.4      <instanceof class="org.openide.execution.Executor"/>
     3.5      <instanceof class="org.openide.execution.ProcessExecutor"/>
     3.6      <instanceof class="org.netbeans.modules.rmi.RMIExecutor"/>
     3.7 -    <instance class="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator" method="createExecutorDbg"/>
     3.8 +    <instance class="org.netbeans.modules.rmi.RMIExecutor"
     3.9 +      method="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator.createExecutorDbg"/>
    3.10  </settings>
     4.1 --- a/rmi/src/org/netbeans/modules/rmi/resources/RMIExportDbg.settings	Tue Jun 04 16:46:52 2002 +0000
     4.2 +++ b/rmi/src/org/netbeans/modules/rmi/resources/RMIExportDbg.settings	Tue Jun 04 21:34:20 2002 +0000
     4.3 @@ -6,5 +6,6 @@
     4.4      <instanceof class="org.openide.execution.Executor"/>
     4.5      <instanceof class="org.openide.execution.ProcessExecutor"/>
     4.6      <instanceof class="org.netbeans.modules.rmi.RMIExecutor"/>
     4.7 -    <instance class="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator" method="createUnicastExportDbg"/>
     4.8 +    <instance class="org.netbeans.modules.rmi.RMIExecutor"
     4.9 +      method="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator.createUnicastExportDbg"/>
    4.10  </settings>
     5.1 --- a/rmi/src/org/netbeans/modules/rmi/resources/RMIUnicastExport.settings	Tue Jun 04 16:46:52 2002 +0000
     5.2 +++ b/rmi/src/org/netbeans/modules/rmi/resources/RMIUnicastExport.settings	Tue Jun 04 21:34:20 2002 +0000
     5.3 @@ -6,5 +6,6 @@
     5.4      <instanceof class="org.openide.execution.Executor"/>
     5.5      <instanceof class="org.openide.execution.ProcessExecutor"/>
     5.6      <instanceof class="org.netbeans.modules.rmi.RMIExecutor"/>
     5.7 -    <instance class="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator" method="createUnicastExport"/>
     5.8 +    <instance class="org.netbeans.modules.rmi.RMIExecutor"
     5.9 +      method="org.netbeans.modules.rmi.serialized.RMIExecutorGenerator.createUnicastExport"/>
    5.10  </settings>