Skip to content

Commit

Permalink
Made balloon accept sdf0d and mdl0d for 3d generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Aug 30, 2011
1 parent 46d24c3 commit e74b013
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/net.bioclipse.balloon.business/plugin.xml
Expand Up @@ -35,16 +35,24 @@
<or>
<!--test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.smi"/-->
<test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.sdf0d"/>
<test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.sdf2d"/>
<test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.sdf3d"/>
<test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.mdlMolFile0D"/>
<test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.mdlMolFile2D"/>
<test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.mdlMolFile3D"/>
<test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.cml.singleMolecule2d"/>
<!--test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.cml.singleMolecule0d"/>
<test property="org.eclipse.core.resources.contentTypeId"
value="net.bioclipse.contenttypes.cml.singleMolecule3d"/-->
</or>
</adapt>
</iterate>
Expand Down

0 comments on commit e74b013

Please sign in to comment.