latest quantum sources 2.3.2
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / plugin.xml
index ef98a9c..030c378 100644 (file)
@@ -3,8 +3,8 @@
 <plugin
    id="net.sourceforge.phpeclipse.quantum.sql"
    name="%quantum.name"
-   version="2.3.0"
-   provider-name="Tom Schneider"
+   version="2.3.2"
+   provider-name="Tom Schneider, Julen Parra, BC Holmes"
    class="com.quantum.QuantumPlugin">
 
    <runtime>
             id="com.quantum.properties.SchemaPropertyPage">
       </page>
       <page
-            objectClass="com.quantum.view.bookmark.EntityNode"
-            name="Tables, Views and Sequences"
+            objectClass="com.quantum.model.EntityHolder"
+            name="Columns"
             nameFilter="*"
-            class="com.quantum.properties.EntityPropertyPage"
-            id="com.quantum.properties.EntityPropertyPage">
+            class="com.quantum.properties.ColumnPropertyPage"
+            id="com.quantum.properties.ColumnPropertyPage">
+      </page>
+      <page
+            objectClass="com.quantum.model.EntityHolder"
+            name="Indices"
+            nameFilter="*"
+            class="com.quantum.properties.IndexPropertyPage"
+            id="com.quantum.properties.IndexPropertyPage">
+      </page>
+      <page
+            objectClass="com.quantum.model.EntityHolder"
+            name="References"
+            nameFilter="*"
+            class="com.quantum.properties.ReferencesPropertyPage"
+            id="com.quantum.properties.ReferencesPropertyPage">
       </page>
    </extension>
    <extension