uidesigner/com.nokia.sdt.component.symbian.test/plugin.xml
author john.dean.3@nokia.com
Mon, 10 Aug 2009 12:23:55 -0500
changeset 397 5354388b2a6b
parent 0 fb279309251b
permissions -rw-r--r--
To support automated testing, added new attach to process launch configuration setting to support silently setting the process to attach to without displaying the process chooser dialog.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="com.nokia.sdt.component.symbian.implementation">
      <implementation class="com.nokia.sdt.component.symbian.test.FooImplementationTypeFactory"/>
      <implementation class="com.nokia.sdt.component.symbian.test.FooBarImplementationTypeFactory"/>
   </extension>

</plugin>