Skip to content

Commit

Permalink
Use the Standard InChI now
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 4, 2010
1 parent f34abed commit b852859
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions features/net.bioclipse.chemoinformatics_feature/feature.xml
Expand Up @@ -143,7 +143,7 @@ The Eclipse Public License accompanies this distribution, and is available at ht
unpack="false"/>

<plugin
id="org.openscience.cdk.inchi"
id="org.openscience.cdk.sinchi"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down Expand Up @@ -331,12 +331,6 @@ The Eclipse Public License accompanies this distribution, and is available at ht
version="0.0.0"
unpack="false"/>

<plugin
id="net.sf.jniinchi"
download-size="0"
install-size="0"
version="0.0.0"/>

<plugin
id="javax.vecmath"
download-size="0"
Expand Down Expand Up @@ -555,4 +549,10 @@ The Eclipse Public License accompanies this distribution, and is available at ht
version="0.0.0"
unpack="false"/>

<plugin
id="net.sf.jniinchi.standard"
download-size="0"
install-size="0"
version="0.0.0"/>

</feature>
4 changes: 2 additions & 2 deletions plugins/net.bioclipse.inchi/META-INF/MANIFEST.MF
Expand Up @@ -8,8 +8,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
net.bioclipse.core,
org.openscience.cdk.core,
org.openscience.cdk.inchi,
org.openscience.cdk.interfaces
org.openscience.cdk.interfaces,
org.openscience.cdk.sinchi;bundle-version="1.3.5"
Bundle-ActivationPolicy: lazy
Export-Package: net.bioclipse.inchi.business,
net.bioclipse.inchi.ui,
Expand Down
Expand Up @@ -24,8 +24,8 @@
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.OperationCanceledException;
import org.openscience.cdk.CDKConstants;
import org.openscience.cdk.inchi.InChIGenerator;
import org.openscience.cdk.inchi.InChIGeneratorFactory;
import org.openscience.cdk.inchi.standard.InChIGenerator;
import org.openscience.cdk.inchi.standard.InChIGeneratorFactory;
import org.openscience.cdk.interfaces.IAtom;
import org.openscience.cdk.interfaces.IAtomContainer;
import org.openscience.cdk.interfaces.IBond;
Expand Down

0 comments on commit b852859

Please sign in to comment.