class="com.quantum.view.SQLQueryView"
id="com.quantum.view.sqlqueryview">
</view>
- <view
- name="%phpsourceconsoleview.name"
- icon="icons/script.gif"
- class="com.quantum.view.PHPSourceConsole"
- id="com.quantum.view.phpsourceconsoleview">
- </view>
</extension>
<!-- Editors -->
<extension
* The fully-qualified name of the functions extension-point for this plug-in.
*/
private static final String EXTENSION_POINT_METADATA =
- "com.quantum.Quantum.metadata";
+ "net.sourceforge.phpeclipse.quantum.sql.metadata";
private static final String EXTENSION_POINT_DATA =
- "com.quantum.Quantum.data";
+ "net.sourceforge.phpeclipse.quantum.sql.data";
/**
* Name of the XML attribute designating a metadata actor label.