Skip to content

Commit

Permalink
Use the new, not deprecated, extension point for content types (fixes…
Browse files Browse the repository at this point in the history
… #1999)
  • Loading branch information
egonw committed Jun 24, 2010
1 parent 38cf36f commit 768da7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 7 additions & 0 deletions features/net.bioclipse.chemoinformatics_feature/feature.xml
Expand Up @@ -562,4 +562,11 @@ The Eclipse Public License accompanies this distribution, and is available at ht
version="0.0.0"
unpack="false"/>

<plugin
id="net.bioclipse.ioformats"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
4 changes: 3 additions & 1 deletion plugins/net.bioclipse.cdk.jchempaint/META-INF/MANIFEST.MF
Expand Up @@ -36,7 +36,9 @@ Require-Bundle: org.openscience.cdk.interfaces,
org.openscience.cdk.renderbasic;bundle-version="1.3.0",
org.openscience.cdk.controlbasic;bundle-version="1.3.0",
org.openscience.cdk.controlextra;bundle-version="1.3.0",
org.openscience.cdk.rendercontrol;bundle-version="1.3.0"
org.openscience.cdk.rendercontrol;bundle-version="1.3.0",
net.bioclipse.cml,
net.bioclipse.ioformats
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j,
org.eclipse.core.filesystem,
Expand Down
6 changes: 1 addition & 5 deletions plugins/net.bioclipse.cml/plugin.xml
Expand Up @@ -61,7 +61,7 @@
</extension-->

<extension
point="org.eclipse.core.runtime.contentTypes">
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.core.runtime.xml"
id="net.bioclipse.contenttypes.cml"
Expand All @@ -74,10 +74,6 @@
</parameter>
</describer>
</content-type>
</extension>

<extension
point="org.eclipse.core.runtime.contentTypes">

<content-type
base-type="net.bioclipse.contenttypes.cml"
Expand Down

0 comments on commit 768da7b

Please sign in to comment.