Skip to content

Commit

Permalink
Updated content type definition to current Eclipse standards
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Sep 2, 2011
1 parent 49c58a8 commit f7adc21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugins/net.bioclipse.bibtex/plugin.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.core.runtime.contentTypes">
<content-type
id="net.bioclipse.contenttypes.bibtex"
name="Bibtex"
file-extensions="bib"
priority="normal">
</content-type>
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type base-type="org.eclipse.core.runtime.text"
id="net.bioclipse.contenttypes.bibtex"
name="Bibtex"
file-extensions="bib"
priority="normal">
</content-type>
</extension>

<extension
point="org.eclipse.ui.newWizards">
<category
Expand Down

0 comments on commit f7adc21

Please sign in to comment.